Cloudron community package for 9Router, a free open-source AI router and token saver for coding tools.
9Router acts as a smart proxy between AI coding tools (Claude Code, Codex, Cursor, Cline, Copilot, etc.) and 40+ AI providers. Key features:
- RTK Token Saver — auto-compresses tool_result content to save 20-40% of tokens
- 3-tier fallback — Subscription → Cheap → Free
- Multi-account round-robin with quota tracking
- MITM proxy for transparent tool routing
- OpenAI-compatible API — drop-in replacement for any tool
- Open the dashboard at
https://<your-domain>/dashboard - Default password:
123456— change it immediately - Add your AI provider API keys in Providers
- Point your coding tools to
https://<your-domain>/v1 - Enable Token Saver for 20-40% token savings
cloudron installOr build locally first:
cloudron build
cloudron install| Component | Detail |
|---|---|
| Upstream | https://github.com/decolua/9router |
| Upstream version | 0.5.20 |
| License | MIT |
| Port | 20128 |
| Data | /app/data (SQLite, backed up) |
| Memory | 500 MB |
To publish as a Cloudron community app:
- Update
CloudronVersions.jsonwith your git URL - Submit via
cloudron appstore submit
See Cloudron publishing docs for details.