OpenClaw 安装脚本

下载 Linux 安装脚本 下载 Windows 安装脚本

Linux 使用

安装脚本执行
bash install-linux-cn.sh
说明:官方安装脚本(Linux/macOS)。

Windows 使用(管理员 PowerShell)

安装脚本执行
powershell -NoProfile -ExecutionPolicy Bypass -File .\\install-windows-cn.ps1
说明:官方安装脚本(Windows)。

常用命令与说明

查看版本
openclaw --version
说明:确认安装是否成功。
网关管理
openclaw gateway status
openclaw gateway start
openclaw gateway restart
openclaw gateway stop
说明:查看、启动、重启、停止网关。
插件管理
openclaw plugins list
openclaw plugins install @openclaw/telegram
说明:查看插件并安装指定插件。