Get cc-router

Download cc-router

Pick your platform. All builds ship from GitHub Releases.

Latest

macOS

Apple Silicon · Intel

File.dmg · universal
RequirementsmacOS 11 Big Sur or later
Latest

Linux

x86_64

File.AppImage · .deb · .rpm
RequirementsUbuntu 22.04, Fedora 38, etc.
— After install

Three steps after install

01

Add a subscription

Pick provider → endpoint → paste API key → models auto-fetch.

02

Bind virtual models

One click to bind a subscription into the opus / sonnet / haiku slots.

03

Wire up Claude Code

Copy the env snippet into ~/.claude/settings.json and restart your agent.

Build from source

Requires Node.js ≥ 20 (pnpm recommended), Rust ≥ 1.77, Xcode CLT on macOS.

View on GitHub
# clone git clone https://github.com/finch-xu/cc-router cd cc-router # install dependencies pnpm install # dev (frontend + Rust + proxy) pnpm tauri dev # production build (output: src-tauri/target/release/bundle/) pnpm tauri build
!

Before you install

Provider ToS may not explicitly permit "subscription key behind a third-party proxy with multi-model dispatch." The author is not responsible for accounts being throttled, banned or subscriptions revoked. Software is provided AS-IS.