offrouter-cli
v0.7.0
Published
Local-first router for coding agents. Use your subscriptions first, API keys as fallback.
Downloads
2,067
Readme
offrouter-cli
Local-first router for coding agents. Use your subscriptions first, API keys as fallback.
Install
npm install -g offrouter-cliQuick start
offrouter init # create default config
offrouter login anthropic # authenticate with a provider
offrouter route explain # route a prompt through policy
offrouter install claude --profile claude-personalCommands
| Command | Description |
|-------------|-------------|
| init | Scaffold a new config file |
| doctor | Check providers, credentials, and limits |
| login | Authenticate with a provider (OAuth or API key) |
| models | List available models across providers |
| profiles | Manage named routing profiles |
| route | Route a prompt through the engine |
| status | Show usage, limits, and active subscriptions |
| update | Refresh provider catalog and adapter versions |
| install | Install a harness adapter (claude, codex, gemini, grok) |
| uninstall | Remove a harness adapter |
| mcp | Start the MCP stdio server |
| hooks | Manage hook/plugin registration |
| proxy | Proxy server for local model routing |
Links
Claude Code primary model is unchanged in V1; OffRouter routes delegated work.
