Documentation Index
Fetch the complete documentation index at: https://openclaw.ai2me.io/llms.txt
Use this file to discover all available pages before exploring further.
System requirements
- Node 24 (recommended) or Node 22.19+ - the installer script handles this automatically
- macOS, Linux, or Windows - both native Windows and WSL2 are supported; WSL2 is more stable. See Windows.
pnpmis only needed if you build from source
Recommended: installer script
The fastest way to install. It detects your OS, installs Node if needed, installs OpenClaw, and launches onboarding.- macOS / Linux / WSL2
- Windows (PowerShell)
- macOS / Linux / WSL2
- Windows (PowerShell)
Alternative install methods
Local prefix installer (install-cli.sh)
Use this when you want OpenClaw and Node kept under a local prefix such as
~/.openclaw, without depending on a system-wide Node install:
openclaw update --channel dev and openclaw update --channel stable. See
Updating.
npm, pnpm, or bun
If you already manage Node yourself:- npm
- pnpm
- bun
The hosted installer clears npm freshness filters such as
min-release-age
for the OpenClaw package install. If you install manually with npm, your own
npm policy still applies.From source
For contributors or anyone who wants to run from a local checkout:pnpm openclaw ... from inside the repo. See Setup for full development workflows.
Install from the GitHub main checkout
Containers and package managers
Docker
Containerized or headless deployments.
Podman
Rootless container alternative to Docker.
Nix
Declarative install via Nix flake.
Ansible
Automated fleet provisioning.
Bun
CLI-only usage via the Bun runtime.
Verify the install
- macOS: LaunchAgent via
openclaw onboard --install-daemonoropenclaw gateway install - Linux/WSL2: systemd user service via the same commands
- Native Windows: Scheduled Task first, with a per-user Startup-folder login item fallback if task creation is denied
Hosting and deployment
Deploy OpenClaw on a cloud server or VPS:VPS
Any Linux VPS.
Docker VM
Shared Docker steps.
Kubernetes
K8s deployment.
Fly.io
Deploy on Fly.io.
Hetzner
Hetzner deployment.
GCP
Google Cloud deployment.
Azure
Azure deployment.
Railway
Railway deployment.
Render
Render deployment.
Northflank
Northflank deployment.
Update, migrate, or uninstall
Updating
Keep OpenClaw up to date.
Migrating
Move to a new machine.
Uninstall
Remove OpenClaw completely.
Troubleshooting: openclaw not found
If the install succeeded but openclaw is not found in your terminal:
$(npm prefix -g)/bin is not in your $PATH, add it to your shell startup file (~/.zshrc or ~/.bashrc):