Discover and explore top open-source AI tools and projects—updated daily.
askalfRoute LLM tools via Claude subscription
Top 87.2% on SourcePulse
Summary
dario enables Claude Pro/Max subscribers to use their existing subscription across various LLM tools (Cursor, Aider, etc.) by acting as a local endpoint. It replays Claude Code's wire shape, bypassing per-token API bills and offering cost savings and unified integration for developers.
How It Works
dario captures and replays the exact wire shape of Claude Code's interactive sessions. This precise replication fools Anthropic's billing classifier, ensuring requests from integrated tools are routed to the subscription pool rather than incurring metered API charges. It effectively translates tool-specific API calls into the format recognized by the Claude subscription.
Quick Start & Requirements
npm install -g @askalf/dario or use the Docker image ghcr.io/askalf/dario:latest.dario login (or dario login --manual for headless).dario proxy in a separate terminal.export ANTHROPIC_BASE_URL=http://localhost:3456 and export ANTHROPIC_API_KEY=dario.Highlighted Details
localhost:3456 endpoint for Anthropic, OpenAI, Groq, and local Ollama backends.Maintenance & Community
A sophisticated, automated drift detection system (hourly, 30-min, daily watchers) counters Anthropic's undocumented changes, ensuring continuous operation. Fixes are typically deployed within an hour of Claude Code releases. Community engagement occurs via GitHub issues/PRs; @ask_alf provides drift bulletins.
Licensing & Compatibility
MIT license. Permissive for commercial use.
Limitations & Caveats
dario is an unofficial, third-party tool unaffiliated with Anthropic. Users bear responsibility for terms compliance and credential security. Not suitable for safety-critical or production environments without independent review; lacks vendor-managed SLAs. Relies on continuous maintenance against Anthropic's undocumented API evolution.
19 hours ago
Inactive