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