Quick Install (Recommended)
The fastest way to get OpenClaw running on Windows is via our automated PowerShell script.
iwr -useb https://openclaw.ai/install.ps1 | iex
Prerequisites
- Node.js: Version 22.x or higher.
- Git: Installed and added to your PATH.
- PowerShell: Version 5.1 or Core 7+.
Manual Installation Steps
- Clone the Repository:
git clone https://github.com/openclaw/openclaw.git - Install Dependencies:
cd openclaw pnpm install - Build the Project:
pnpm build - Start OpenClaw:
openclaw start
Pro Tip: Use
openclaw onboard after installation to quickly configure your API
keys and preferred chat channels.
Troubleshooting
If you encounter openclaw not found, ensure your global npm bin directory is in your System PATH.
For detailed fixes, see the Troubleshooting Hub.