clawgod
God mode for Claude Code.
Unlock internal features. Remove restrictions. Re-color the brand.
One command, no compile.
$ curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash
> irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex
█ patched · █ original
01Feature unlocks
Internal-only commands and gates flipped to enabled.
02Restriction removals
System prompt instructions stripped at patch time.
03Geo-steganography neutralization
Client-side location fingerprinting removed at patch time.
04Visual
A single signal that you are running the patched build.
05Reliability
Token savings, cache optimization, and self-maintenance.
EMBEDDED_SEARCH_TOOLS=true, hiding built-in tools. Patch un-inlines the env check + adds bfs/ugrep detection.x-anthropic-billing-header on non-Anthropic proxies. Prevents zero cache-hit rate on DeepSeek / OneAPI / vLLM.settings.json. on (default): removes unused tools + disables Workflows/Artifact. max: also removes Plan mode, Agent Teams, bundled skills. off: all restored. Toggle: claude --lean-on / --lean-max / --lean-off.06Routing
Upgrade flow that survives Anthropic's bun-runtime swaps.
claude update routes through clawgod's installer — pulls latest Anthropic release + re-patches in one step. Supports --version and --no-upgrade.claude.orig binary — shell scripts can't preserve argv[0].∞How it works
Two-stage runtime patch. No fork, no compile.
Extract
The installer reads Anthropic's native binary, pulls out cli.js and embedded .node modules, and post-processes them for Bun-on-disk execution.
Patch
A regex-only patcher rewrites the extracted cli.js in place — flipping gates, stripping refusals, re-coloring the brand. Idempotent and version-portable.
Launch
A thin wrapper at ~/.local/bin/claude spawns Bun against the patched cli.original.cjs, with provider.json deciding env injection.
Stay current
claude update is patched to route through this installer — pulls the latest Anthropic release from npm and re-patches, in one step.