bash curl -fsSL https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw/master/install.sh | bash bash Prerequisites: Rust stable toolchain curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env git clone https://github.com/zeroclaw-labs/zeroclaw.git cd zeroclaw Release build (optimised, small binary) cargo build --release Verify binary size and startup performance ls -lh target/release/zeroclaw /usr/bin/time -l target/release/zeroclaw --help # macOS /usr/bin/time target/release/zeroclaw --help # Linux bash zeroclaw --version zeroclaw status toml /.zeroclaw/con…