Open source guide

Open-source token compression

SuperCompress is an open-source (MIT) token compression engine for teams that want transparent preprocessing.

By Arjun Shah - Creator of SuperCompress - Updated 2026-07-03

Why open source matters

Installation and quick start

pip install supercompress
from supercompress import Compressor
comp = Compressor()
result = comp.compress(context, query)

Frequently asked questions

Can I run SuperCompress locally?

Yes. Install the Python package. No GPU needed.

What license is it under?

MIT - free to use, modify, and distribute.

Try it yourself

Paste your long prompt into the playground, ask a question, and see what SuperCompress keeps and removes. Free, no signup needed.

Open the Playground See benchmarks