Quick Start
Run your first command in under a minute
Installation
Set up Claw Code in your Python environment
CLI Reference
Explore every subcommand and flag
Python API
Use PortRuntime and QueryEnginePort directly
What you can do
Route prompts
Match natural language prompts to commands and tools using the fuzzy routing engine
Manage sessions
Persist transcripts, reload sessions, and track token usage across turns
Audit parity
Compare the Python workspace against the original TypeScript archive
Remote modes
Simulate SSH, Teleport, remote-control, and deep-link runtime branching
Get started
Verify your Python environment
Claw Code requires Python 3.10 or later. No additional dependencies are needed for the core runtime.
A Rust port is in progress on the
dev/rust branch, targeting a faster, memory-safe harness runtime. The Python workspace is the current stable implementation.