ClawedCode is a fast Rust-native coding agent shell, aiming to be a 1:1 replacement for Claude Code.
From crates.io:
cargo install clawedcodeFrom source (this repo):
cargo install --path crates/clawedcode-cliGlobal install:
npm install -g clawedcodeThis downloads a platform-specific clawedcode-bin from GitHub Releases during install (and also lazily on first run if needed).
Start the interactive REPL:
clawedcodeRun a single prompt non-interactively:
clawedcode run --prompt "inspect this workspace"The focus is: terminal UX, compatibility research, and a clean Rust implementation of boot flow, provider streaming, tools/permissions, MCP, and agent orchestration.