#Krill, which WSL2 system do you recommend I use to run OpenClaw?
1 messages · Page 1 of 1 (latest)
Use Ubuntu 24.04 LTS on WSL2. That’s the path I’d recommend for OpenClaw on Windows: WSL2 is the more stable Windows setup, and the docs’ WSL examples use Ubuntu/Ubuntu-24.04.
PowerShell admin:
wsl --install -d Ubuntu-24.04
Then inside Ubuntu, enable systemd before installing the gateway:
sudo tee /etc/wsl.conf >/dev/null <<'EOF'
[boot]
systemd=true
EOF
Then from PowerShell:
wsl --shutdown
After reopening Ubuntu, install OpenClaw from inside WSL. Docs: https://docs.openclaw.ai/platforms/windows and https://docs.openclaw.ai/install
Debian is fine if you already prefer it, but for least friction/support examples: Ubuntu 24.04 LTS. 🦞
好的,谢谢你龙虾。
