free-claude-code Takes GitHub Trending Top Spot: A Cost-Free Alternative to Claude Code With 20k+ Stars in a Week
An open-source project named free-claude-code has surged to the top of GitHub's weekly trending list, amassing over 20,000 stars in less than a week. It...
In 2026, the AI coding tool space continues to thrive, with Anthropic's Claude Code emerging as a leading terminal-based AI programming assistant. Renowned for its deep code understanding, Git operation capabilities, multi-file refactoring, and natural language-driven complex engineering tasks, it has maintained a strong presence on GitHub Trending since early 2026, supported by a growing plugin ecosystem including obra/superpowers and claude-mem. However, its high API costs, restricted access for Chinese developers, and rigid model binding have kept many potential users at bay.
Against this backdrop, free-claude-code—an open-source project—has taken GitHub by storm. In less than a week, it garnered over 20,000 stars and claimed the top spot on GitHub's weekly trending list. This project breaks down Claude Code's barriers using an ingenious proxy approach, enabling zero-cost, unrestricted usage that directly targets developers' key frustrations.
Built with Python and FastAPI, free-claude-code is a lightweight proxy service. Its core logic is simple yet effective: it sets up a local proxy layer that intercepts Claude Code's requests to Anthropic, forwards them to other free or low-cost LLM providers, and converts the results back into a format compatible with Claude Code. This process is fully transparent—users don't need to modify any code in Claude Code's CLI or VSCode extension.
Key features of free-claude-code include support for over 25 LLM backends (such as NVIDIA NIM, OpenRouter, Google Gemini, DeepSeek, and local models like Ollama and llama.cpp), allowing flexible switching between free, paid, and local deployment options. It also offers smart model routing (directing different Claude Code model requests to appropriate providers), native API compatibility (supporting Claude Code's model selector without extra configuration), full feature adaptation (streaming responses, tool calls, image input), and extensions like Discord/Telegram bots for remote coding and a local admin UI for visual configuration.
Getting started is easy: macOS/Linux users can install it via a curl command, while Windows users use a PowerShell script. Starting the proxy server (fcc-server) provides access to an admin UI at http://127.0.0.1:8082/admin for configuring providers like NVIDIA NIM.
Sources
- Toutiao Article: https://m.toutiao.com/article/7665376921584157235/