Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 14, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Cli
Instalación
Bundle
Confianza
Confianza: Established
Entrada
npm install -g @askalf/dario
Comando CLI universal
npx tokrepo install 8ac6244a-9a23-5652-83eb-ad2ca8526f75
Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados