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