Looking for the 9router GitHub repo? The canonical home is decolua/9router — sitting at 28,571 stars and 5,201 forks when I checked on 13 September 2026, MIT-licensed, written in JavaScript, and pushed to within the last few days. The pitch on the tin: unlimited free AI coding by connecting Claude Code, Codex, Cursor, Cline, Copilot and Antigravity to free Claude, GPT and Gemini access via 40+ providers. Here’s the guided tour of what’s actually in there.
Short answer
- Canonical repo: github.com/decolua/9router — 28,571 stars, 5,201 forks, MIT licence (checked 13 Sept 2026).
- Actively maintained: last push 10 September 2026; docs live at 9router.com.
- Three install routes in the README: global npm, Docker, or run from source — dashboard on localhost:20128.
- Watch the forks: community variants and starter kits exist — the features and trust discussion below applies to the canonical repo.
What the 9router GitHub repo actually holds
The README reads like a product page because the project effectively is one: a local proxy that sits between 16 supported coding tools (Claude Code, OpenClaw, Codex, OpenCode, Cursor, Antigravity, Cline, Continue, Copilot, Qwen Code and more) and 40+ model providers, translating formats and routing every request through a three-tier fallback — Subscription → Cheap → Free — so a rate limit never stops a session. The headline economics features are RTK Token Saver (20–40% input-token compression per the docs) and Caveman Mode (up to 65% output savings via prompt injection), plus real-time quota tracking with live token counts and reset countdowns.
The numbers around the code matter as much as the code. 28K+ stars and 5K+ forks put it firmly in the mainstream of open-source AI tooling, the MIT licence means you can read, modify and ship it commercially, and the push history shows active maintenance — the three things I check before trusting any tool this close to my API keys.
Reading a repo like this before you run it
A router is a special category of software: every request — and every credential you connect — flows through it. Open source is precisely what makes that acceptable: the decolua/9router repo lets you (or your agent) read exactly what happens to your logins and keys before you connect them. That’s a genuine advantage over closed proxies, and it’s why the licence line isn’t boilerplate here.
Note the ecosystem too: searching 9router on GitHub surfaces community forks (9router-ha, ai-9router) and starter kits promising five-minute setups. Nothing wrong with forks existing — that’s MIT working as intended — but install from the canonical decolua repo or the official npm package unless you’ve read a fork’s diff: with a keys-proxy, “random fork of a credentials tool” is exactly where caution belongs.
🔥 Want this set up without the guesswork? Turning free-router setups like 9Router into a real cost advantage is exactly the kind of thing we set up together inside the AI Profit Boardroom — 3,700+ members, four live calls a week, daily tutorials, done-for-you templates and a 30-day roadmap. Prefer 1-on-1 help? Book a free SEO strategy session and we’ll map it out for your business.
From the 9router GitHub page to a running router
| Route | Command (per the README) | Best for |
|---|---|---|
| npm (global) | npm install -g 9router then 9router |
Most people — fastest path |
| Docker | docker run -d --name 9router -p 20128:20128 … decolua/9router:latest |
Container-first setups |
| From source | clone → npm install → npm run dev |
Reading or modifying the code |
All three land you at the web dashboard on http://localhost:20128, where you connect the logins you already pay for and grab your local API key. My full walkthrough — including the token settings most people miss — is in the how to use 9Router guide, and the step-by-step is in the install page.
The bottom line on the 9router GitHub project
The 9router github repo is what healthy open-source AI infrastructure looks like: a clear promise, 28K+ stars of social proof, an MIT licence that invites inspection, and commits landing days ago. Star it, read the README’s provider table before connecting anything, and treat the canonical repo as your source of truth — the ecosystem of forks is a signal of popularity, not a shopping list.
FAQ: 9router github
Where is the official 9router GitHub repo?
github.com/decolua/9router — 28,571 stars, 5,201 forks and an MIT licence as of 13 September 2026, with docs at 9router.com.
Is 9Router open source?
Yes — MIT-licensed JavaScript, free to read, modify and use commercially.
Is the repo actively maintained?
The last push was 10 September 2026 at the time of writing — days before this guide.
What about the other 9router repos on GitHub?
Community forks and starter kits exist under other accounts. Fine to study, but install from the canonical decolua repo or official npm package unless you’ve reviewed a fork — this tool touches your credentials.
What does the repo actually provide?
A local proxy connecting 16 coding tools to 40+ providers with three-tier auto-fallback, RTK token compression, Caveman Mode and live quota tracking, per the README.
How do I install it from the repo?
npm install -g 9router then run 9router — or the Docker one-liner — and open the dashboard at localhost:20128.
Next step: if you want the whole free-AI-coding stack set up properly working for you this week, join the AI Profit Boardroom for the full walkthroughs and live help — or book a free SEO strategy session and I’ll point you at the fastest path for your situation.
About Julian Goldie: SEO agency owner with 10+ years in SEO, 394K+ subscribers on YouTube, a 100% job-success score on Upwork, 75K+ members across his communities, and author of a best-selling SEO book. He runs the AI Profit Boardroom community and offers a free SEO strategy session.
Related reading
- How To Use 9Router: Step-By-Step Setup
- 9Router Install: One Command To Free AI Coding
- 9Router AI: The Free Router Explained
Last updated September 2026. This is the living guide to 9router github — it gets updated as the tools change.
