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.
03Visual
A single signal that you are running the patched build.
04Routing
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.∞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.