Install & Onboard in OpenClaw

From the OpenClaw cheat sheet ยท Installation & Setup ยท verified Jul 2026

Install & Onboard

Install OpenClaw and complete first-time setup

bash
# Install (recommended)
curl -fsSL https://openclaw.ai/install.sh | bash

# Install (Homebrew)
brew install openclaw

# Install (npm)
npm install -g openclaw

# Verify setup
openclaw doctor
๐Ÿ’ก The curl installer runs onboarding automatically โ€” no separate step needed
โšก Use "openclaw doctor" after install to verify everything is working
๐Ÿ“Œ Use "openclaw onboard" to re-run the wizard if you need to reconfigure from scratch
๐ŸŸข "openclaw setup --workspace" lets you point at a custom directory for your agent files
Back to the full OpenClaw cheat sheet