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
WASM sandbox trivial with 32GB and 14 cores.
Configure power management to prevent the system from sleeping when the lid is closed.
Keep the laptop plugged in for always-on operation.
Use a lightweight desktop environment to minimize background RAM usage.