ClawGod performs runtime surgery on the official Claude Code binary
It extracts the official Claude Code binary, patches its internals, and unlocks features Anthropic keeps hidden behind feature flags and paywalls.

What it does
ClawGod is a runtime patcher for the official Claude Code CLI. It rips the JavaScript source out of Anthropic’s Bun standalone binary, applies 23 regex-based patches, and runs the modified code under Bun. The result is the same Claude Code you already use, but with hidden commands unlocked, restrictions stripped, and a green logo so you know it’s working.
The interesting bit
The patcher is version-agnostic: it compares a .source-version stamp against your installed binary and auto-re-patches whenever Anthropic pushes an update, so claude update still works normally. It also extracts embedded native .node modules (audio, image processing, computer use) and rewires their virtual paths, which is the kind of binary forensics usually reserved for malware analysis.
Key highlights
- Unlocks 24+ internal commands (
/share,/teleport,/bughunter, etc.), debug logging, and API request dumps - Removes hardcoded restrictions on security testing, URL generation, and forced confirmations before destructive actions
- Bypasses subscription requirements for Computer Use on macOS and enables multi-agent swarms without feature flags
- Fixes prompt-cache hit rates on third-party endpoints (DeepSeek, Bedrock, vLLM) by disabling a broken billing header
- Routes
claude updatethrough its own installer so upstream updates keep working with patches intact
Caveats
- Not affiliated with Anthropic; the README explicitly warns “Use at your own risk”
- Subscription-free Computer Use is only available on macOS
- Requires the official Claude Code binary, Node.js, Bun, and ripgrep as prerequisites
Verdict
Developers who want Claude Code’s internal debug tools, multi-agent swarms, or third-party API flexibility without waiting for Anthropic’s blessing will find this surgical. If you prefer your AI assistants unmodified, fully supported, and without “use at your own risk” disclaimers, keep the orange logo.
Frequently asked
- What is 0Chencc/clawgod?
- It extracts the official Claude Code binary, patches its internals, and unlocks features Anthropic keeps hidden behind feature flags and paywalls.
- Is clawgod open source?
- Yes — 0Chencc/clawgod is open source, released under the GPL-3.0 license.
- What language is clawgod written in?
- 0Chencc/clawgod is primarily written in HTML.
- How popular is clawgod?
- 0Chencc/clawgod has 1.7k stars on GitHub and is currently cooling off.
- Where can I find clawgod?
- 0Chencc/clawgod is on GitHub at https://github.com/0Chencc/clawgod.