Loading...
Loading...
Security-focused OpenClaw rewrite in Rust by NEAR AI. All tools sandboxed in isolated WebAssembly environments. Built for private key protection. Zero unsafe code. Formal verification of core logic.
Install the Rust toolchain using rustup.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/envClone and compile IronClaw in release mode. This may take a few minutes on lower-powered devices.
git clone https://github.com/nearai/ironclaw.git
cd ironclaw
cargo build --releaseConfigure environment variables and run the compiled binary.
cp .env.example .env
# Edit .env with your settings
./target/release/ironclawTime from process start to first response
Average response time after startup
Rust + WASM is fast on Zen 3+.
Mount the mini PC behind a monitor or under a desk for a clean setup.
Use the built-in WiFi or Ethernet for reliable connectivity.
Configure BIOS to auto-power-on after power loss for unattended operation.