安装指南
装上 OpenClaw
多种安装方式任你选,殊途同归。
复制粘贴一行命令就完事。大多数人选这个。
Windows (PowerShell)
建议用管理员权限运行 PowerShell。
PS>
curl -fsSL https://openclaw.ai/install.cmd -o install.cmd && install.cmd --tag beta && del install.cmd macOS / Linux
macOS 和主流 Linux 发行版都能用。
$
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --install-method git