openclaw-rs Rust A Rust implementation of OpenClaw. Event-sourced agent runtime with capability-based sandboxing.
A Rust reimplementation of the OpenClaw runtime: an append-only sled event store, CRDT projections, a JSON-RPC 2.0 gateway on axum (HTTP + WebSocket), AES-256-GCM credential storage, and platform-specific sandboxing.
Install
$ cargo install openclaw-cli Frequently asked questions
What is openclaw-rs?
openclaw-rs is A Rust implementation of OpenClaw. Event-sourced agent runtime with capability-based sandboxing. It is part of the Neul Labs open-source portfolio (36 MIT-licensed projects for AI agent infrastructure). A Rust reimplementation of the OpenClaw runtime: an append-only sled event store, CRDT projections, a JSON-RPC 2.0 gateway on axum (HTTP + WebSocket), AES-256-GCM credential storage, and platform-specific sandboxing.
How do I install openclaw-rs?
Install with: `cargo install openclaw-cli`. openclaw-rs is MIT licensed and ships prebuilt binaries where applicable.
What language is openclaw-rs written in?
openclaw-rs is written in Rust.
Is openclaw-rs open source?
Yes. openclaw-rs is MIT licensed and publicly available at https://github.com/neul-labs/openclaw-rs. All 36 Neul Labs projects are MIT licensed.