{"slug": "supercompress-is-now-on-pypi-pip-install-supercompress-in-1-line", "title": "SuperCompress is now on PyPI! pip install supercompress in 1 line", "summary": "SuperCompress, a prompt compressor that reduces LLM costs by up to 65%, is now available on PyPI. The tool uses a 5K-parameter CPU policy to score context relevance before sending only essential information to the LLM. Developer Arjun Shah released the package for one-line installation via pip.", "body_md": "I just published **SuperCompress** to PyPI! 🎉\n\n`pip install supercompress`\n\n— that's all it takes.\n\nA tiny ~5K parameter CPU policy that scores every line of context for relevance before sending to the LLM. It keeps only what matters for the answer.\n\n``` python\npip install supercompress\n\nfrom supercompress import compress\nresult = compress(context, question)\nprint(f\"Saved {result['kv_savings_pct']}% tokens\")\n```\n\nTry the interactive comparison tool: [https://supercompress.vercel.app/compare](https://supercompress.vercel.app/compare)\n\nOr read the technical deep-dive: [https://dev.to/arjunkshah/how-i-built-a-prompt-compressor-that-saves-65-on-llm-costs-3m80](https://dev.to/arjunkshah/how-i-built-a-prompt-compressor-that-saves-65-on-llm-costs-3m80)\n\n**GitHub:** [https://github.com/arjunkshah/supercompress](https://github.com/arjunkshah/supercompress)\n\n**PyPI:** [https://pypi.org/project/supercompress/](https://pypi.org/project/supercompress/)", "url": "https://wpnews.pro/news/supercompress-is-now-on-pypi-pip-install-supercompress-in-1-line", "canonical_source": "https://dev.to/arjunkshah/supercompress-is-now-on-pypi-pip-install-supercompress-in-1-line-20ja", "published_at": "2026-06-26 19:55:27+00:00", "updated_at": "2026-06-26 20:03:49.490436+00:00", "lang": "en", "topics": ["large-language-models", "ai-tools", "developer-tools"], "entities": ["SuperCompress", "PyPI", "Arjun Shah", "GitHub"], "alternates": {"html": "https://wpnews.pro/news/supercompress-is-now-on-pypi-pip-install-supercompress-in-1-line", "markdown": "https://wpnews.pro/news/supercompress-is-now-on-pypi-pip-install-supercompress-in-1-line.md", "text": "https://wpnews.pro/news/supercompress-is-now-on-pypi-pip-install-supercompress-in-1-line.txt", "jsonld": "https://wpnews.pro/news/supercompress-is-now-on-pypi-pip-install-supercompress-in-1-line.jsonld"}}