Discover and explore top open-source AI tools and projects—updated daily.
MadAppGangClaude Code proxy for any AI model
Top 77.8% on SourcePulse
Claudish is a CLI tool that extends Claude Code's capabilities beyond Anthropic models, enabling users to leverage a wide array of AI models through a unified proxy. It targets developers and power users seeking flexibility in their AI coding agents, offering access to over 100 models via OpenRouter, direct Gemini/OpenAI APIs, and local LLMs, thereby enhancing coding workflows with diverse AI backends.
How It Works
Claudish acts as a local proxy server, translating Claude Code's native Anthropic API requests into formats compatible with various AI providers. It uses a prefix-based routing system (e.g., g/ for Gemini, oai/ for OpenAI, ollama/ for local models) to direct traffic. This approach allows Claude Code to interact seamlessly with models hosted on OpenRouter, Google Gemini, OpenAI, or local inference servers like Ollama, vLLM, and LM Studio, all while maintaining 1:1 compatibility with the Claude Code communication protocol.
Quick Start & Requirements
curl ... | bash), Homebrew (brew install claudish), npm (npm install -g claudish), or Bun (bun install -g claudish). Can also be run without installation using npx or bunx.ANTHROPIC_API_KEY is also necessary to prevent Claude Code dialogs.Highlighted Details
npx or bunx without installation, supporting Node.js and Bun.Maintenance & Community
The README does not provide specific details on notable contributors, sponsorships, or community channels like Discord/Slack.
Licensing & Compatibility
Limitations & Caveats
Requires the Claude Code CLI to be installed separately. Most providers necessitate API keys, and a placeholder ANTHROPIC_API_KEY is mandatory for seamless operation. Monitor mode requires a real Anthropic API key and incurs charges on the Anthropic account.
4 days ago
Inactive