Brcc
brcc — BlockRun Claude Code. Run Claude Code with any model (GPT-5, Claude, Gemini, DeepSeek, Grok, 40+). No rate limits, no account needed. Pay per use with USDC on Base or Solana.
Install / Use
/learn @BlockRunAI/BrccQuality Score
Category
Development & EngineeringSupported Platforms
README
<img src="https://img.shields.io/badge/🚀_No_Rate_Limits-black?style=for-the-badge" alt="No rate limits"> <img src="https://img.shields.io/badge/🔑_No_Account_Needed-blue?style=for-the-badge" alt="No account"> <img src="https://img.shields.io/badge/🤖_50+_Models-yellow?style=for-the-badge" alt="50+ models"> <img src="https://img.shields.io/badge/💰_Pay_Per_Use-purple?style=for-the-badge" alt="Pay per use"> <img src="https://img.shields.io/badge/⛓_Base_+_Solana-green?style=for-the-badge" alt="Base + Solana">
<br><br>
</div>brcc is a local proxy that lets you run Claude Code with any LLM model — GPT-5, Claude, Gemini, DeepSeek, Grok, and 50+ more — without rate limits, without an Anthropic account, and without phone verification. You pay per request with USDC via the x402 protocol. Your wallet is your identity. Your private key never leaves your machine.
Why brcc exists
Claude Code users are frustrated. Over 4,350 GitHub issue comments about the same problems:
| | Issue | Comments | |--|-------|----------| | 🔴 | "Instantly hitting usage limits with Max subscription" | 1,252 | | 🔴 | "Phone verification — unable to send code" | 546 | | 🔴 | "Account disabled after payment" | 145 | | 🔴 | "5-hour limit reached in less than 1h30" | 108 | | 🔴 | "Rate limit reached despite Max subscription and only 16% usage" | 89 |
Every one of these people is a potential brcc user.
brcc eliminates all of these problems:
- No rate limits — pay per request, use as much as you want
- No account — a wallet is generated locally, no signup
- No phone verification — USDC is your authentication
- No region restrictions — works everywhere, priced the same
- No billing surprises — transparent per-token pricing
How it compares
| | Claude Max ($200/mo) | OpenRouter | brcc | |--|---------------------|------------|----------| | Rate limits | Constantly hit | Per-model limits | None | | Account required | Yes + phone | Yes + email | No | | Models | Claude only | 200+ (manual select) | 50+ (auto or manual) | | Payment | Credit card, subscription | Credit card, pre-pay | USDC per-request | | Auth | OAuth + API key conflicts | API key | Wallet signature | | Pricing | Opaque | Transparent | Transparent | | Runs locally | N/A | No | Yes (proxy) | | Monthly cost | $100-200 fixed | Varies | $5-50 based on usage |
Quick Start
One-line install (Linux/macOS)
curl -fsSL https://blockrun.ai/brcc-install | bash
Installs Node.js (if needed) + Claude Code + brcc + creates wallet.
Manual install
# 1. Install Claude Code
curl -fsSL https://claude.ai/install.sh | bash
# 2. Install brcc (use sudo on Linux)
sudo npm install -g @blockrun/cc # use sudo on Linux
# 3. Create wallet
brcc setup base # Base chain (Coinbase L2)
# or
brcc setup solana # Solana chain
# 4. Fund your wallet with USDC (or use free models without funding)
# 5. Launch
brcc start
That's it. Claude Code opens with access to 50+ models, no rate limits.
Choosing Models
From the command line
brcc start # Default: smart routing (blockrun/auto)
brcc start --model blockrun/eco # Cheapest capable model
brcc start --model blockrun/premium # Best quality
brcc start --model blockrun/free # Free tier only
brcc start --model deepseek/deepseek-chat # Direct model access
brcc start --model anthropic/claude-opus-4.6 # Most capable
Smart Routing (Built-in)
brcc includes ClawRouter's 15-dimension classifier for automatic model selection:
| Profile | Strategy | Savings | Best For |
|---------|----------|---------|----------|
| blockrun/auto | Balanced (default) | 74-100% | General use |
| blockrun/eco | Cheapest possible | 95-100% | Maximum savings |
| blockrun/premium | Best quality | 0% | Mission-critical |
| blockrun/free | Free tier only | 100% | Zero cost |
How it works:
"What is 2+2?" → SIMPLE → gemini-flash ($0.0002)
"Write a React component" → MEDIUM → kimi-k2.5 ($0.002)
"Design a microservice..." → COMPLEX → gemini-3.1-pro ($0.007)
"Prove this theorem..." → REASONING → grok-4-fast ($0.0004)
In-session switching:
use auto # Switch to smart routing
use eco # Switch to cheapest
use premium # Switch to best quality
use free # Switch to free models
use sonnet # Direct Claude Sonnet
use gpt # GPT-5.4
use codex # GPT-5.3 Codex
use o3 # OpenAI o3
use gemini # Gemini 2.5 Pro
use flash # Gemini 2.5 Flash
use grok # Grok 3
use grok-4 # Grok 4
use deepseek # DeepSeek Chat
use r1 # DeepSeek Reasoner
use minimax # Minimax M2.7
use kimi # Kimi K2.5
use free # Nemotron Ultra 253B (free)
use nemotron # Nemotron Ultra 253B (free)
use devstral # Devstral 2 123B (free)
use qwen-coder # Qwen3 Coder 480B (free)
Inside Claude Code
Use /model to switch between Sonnet, Opus, and Haiku. Each maps to the BlockRun model you've configured:
# Customize what each /model option routes to
brcc config set sonnet-model anthropic/claude-sonnet-4.6 # default
brcc config set opus-model anthropic/claude-opus-4.6 # default
brcc config set haiku-model deepseek/deepseek-chat # cheap alternative
List all models
$ brcc models
Free Models (no USDC needed)
──────────────────────────────────────────────────────────────────────
nvidia/nemotron-ultra-253b
nvidia/gpt-oss-120b
nvidia/deepseek-v3.2
nvidia/mistral-large-3-675b
nvidia/qwen3-coder-480b
nvidia/devstral-2-123b
nvidia/llama-4-maverick
nvidia/glm-4.7
... (11 free models)
Paid Models
──────────────────────────────────────────────────────────────────────
Model Input Output
openai/gpt-5-nano $0.05/M $0.40/M
xai/grok-4-1-fast-reasoning $0.20/M $0.50/M
deepseek/deepseek-chat $0.28/M $0.42/M
minimax/minimax-m2.7 $0.30/M $1.20/M
google/gemini-2.5-flash $0.30/M $2.50/M
moonshot/kimi-k2.5 $0.60/M $3.00/M
anthropic/claude-haiku-4.5 $1.00/M $5.00/M
openai/gpt-5.3-codex $1.75/M $14.00/M
google/gemini-2.5-pro $1.25/M $10.00/M
google/gemini-3.1-pro $2.00/M $12.00/M
openai/gpt-5.4 $2.50/M $15.00/M
anthropic/claude-sonnet-4.6 $3.00/M $15.00/M
anthropic/claude-opus-4.6 $5.0
