Open source guide
Open-source token compression
SuperCompress is an open-source (MIT) token compression engine for teams that want transparent preprocessing.
Why open source matters
- Transparency - Inspect exactly how compression works
- Control - Run locally, no external API dependencies
- No vendor lock-in - MIT license
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.