✅ 全部平台构建成功
📥 下载安装
根据你的操作系统选择对应安装包,点击文件名即可下载:
macOS
| 芯片 | 安装包 |
|---|---|
| Apple Silicon (M1/M2/M3/M4) | ClawPanel_0.17.0_aarch64.dmg |
| Intel | ClawPanel_0.17.0_x64.dmg |
⚠️ 首次打开提示"无法验证开发者"? 在终端执行:
sudo xattr -rd com.apple.quarantine /Applications/ClawPanel.app,或前往 系统设置 → 隐私与安全性 点击「仍要打开」。
Windows
| 格式 | 安装包 | 说明 |
|---|---|---|
| EXE 安装器(推荐) | ClawPanel_0.17.0_x64-setup.exe | 轻量版 ~10 MB |
| EXE 完整包 | ClawPanel_0.17.0_x64-setup-full.exe | 含 WebView2 ~200 MB |
| MSI 安装器 | ClawPanel_0.17.0_x64_en-US.msi | 轻量版 ~10 MB |
| MSI 完整包 | ClawPanel_0.17.0_x64-full_en-US.msi | 含 WebView2 ~200 MB |
💡 轻量版 vs 完整包:Win10 1803+ 和 Win11 已预装 WebView2,推荐下载轻量版。如果是内网/断网环境,选择完整包。
Linux
| 格式 | 安装包 |
|---|---|
| AppImage(免安装) | ClawPanel_0.17.0_amd64.AppImage |
| DEB(Debian/Ubuntu) | ClawPanel_0.17.0_amd64.deb |
| RPM(Fedora/RHEL) | ClawPanel-0.17.0-1.x86_64.rpm |
🚀 首次使用
- 安装并打开 ClawPanel
- 首次运行会自动检测 Node.js 环境和 OpenClaw CLI
- 如未安装 OpenClaw,按提示一键安装即可
- 安装完成后自动跳转仪表盘,开始使用
系统要求:Node.js 18+(推荐 22 LTS)
自 v0.16.5 以来的变更
✨ 新功能
- hermes): add display tui controls
- hermes): add browser camofox controls
- hermes): add terminal docker advanced controls
- hermes): add display analytics controls
- hermes): add context engine controls
- hermes): add x search controls
- hermes): add model catalog controls
- hermes): add lsp diagnostic controls
- hermes): add web tool backend controls
- hermes): add terminal cloud runtime controls
- hermes): add tts voice controls
- hermes): add terminal env passthrough controls
- hermes): add terminal shell environment controls
- hermes): add update backup controls
- hermes): add session store maintenance controls
- hermes): add curator maintenance controls
- hermes): add skills security controls
- hermes): add browser advanced controls
- hermes): add kanban profile routing controls
- hermes): add kanban worker log controls
🐛 修复
- hermes): make hermes_venv_python aware of uv-tool default install path
- hermes): self-host dashboard_auth + web_dist stubs to survive upstream missing pieces
- dashboard): prevent superseded dashboard loads from mutating state (#301)
- config): sync agent models from merged openclaw.json after write (#297)
- 修复 Node.js 版本检测优先命中系统路径而非 nvm 管理版本的问题 (#295)
- hermes): validate mcp sampling config
- hermes): improve dashboard touch targets
- hermes): stabilize chat health banner
- hermes): validate raw config saves
- channels): improve configured card touch targets
- channels): add generic channel diagnostics
- channels): validate binding accounts by credential fields
- channels): expose Discord guild allowlist fields
- channels): preserve Discord application id
- channels): stabilize default account selection
- channels): save multi-account platform configs
- hermes): align channel secrets with runtime env
- channels): preserve SecretRef credentials
- channels): normalize OpenClaw channel config policies
- web): support openclaw path conflict scan
📦 其他
- fix(hermes): include all runtime extras in upgrade path