9Router

Active
GitHub JavaScript MIT

Description

9router unifies Claude Code, Codex, Cursor and other AI coding tools behind one router with free model support and quota management.

Key Features

  • Multi-tool — Claude Code, Codex, Cursor, Cline, Copilot
  • Free tier — built-in free model routing
  • Zero-config — one-command launch
  • OpenAI-compatible — works with any client SDK
  • Quota management — visual token usage and quotas
  • High availability — multi-channel failover

Use Cases

💡 Unified API across Claude Code + Codex + Cursor
💡 Cutting coding-Agent subscription cost
💡 Managing token usage across many clients
💡 One AI coding service for open-source teams

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (26.9k stars)
  • Permissive open-source license (MIT)

⚠️ Limitations

  • High issue backlog (1.9k open issues)

Quick Start

# 统一多 AI 编码工具路由
npm install -g @9router/cli
9router login
9router start

Related Projects

Sandbox Agent

1.6k · TypeScript
Normal B

Run coding agents in sandboxes. Control them over HTTP. Supports Claude Code, Codex, OpenCode, and Amp with isolated execution environments.

sandboxcode-executionclaude-code +3
  • · Universal Agent API — single interface to control Claude Code, Codex, OpenCode, Cursor, Amp, and Pi
  • · Universal Session Schema normalizing all agent event formats for storage and replay
  • · Lightweight static Rust binary — runs inside E2B, Daytona, Modal, Cloudflare Containers, or Docker

Agentic Awesome Skills

45.9k · Python
Active A+

A local skill catalog and composition layer for coding agents — 2100+ skills surfaced to Claude and Codex via a read-only MCP, composed into a reproducible, reviewable stack manifest.

skillsmcpclaude-code +2
  • · Complete local catalog — 2100+ skills live on disk, searchable and readable offline with no hosted dependency
  • · Agent-owned selection — a read-only stdio MCP exposes search_skills, get_skill, and compose_stack so Claude or Codex composes its own stack
  • · Validate and preview — aas stack validate checks the proposal while aas stack plan produces an immutable per-target plan

Vibe Kanban

28.0k · Rust
Stale B

Get 10X more out of Claude Code, Codex or any coding agent. Manage agent tasks through kanban boards, track progress, and optimize workflows.

productivitykanbanclaude-code +2
  • · Kanban Task Management — Create, prioritize, and assign coding agent tasks via a kanban board UI
  • · Multi-Agent Workspaces — Each workspace gives an agent its own branch, terminal, and dev server
  • · Diff Review & Inline Comments — View code diffs and provide feedback to agents directly in the UI