ClawGod patches Claude Code to patch and re-patch the official binary at runtime, updating with Claude Code releases. It supports multiple OSes and provides config options and lean settings.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
ClawGod is a runtime patch applied to the official Claude Code. It continues to be supported with each version update.
How it works
Since @anthropic-ai/claude-code v2.1.113, the npm package is a thin loader that dispatches to Bun standalone binaries. ClawGod locates the native Bun binary, extracts the embedded cli.js source and native modules, rewrites virtual paths, applies patches, and runs the patched cli.js under Bun. A .source-version stamp records the patched native version; on each launch, it may auto-repatch if Claude Code was upgraded.
Getting started
Prerequisites include Claude Code, ripgrep, Node.js >= 18, and Bun. Installation on macOS/Linux is done via the installer script:
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash
Windows installation uses PowerShell:
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex
Recent releases
Latest releases include v1.7.5 (2026-07-23) with changes such as: fix: only show update prompt when remote version is newer; merged PR; fix: add missing ANSI green theme patches for non-truecolor t
v1.7.4 (2026-07-22): fix: uninstall leaves stale launcher when no backup exists on Windows.
Install commands are listed in the README for macOS/Linux and Windows.
Traction
Stars: 1814 Forks: 300 Open issues: 7
Behind the repo
Not included in the provided data.
Caveats
License: GPL-3.0. Created: 2026-04-01. Last push: 2026-08-04. Open issues: 7.






