✅ 全部平台构建成功
📥 下载安装
根据你的操作系统选择对应安装包,点击文件名即可下载:
macOS
| 芯片 | 安装包 |
|---|---|
| Apple Silicon (M1/M2/M3/M4) | ClawPanel_0.11.0_aarch64.dmg |
| Intel | ClawPanel_0.11.0_x64.dmg |
⚠️ 首次打开提示"无法验证开发者"? 在终端执行:
sudo xattr -rd com.apple.quarantine /Applications/ClawPanel.app,或前往 系统设置 → 隐私与安全性 点击「仍要打开」。
Windows
| 格式 | 安装包 |
|---|---|
| EXE 安装器(推荐) | ClawPanel_0.11.0_x64-setup.exe |
| MSI 安装器 | ClawPanel_0.11.0_x64_en-US.msi |
Linux
| 格式 | 安装包 |
|---|---|
| AppImage(免安装) | ClawPanel_0.11.0_amd64.AppImage |
| DEB(Debian/Ubuntu) | ClawPanel_0.11.0_amd64.deb |
| RPM(Fedora/RHEL) | ClawPanel-0.11.0-1.x86_64.rpm |
🚀 首次使用
- 安装并打开 ClawPanel
- 首次运行会自动检测 Node.js 环境和 OpenClaw CLI
- 如未安装 OpenClaw,按提示一键安装即可
- 安装完成后自动跳转仪表盘,开始使用
系统要求:Node.js 18+(推荐 22 LTS)
自 v0.10.0 以来的变更
✨ 新功能
- improve channel and setup guidance flows
- add workspace file panel to chat
- config): add config calibration repair flow
- improve gateway compatibility and complete i18n cleanup
- upgrade MiniMax provider to api.minimax.io and add M2.7/M2.5 model presets (#163)
🐛 修复
- ci): resolve clippy bool_comparison and needless_as_bytes warnings
- linux): replace sudo -E with pkexec for npm privilege escalation (#175)
- confirm dialog overflow when content is too long
- sanitize polluted profiles fields in openclaw config
- avoid false gateway-down status when pid lookup fails
- ci): resolve cross-platform clippy warnings
- ci): satisfy clippy checks
- ci): apply rustfmt to tauri sources
- 修复多个高优 Issue (#160, #165, #156, #159, #151)
- 重构版本源检测逻辑 + standalone 目录集中化 + Linux 平台检测补全 (#161)