🪟
Windows Installation
Install OpenClaw on Windows via WSL2
1. Install WSL
Run this command in an administrator PowerShell:
$
wsl --install2. Install Node.js
Install Node.js v22 or higher inside your Ubuntu WSL.
3. Install OpenClaw
Install the OpenClaw CLI globally:
$
npm install -g openclaw@latestNeed Help?
Check the troubleshooting guide or join our Discord community.