diff --git a/README.md b/README.md index 0b09007..80fcd87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Claw Code +

+ 188K GitHub stars and climbing. +

+ +

+ Rust-native agent execution for people who want speed, control, and a real terminal. +

+

ultraworkers/claw-code ยท @@ -28,8 +36,21 @@ Claw Code

-Claw Code is the public Rust implementation of the `claw` CLI agent harness. -The canonical implementation lives in [`rust/`](./rust), and the current source of truth for this repository is **ultraworkers/claw-code**. +

+ Claw Code just crossed 188,000 GitHub stars. This repo is the public Rust implementation of the claw CLI agent harness, built in the open with the UltraWorkers community. +

+ +

+ The canonical implementation lives in rust/, and the current source of truth for this repository is ultraworkers/claw-code. +

+ +## 188K and climbing + +Thanks to everyone who starred, tested, reviewed, and pushed the project forward. Claw Code is focused on a straightforward promise: a fast local-first CLI agent runtime with native tools, inspectable behavior, and a Rust workspace that stays close to the metal. + +- Native Rust workspace and CLI binary under [`rust/`](./rust) +- Local-first workflows for prompts, sessions, tooling, and parity validation +- Open development across the broader UltraWorkers ecosystem > [!IMPORTANT] > Start with [`USAGE.md`](./USAGE.md) for build, auth, CLI, session, and parity-harness workflows. Make `claw doctor` your first health check after building, use [`rust/README.md`](./rust/README.md) for crate-level details, read [`PARITY.md`](./PARITY.md) for the current Rust-port checkpoint, and see [`docs/container.md`](./docs/container.md) for the container-first workflow.