平台支持
OpenClaw 支持多种平台。
桌面
| 平台 | 支持 | 说明 |
|---|---|---|
| macOS | ✅ | 原生支持,伴侣应用 |
| Linux | ✅ | 完整支持 |
| Windows | ⚠️ | 通过 WSL2 |
移动
| 平台 | 支持 | 说明 |
|---|---|---|
| iOS | ✅ | 节点应用 |
| Android | ✅ | 节点应用 |
云/VPS
| 平台 | 文档 |
|---|---|
| Fly.io | 容器部署 |
| Hetzner | VPS 部署 |
| GCP | Google Cloud |
快速开始
macOS
bash
curl -fsSL https://openclaw.bot/install.sh | bash
openclaw onboard --install-daemonLinux
bash
curl -fsSL https://openclaw.bot/install.sh | bash
openclaw onboard --install-daemonWindows (WSL2)
powershell
# 安装 WSL2
wsl --install
# 在 WSL 中
curl -fsSL https://openclaw.bot/install.sh | bash
openclaw onboard