How to install zeroclaw-labs/zeroclaw. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
zeroclaw-labs/zeroclaw Installation Guide
How to install zeroclaw-labs/zeroclaw. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for zeroclaw-labs/zeroclaw. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i zeroclaw-labs/zeroclawor
Install via npx
npx @hexmos/ipm i zeroclaw-labs/zeroclawPrerequisites
git
version-controlcurl
command-line-toolHomebrew
package-managerVersion: >= 3.0.0
Rust
programming-languageVersion: >= 1.70.0
Cargo
package-managerVersion: >= 1.70.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
One-line Installer (Default TUI Onboarding)
curl -fsSL https://zeroclawlabs.ai/install.sh | bash -yHomebrew (macOS/Linuxbrew)
brew install zeroclawClone + Bootstrap
git clone https://github.com/zeroclaw-labs/zeroclaw.git
cd zeroclaw
./bootstrap.sh --prefer-prebuiltCargo Install
cargo install zeroclawPost Installation Steps
- Start the gateway: zeroclaw gateway
- Open the dashboard URL shown in startup logs (default: http://127.0.0.1:3000/)
- Or chat directly: zeroclaw chat "Hello!"
