by x1xhlol
Claude Code, but better: better performance, OpenAI/OpenRouter support, no telemetry, no lock-in.
# Add to your Claude Code skills
git clone https://github.com/x1xhlol/better-clawdClaude Code, but better.
Better-Clawd exists because the original had a genuinely great core idea and too many self-inflicted problems around it. This fork keeps what worked, fixes what did not, and gives people real choice over how they log in, which provider they use, and how much of the product they actually want phoning home.
No telemetry. No vendor lock-in. Faster startup, lower idle overhead, and better long-session performance than the original Claude Code. Less corporate baggage.
npm install -g better-clawd
Or run it without a global install:
npx better-clawd
Claude Code had the bones of a best-in-class coding CLI, but too much of the experience was tied to one company, one backend, one set of assumptions, and one way of doing things.
Better-Clawd is the response to that.
Better-Clawd is intentionally tuned to be leaner than upstream Claude Code:
No comments yet. Be the first to share your thoughts!
PERFORMANCE.mdBetter-Clawd currently supports:
Default endpoints:
https://api.openai.com/v1wss://api.openai.com/v1/responseshttps://openrouter.ai/apihttps://openrouter.ai/api/v1/responsesbetter-clawd/login/status to confirm the active provider and auth methodThe intended setup path is inside the CLI itself. Environment variables still work, but they are mostly useful for CI, headless usage, forced provider selection, or custom/proxied endpoints.
OpenAI:
BETTER_CLAWD_API_PROVIDER=openai
OPENAI_API_KEY=your_key_here
OPENAI_BASE_URL=https://api.openai.com/v1
OpenRouter:
BETTER_CLAWD_API_PROVIDER=openrouter
OPENROUTER_API_KEY=your_key_here
OPENROUTER_BASE_URL=https://openrouter.ai/api
The direction is straightforward:
If you liked the original idea but got tired of the lock-in, this is the fork.
Better-Clawd is an independent, unofficial community project and is not affiliated with, endorsed by, or sponsored by Anthropic, PBC.
Claude, Claude Code, and related names, marks, and branding are the property of Anthropic, PBC or their respective owners. They are referenced here only to describe compatibility, origin, and the purpose of this fork.
The intent here is interoperability, commentary, and fair reference, not impersonation.