🪄 Run Claude Code 100% Free Forever — 10 Free AI Providers, 5-Min Setup

:bullseye: [FREE TOOL] Claude Code — Free Providers, Per-Model Routing, Voice Input

5-min setup. Anthropic’s $200/mo coding agent, fueled by free DeepSeek, Kimi & friends. 20K+ devs already on it.


:bullseye: Tiny proxy → Claude Code thinks it’s calling Anthropic → actually hits free brains. $0 forever.

:link: Repo: github.com/Alishahryar1/free-claude-code


🧠 How it works — 30 sec

Normal: Claude Code → Anthropic servers → :credit_card: your card cries.
This: Claude Code → tiny proxy on your laptop → free AI (DeepSeek/Kimi/etc.) → answer comes back in Anthropic’s format → Claude Code never knows.

:light_bulb: Phone re-router. Claude Code dials Anthropic, proxy intercepts: “forwarding to DeepSeek instead.” Caller never knows. Magic happens in the middle.

🍿 What you get
Loot Plain-English
:bullseye: Drop-in replacement Same Claude Code CLI / VS Code / JetBrains — no new app to learn
:shuffle_tracks_button: 10 free brains NVIDIA · Kimi · Wafer · OpenRouter · DeepSeek · LM Studio · llama.cpp · Ollama · OpenCode Zen · Z.ai
:brain: Per-model routing Opus tasks → one model, Sonnet → another, Haiku → another
:microphone: Voice-to-code Talk to your code (Whisper / NVIDIA NIM)
:speech_balloon: Discord + Telegram bots Run Claude Code from your phone via DM
:desktop_computer: Web admin UI Pretty dashboard at 127.0.0.1:8082/admin — point + click
:electric_plug: Tools / MCP / streaming All preserved. Nothing breaks.
🎮 Setup — copy-paste edition

1. Install Claude Code:

npm install -g @anthropic-ai/claude-code

2. Install uv + Python 3.14:

:red_apple::penguin: macOS / Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh
uv self update
uv python install 3.14

:window: Windows PowerShell:

powershell ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv self update
uv python install 3.14

3. Install the proxy:

uv tool install --force git+https://github.com/Alishahryar1/free-claude-code.git

4. Start it:

fcc-server

→ terminal prints Admin UI: http://127.0.0.1:8082/admin — click it.

5. Drop in a free API key in the Admin UI (NVIDIA NIM = easiest, grab a key at build.nvidia.com/settings/api-keys) → ValidateApply.

6. Run Claude Code via the proxy:

fcc-claude

:light_bulb: fcc-claude = claude with the proxy wired in. Same commands. Zero re-learning.

🪪 Which free provider to pick
Provider Best for Why
:green_circle: NVIDIA NIM First-timers Free, fast, no card. Default pick.
:blue_square: DeepSeek Coding DeepSeek V3.1 ≈ Sonnet at code
:crescent_moon: Kimi (Moonshot) Big codebases Massive context window
:globe_with_meridians: OpenRouter Variety Browse free models list
:shortcake: Wafer Backup Anthropic-compatible, easy swap
:laptop: Ollama / LM Studio / llama.cpp Privacy 100% local. Code never leaves your box.

:light_bulb: Set ALL of them → proxy falls back automatically. One dies → next picks up. No babysitting.

🛡️ Catch check
Q A
Free forever? While these providers keep free tiers — NVIDIA/DeepSeek/Kimi have been free 1+ year
Quality vs real Claude? DeepSeek V3.1 ≈ Sonnet. Not Opus-tier. 95% of devs won’t notice.
Safe? MIT licensed, 27.5k :star:, 32 contributors, code auditable
Anthropic-banned? No. You’re not even hitting Anthropic — they don’t know you exist.
Tools / agents / MCP? All work. Vision, streaming, function calling — preserved.
Logs my prompts? Locally only. Nothing phoned home.
💸 The math
Plan Cost What you get
:money_bag: Claude Code Max $100–200/mo Real Opus + Sonnet
:green_circle: Free Claude Code (this) $0/mo DeepSeek + Kimi + 8 others, ~95% as good
:free_button: Anthropic free tier Tiny Wall in 30 min

Heavy user saves $1,000+/year.


:magic_wand: Simple-pimple: install proxy → grab free NVIDIA key → run fcc-claude instead of claude. Same workflow, $0 bill, Anthropic doesn’t know you exist.

Anthropic’s $200/mo plan, paid in zero dollars. Don’t tell them.

34 Likes

if you are getting error in this command :
powershell ExecutionPolicy ByPass -c “irm https://astral.sh/uv/install.ps1 | iex”
try this :
powershell -ExecutionPolicy ByPass -c “irm https://astral.sh/uv/install.ps1 | iex”

6 Likes

Always i don’t find the best word to describ you @SRZ but really you are

the best of the best

@SRZ

6 Likes

Guys I blocked here any help pls!!


1 Like

Cant wait to try this at home.

Open another terminal and type in fcc-init

then after that completes, type in fcc-claude again.

that will bring you to the CLI

Anybody tried running this on a remote machine? Care to add the steps for that?

This is cool! What should i vibe-code today? :sweat_smile:

2 Likes

how to authenticate with deepseek? its api shows it will cost me.

So, this is just a way to use other models inside Claude Code? Other models don’t give as good answers in coding as Claude. Not even Gemini. Is there a way to use Claude itself?

Why am I facing this?

I vibecoded a site to use the nvidia nim api key with models and it works fine but this project ain’t working.

I’m getting this error:
npm : The term ‘npm’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • npm install -g @anthropic-ai/claude-code
  •   + CategoryInfo          : ObjectNotFound: (npm:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

Download and install node js

Do we really use Claude or we are going to use some other AI which acts and works like Claude??Thanks

PK is not listed in Nvidia to verify phone number to get API . any alternate ?? tired alot of temp num but didnt worked

able to set it up and make it running- but its too slow, not sure due to NVidia API key or what

No kidding @SRZ is AMAZING. TY!!!

Hey @SRZ is this really Claude or just like claude ?

no its not a real claude, i try it, nothing special.

@SRZ Can we use it in VS Code IDE on Mac ? How to export with API key in VS Code IDE ?

@all Any idea ?