High Performance
C++17 native binary with minimal overhead — no interpreter, no GC pauses, tiny memory footprint
C++17 native implementation of OpenClaw with persistent memory, browser control, and plugin ecosystem

QuantClaw is a C++17 reimplementation of the OpenClaw AI agent ecosystem — built for performance and low memory footprint while staying compatible with OpenClaw workspace files, skills, and the RPC protocol.
| Feature | QuantClaw | OpenClaw |
|---|---|---|
| Language | C++17 | TypeScript/Node.js |
| Runtime Overhead | Minimal | Node.js VM |
| Memory Footprint | Low | Medium |
| Plugin Support | ✅ Sidecar (TCP IPC) | ✅ Native (in-process) |
| CLI Compatibility | Core commands | Full |
| Workspace Files | ✅ All 8 | ✅ All 8 |
| Config Format | JSON5 + ${VAR} | JSON5 + ${VAR} + $include |
bash tool with sandboxed executionapply_patch for code patching (*** Begin Patch format)process for background job managementweb_search (Tavily → DuckDuckGo cascade) and web_fetch# Clone and build
git clone https://github.com/QuantClaw/QuantClaw.git
cd QuantClaw
./scripts/build.sh
# Initialize
./build/quantclaw onboard --quick
# Install the background service and chat
./build/quantclaw gateway install
./build/quantclaw gateway start
./build/quantclaw agent "Hello, introduce yourself"For detailed instructions, see Getting Started.
QuantClaw is released under the Apache 2.0 License.
Built with ❤️ in C++17. Inspired by OpenClaw.