Windows
Running OpenClaw on Windows via WSL2.
Requirements
- Windows 10 version 2004+ or Windows 11
- WSL2 enabled
- Ubuntu or another Linux distribution in WSL2
Installing WSL2
If WSL2 is not installed:
powershell
# In PowerShell (as Administrator)
wsl --installInstalling OpenClaw
In WSL2 terminal:
bash
curl -fsSL https://get.openclaw.ai | bashRunning
Start WSL2 and run:
bash
openclaw gateway startAccessing from Windows
The gateway is accessible from Windows at:
http://localhost:3000Windows Terminal
Recommended: Use Windows Terminal for better WSL2 experience.
Auto-Start
To start OpenClaw when WSL2 starts, add to ~/.bashrc:
bash
# Start OpenClaw gateway
openclaw gateway start &Known Limitations
- iMessage not available (macOS only)
- Some Docker features may differ
- File system performance may vary
Troubleshooting
WSL2 Not Starting
powershell
wsl --shutdown
wslNetwork Issues
Ensure WSL2 has network access:
bash
ping google.com