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

Source: osrepos.com
Repository profile: https://osrepos.com/repo/alishahryar1-free-claude-code
Generated for open source discovery and AI-assisted research.

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.

GitHub: https://github.com/Alishahryar1/free-claude-code
OSRepos URL: https://osrepos.com/repo/alishahryar1-free-claude-code

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

## Topics

- Python
- AI
- Coding Assistant
- Developer Tools
- Open Source
- Claude Code
- Codex
- Free Tokens

## Repository Information

Last analyzed by OSRepos: Sat Aug 29 2026 01:47:45 GMT+0100 (Western European Summer Time)
Detail views: 0
GitHub clicks: 1

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## 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:**

bash
curl -fsSL "https://raw.githubusercontent.com/Alishahryar1/free-claude-code/main/scripts/install.sh" | sh


**Windows PowerShell:**

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-server` in 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](https://build.nvidia.com/settings/api-keys "NVIDIA NIM API Keys" target="_blank"), 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:**
    bash
fcc-claude
    
*   **Codex:**
    bash
fcc-codex
    
*   **Pi:**
    bash
fcc-pi
    
*   **OpenCode:**
    bash
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](https://github.com/Alishahryar1/free-claude-code "Free Claude Code GitHub Repository" target="_blank")
*   **Report Bugs or Request Features:** [https://github.com/Alishahryar1/free-claude-code/issues](https://github.com/Alishahryar1/free-claude-code/issues "Report Bugs or Request Features" target="_blank")
*   **Architecture and Extension Guide:** [https://github.com/Alishahryar1/free-claude-code/blob/main/ARCHITECTURE.md](https://github.com/Alishahryar1/free-claude-code/blob/main/ARCHITECTURE.md "Architecture and Extension Guide" target="_blank")
*   **Contributing Guide:** [https://github.com/Alishahryar1/free-claude-code/blob/main/CONTRIBUTING.md](https://github.com/Alishahryar1/free-claude-code/blob/main/CONTRIBUTING.md "Contributing Guide" target="_blank")