diff --git a/README.md b/README.md index 6b3cbe7..ad6509d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@

ZeroClaw 🦀

- Zero overhead. Zero compromise. 100% Rust. 100% Agnostic. + Zero overhead. Zero compromise. 100% Rust. 100% Agnostic.
+ ⚡️ Runs on $10 hardware with <10MB RAM: That's 99% less memory than OpenClaw and 98% cheaper than a Mac mini!

@@ -18,6 +19,13 @@ Fast, small, and fully autonomous AI assistant infrastructure — deploy anywher ~3.4MB binary · <10ms startup · 1,017 tests · 22+ providers · 8 traits · Pluggable everything ``` +### ✨ Features + +- 🏎️ **Ultra-Lightweight:** <10MB Memory footprint — 99% smaller than OpenClaw core. +- 💰 **Minimal Cost:** Efficient enough to run on $10 Hardware — 98% cheaper than a Mac mini. +- ⚡ **Lightning Fast:** 400X Faster startup time, boot in <10ms (under 1s even on 0.6GHz cores). +- 🌍 **True Portability:** Single self-contained binary across ARM, x86, and RISC-V. + ### Why teams pick ZeroClaw - **Lean by default:** small Rust binary, fast startup, low memory footprint. @@ -39,6 +47,10 @@ Local machine quick benchmark (macOS arm64, Feb 2026), same host, 3 runs each. > Notes: measured with `/usr/bin/time -l`; first run includes cold-start effects. OpenClaw results were measured after `pnpm install` + `pnpm build`. +

+ ZeroClaw vs OpenClaw Comparison +

+ Reproduce ZeroClaw numbers locally: ```bash diff --git a/zero-claw.jpeg b/zero-claw.jpeg new file mode 100644 index 0000000..b76a094 Binary files /dev/null and b/zero-claw.jpeg differ