SkillsMay 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

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 29/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 8ac6244a-9a23-5652-83eb-ad2ca8526f75 --target codex

Stages files first; activation requires review of the staged README and plan.

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