Run Claude Code against free NVIDIA-hosted models with no credit card
Switch between Kimi, Qwen, DeepSeek, Llama, and GPT-OSS from a TUI menu
Set up Claude Code on macOS or Linux with a single curl install
Needs a free NVIDIA NIM API key, Python 3.11+, and either Claude Code or Node.js already installed. Windows users go through WSL2.
pulsarcode is a small launcher that lets people run Anthropic's Claude Code, a popular command-line coding assistant, using free AI models hosted by NVIDIA instead of Anthropic's paid Claude models. The official Claude Code program is a free download but the Claude models it normally calls require a paid subscription. This project redirects those calls to NVIDIA's developer platform, where models like Kimi K2.6, Qwen 3 Coder, DeepSeek V4, Llama 3.3, and GPT-OSS 120B can be used with a free API key that does not require a credit card. Using it looks like this: you run a single command, and a wizard appears every time you launch. It first asks whether to keep or replace the stored NVIDIA NIM API key, then shows a menu of models grouped into a Recently Used section, a Coding Tier with the largest coding-tuned models, and a General Tier with mid-sized general models. You pick a model with arrow keys, press Enter, and the regular Claude Code interface opens with the chosen model wired in. The README shows the exact terminal screens you see during this flow. The project is for macOS 14 or newer or a recent Linux distribution, with Windows users needing WSL2. It requires Python 3.11 or newer and either Claude Code already installed or Node.js so the installer can pull Claude Code automatically. A free NVIDIA NIM key from build.nvidia.com is the other requirement, and the first-launch wizard walks you through generating one. Installation is a single curl-and-bash command that downloads a release tarball, sets up an isolated Python virtual environment, installs an adapter, and starts the launcher. The README spends a section explaining why the project exists. The authors point out that Claude Code's subscription, around 20 US dollars per month, is friction in high-income countries but multiple months of average salary in countries like Argentina, Vietnam, Nigeria, Tunisia, India, Indonesia, Egypt, Bangladesh, the Philippines, and Pakistan. They describe pulsarcode as a donation to developers who cannot or will not pay a monthly subscription for a frontier coding agent. Technically, the launcher uses an environment variable called ANTHROPIC_BASE_URL that Claude Code already supports for routing to alternative backends like AWS Bedrock or Google Vertex. pulsarcode points it at a small local adapter on 127.0.0.1 port 4000, which translates Anthropic's message format into NVIDIA's OpenAI-compatible chat completions and forwards them. The README states the project is AGPL-3.0, source-available, made by a Canadian federal corporation that earns nothing from it, and ships with no analytics or telemetry.
Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.