Native Claude Code Binary Spawn
- Entity ID:
ent-20260423-r30a000000003 - Type:
mechanism - Scope:
private - Status:
active
Description
As of v2.1.113, the CLI launches a per-platform native Claude Code binary via an optional dependency rather than running the bundled JavaScript directly. The JS entrypoint is now a launcher. Aligns the public distribution with the architecture the leak revealed (Zig-based attestation client below the JS layer). Makes it harder to shim or repack the CLI in ways that bypass safety checks or distort telemetry without breaking attestation.
Key claims
- v2.1.113 CLI spawns a native binary instead of running bundled JS
- Native-binary spawn aligns public distribution with Zig-attestation architecture
- Accept v2.1.113 native binary; avoid repacked binaries
Relations
- Native Claude Code Binary Spawn --[contains]--> Claude Code v2.1.113
- Native Claude Code Binary Spawn --[depends_on]--> Zig-Based Attestation Client
- Post-Leak Claude Code Playbook --[depends_on]--> Native Claude Code Binary Spawn