clawedcode-api 0.0.4

API layer for clawedcode
Documentation

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 clawedcode

From source (this repo):

cargo install --path crates/clawedcode-cli

npm (prebuilt binaries)

Global install:

npm install -g clawedcode

This downloads a platform-specific clawedcode-bin from GitHub Releases during install (and also lazily on first run if needed).

Usage

Start the interactive REPL:

clawedcode

Run 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.