MCPcopy Index your code
trending / diegosouzapw/OmniRoute

diegosouzapw/OmniRoute +4,133 ★ this week + Follow

AI analysis grounded in the code graph — computed facts, not vibes · 2026-07-05T09:38:00Z

What it actually is

OmniRoute is a self-hostable AI gateway that exposes a single endpoint in front of, per its README, 237 upstream AI providers (90+ with free tiers), letting tools like Claude Code, Cursor, Cline and Copilot route requests to interchangeable models with automatic fallback. Mechanically it is a TypeScript/Next.js application: the dashboard is a large set of route components under src/app/(dashboard)/dashboard/* (providers, combos, usage, cache, health, runtime), while request handling and streaming live in the open-sse/ module. It is aimed at developers who want to consolidate multiple AI coding tools and provider keys behind one proxy and reduce token spend.

Why it's growing

The 4,133 stars this week track directly to the README's headline claims — free-tier aggregation (~1.6B free tokens/month), 15–95% token savings via "RTK + Caveman compression", and 17 routing strategies — combined with distribution via npm, Docker Hub and an Electron build, plus a Trendshift feature. No releases or commit history were fetched, so the growth cannot be attributed to specific recent shipping activity; it appears driven by the marketing framing and the breadth of provider support rather than any verifiable change log. Treat the token and savings figures as vendor claims, not independently confirmed facts.

The full breakdown is free — sign in to read it

What changed recently, how it's actually built (from the code graph), and whether you should care. Free account — no card, no spam.