INSTALL GUIDE • OPENCLAW

Install OpenClaw with Windows, macOS, and Linux paths

Exact install paths, prerequisite checks, expected output, and failure recovery.

WINDOWS

Windows install path (PowerShell)

Click Start, type PowerShell, click Windows PowerShell, then paste this block.

winget install OpenJS.NodeJS.LTS
winget install Git.Git
node -v
npm -v
git --version
npm install -g openclaw
openclaw help
openclaw gateway start
openclaw gateway status

Expected result: Version numbers print, then help text prints, then gateway status shows running.

Troubleshooting: Close PowerShell, open it again as Administrator, run npm cache verify, then run npm install -g openclaw again.
POST-INSTALL CHECK

Verification commands

openclaw help
openclaw gateway status
openclaw gateway restart
openclaw gateway status

Expected result: Help works, restart works, status stays healthy.

NEXT

OpenClaw usage guide

After install, complete the use guide for real day-to-day tasks.

Open usage guide →