
NanoClaw RUST
Open source · Apache-2.0v2026.3.4 99.99% uptime
Stars
31.7k
Deploys
840k
Version
2026.3.4
Uptime
99.99%
Runtime
RUST
License
Apache-2.0
Overview
NanoClaw is a featherweight runtime that compiles to a single static binary with zero runtime dependencies. It's tuned for sub-100ms responses at the edge, making it the right pick for latency-critical paths and resource-constrained nodes.
Key features
- Single static binary, no runtime deps
- Sub-100ms cold responses at the edge
- WASM build for browser + worker runtimes
- Streaming-first, backpressure-aware core
- Drop-in OpenClaw-compatible tool API
Install
$ cargo install nanoclawQuickstart
# 1 - install NanoClaw
cargo install nanoclaw
# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy nanoclaw --model claude-haiku-4-2
# 3 - or self-host on any VPS
nanoclaw serve --port 8080