CLI ToolsMay 14, 2026·2 min read

dario — Local LLM Router for Claude Subscriptions

Local LLM router for agent tools: exposes Anthropic + OpenAI-compatible APIs at http://localhost:3456; verified 197 stars and zero runtime deps.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Cli
Install
Bundle
Trust
Trust: Established
Entrypoint
npm install -g @askalf/dario
Universal CLI install command
npx tokrepo install 8ac6244a-9a23-5652-83eb-ad2ca8526f75
Intro

Local LLM router for agent tools: exposes Anthropic + OpenAI-compatible APIs at http://localhost:3456; verified 197 stars and zero runtime deps.

Best for: Claude Pro/Max users who want Cursor/Aider/Cline/Codex CLI to share one local endpoint instead of paying per-token APIs everywhere

Works with: Any client that honors ANTHROPIC_BASE_URL or OPENAI_BASE_URL, local localhost:3456 routing, optional Docker deployments

Setup time: 5-10 minutes

Main

  • The core promise is concrete: one local endpoint (http://localhost:3456) that can speak Anthropic Messages API and OpenAI Chat Completions API shapes.
  • It documents explicit subscription tiers (Pro $20 / Max 5x $100 / Max 20x $200) and positions the proxy as a way to avoid per-token spend for heavy tool users.
  • The repo highlights auditability and safety signals: zero runtime dependencies, SLSA-attested releases, and local credential storage under ~/.dario/.

FAQ

  • Is it a hosted service?: No. The README frames dario as a local single-user router you run on your own machine.
  • Does it require changing tools?: Usually no — point tools at ANTHROPIC_BASE_URL / OPENAI_BASE_URL and keep using the same workflows.
  • What should I verify first?: Start dario proxy, then run one short request from a tool you already use and confirm it routes via localhost:3456.
🙏

Source & Thanks

Source: https://github.com/askalf/dario > License: MIT > GitHub stars: 197 · forks: 38

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets