Skip to content

下载中心

这里提供所有免费学习物料的下载!


📥 安装脚本

Linux/macOS 一键安装

bash
curl -fsSL https://openclaw.ai/install.sh | bash

下载 install.sh

Windows PowerShell

powershell
iwr -useb https://openclaw.ai/install.ps1 | iex

下载 install.ps1


📋 配置模板

基础配置(推荐)

适合首次配置的用户:

json
{
  "channels": {
    "feishu": {
      "enabled": true,
      "appId": "你的App ID",
      "appSecret": "你的App Secret"
    }
  }
}

下载基础配置模板


🖼️ 命令速查表

日常命令

命令说明
openclaw gateway start启动Gateway
openclaw gateway stop停止Gateway
openclaw gateway status查看状态
openclaw models list列出可用模型
openclaw config edit编辑配置

🔗 相关链接

Released under the MIT License.