Free Claude Code: Access AI Coding Agents and 1.3B+ Free Tokens
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Free Claude Code is an independent open-source project that allows developers to use various AI coding agents like Claude Code, Codex, Pi, and OpenCode for free. It provides access to over 50 ToS-friendly providers, offering more than 1.3 billion free tokens monthly. This tool integrates seamlessly across terminals, desktop apps, IDEs, and even phones, enhancing productivity and ensuring continuous coding through provider outages.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Free Claude Code is a powerful open-source project designed to democratize access to advanced AI coding agents. It enables developers to utilize tools like Claude Code, Codex, Pi, OpenCode, and many others, all from a unified interface. With support for over 50 ToS-friendly providers, users can benefit from more than 1.3 billion free tokens every month, making sophisticated AI assistance readily available for coding tasks. The project aims to provide a robust and flexible environment for AI-powered development, ensuring agent capabilities remain intact across various platforms.
Installation
Getting started with Free Claude Code is straightforward. Follow the quick start instructions for your operating system:
macOS/Linux:
curl -fsSL "https://raw.githubusercontent.com/Alishahryar1/free-claude-code/main/scripts/install.sh" | sh
Windows PowerShell:
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/Alishahryar1/free-claude-code/main/scripts/install.ps1")))
Re-running the same command will update your installation. During the process, you will be prompted to choose at least one coding agent and optionally RTK.
Examples
After installation, you can start the Free Claude Code server and then run your preferred coding agent.
1. Start FCC Server:
- Windows/macOS: Open "Free Claude Code" from your desktop or Applications folder.
- Linux: Run
fcc-serverin your terminal.
FCC will open the Admin UI, where you can configure providers and models. For example, to configure NVIDIA NIM, create an API key at build.nvidia.com/settings/api-keys, then paste it into NVIDIA_NIM_API_KEY in the Admin UI.
2. Run Your Coding Agent:
Once the server is running and configured, you can launch your chosen agent:
- Claude Code:
fcc-claude - Codex:
fcc-codex - Pi:
fcc-pi - OpenCode:
fcc-opencode
Free Claude Code also supports integrations with IDEs like VS Code and JetBrains, allowing you to connect your client by configuring specific environment variables or config.toml files.
Why Use It
Free Claude Code offers several compelling advantages for developers:
- Extensive Free Access: Gain access to 1.3 billion+ free tokens monthly across 50+ ToS-friendly providers, significantly reducing costs for AI-powered development.
- Diverse Agent Support: Work with 10 different coding agents, including popular ones like Claude Code, Codex, Pi, OpenCode, and more, all from a single platform.
- Resilience and Reliability: Continue coding even through provider outages, as FCC automatically tries fallback models without interrupting your workflow.
- Optimized Output: Benefit from up to 90% fewer terminal-output tokens thanks to optional RTK filters and five FCC optimizations.
- Multi-Platform Compatibility: Use the tool across various environments, including your terminal, desktop applications, popular IDEs like VS Code and JetBrains, and even mobile devices via Discord or Telegram bots.
- Voice Integration: Enhance your workflow with voice notes, converting spoken input into code using local Whisper or NVIDIA NIM transcription.
Links
- GitHub Repository: https://github.com/Alishahryar1/free-claude-code
- Report Bugs or Request Features: https://github.com/Alishahryar1/free-claude-code/issues
- Architecture and Extension Guide: https://github.com/Alishahryar1/free-claude-code/blob/main/ARCHITECTURE.md
- Contributing Guide: https://github.com/Alishahryar1/free-claude-code/blob/main/CONTRIBUTING.md
Related repositories
Similar repositories that may be relevant next.

Cognithor: A Local-First Autonomous Agent OS for AI Automation
August 28, 2026
Cognithor is an innovative local-first autonomous agent operating system designed for AI experimentation and personal automation. It supports 19 LLM providers, 17 communication channels, and features a 6-tier cognitive memory system, ensuring all your data remains private on your machine. This powerful Python-based platform offers extensive capabilities for managing tasks, knowledge, and automated workflows.

claude-video: Empowering Claude to Watch and Analyze Any Video Content
August 27, 2026
The claude-video repository provides a powerful tool, `/watch`, enabling Claude to process and understand video content. It automates the download, frame extraction, and transcription of any video, feeding this rich data to Claude. This allows Claude to answer questions and provide insights grounded in what it has actually seen and heard.

Ouroboros: A Self-Evolving AI Agent for Autonomous Development
August 26, 2026
Ouroboros is an open-source, general-purpose AI agent designed for autonomous development and self-evolution. It maintains identity and memory across tasks and restarts, capable of modifying its own code, architecture, and tools. This agent can coordinate specialist subagents and operate on external projects, offering both desktop and headless CLI interfaces.

LoopX: Long-Horizon Agent Control Plane for Governed AI Workflows
August 25, 2026
LoopX is an open, provider-neutral, and stateful control plane designed for long-horizon AI agents. It enables durable, governed work across various agent harnesses, including Codex App and Claude Code. LoopX provides essential capabilities for managing complex, long-running tasks, ensuring objectives, gates, and handoffs remain stable and reviewable.
Source repository
Open the original repository on GitHub.