✅ 全部平台构建成功
下载安装
根据你的操作系统选择对应安装包:
macOS
| 芯片 | 安装包 |
|---|---|
| Apple Silicon (M1/M2/M3/M4) | ClawPanel_0.2.0_aarch64.dmg
|
| Intel | ClawPanel_0.2.0_x64.dmg
|
首次打开提示"无法验证开发者":前往系统设置 → 隐私与安全性,点击「仍要打开」。
Windows
| 格式 | 安装包 |
|---|---|
| EXE 安装器(推荐) | ClawPanel_0.2.0_x64-setup.exe
|
| MSI 安装器 | ClawPanel_0.2.0_x64_en-US.msi
|
Linux
| 格式 | 安装包 |
|---|---|
| AppImage(免安装) | ClawPanel_0.2.0_amd64.AppImage
|
| DEB(Debian/Ubuntu) | ClawPanel_0.2.0_amd64.deb
|
| RPM(Fedora/RHEL) | ClawPanel-0.2.0-1.x86_64.rpm
|
自 v0.1.0 以来的变更
- style: cargo fmt
- fix: wsClient.close→disconnect, model vision input, memory leaks; feat: loading skeletons, panel update check; bump v0.2.0
- fix: 聊天附件图片 AI 看不到的问题
- fix: pairing required(metadata-upgrade) + agents 骨架屏
- fix: 消除 Win 闪终端 + 替换慢 CLI 操作为直接进程管理
- fix: 修复 pairing required - 改用 openclaw-control-ui 客户端 ID 触发静默自动配对
- fix: patch_gateway_origins 移至 paired 检查前,修复已配对设备跳过写入 origins 的 bug
- style: cargo fmt 格式化 pairing.rs
- fix: 修复系统诊断页面一键修复配对,解决 origin not allowed 握手失败
- fix: macOS 上 openclaw_command import 加 cfg 条件编译,消除 unused_imports
- fix: 修复 macOS 专属 Clippy 错误
- fix: 修复所有 Clippy 警告,CI 质量门禁全部通过
- fix: 修复 CI 编译错误与 Clippy 警告
- style: cargo fmt 格式化 Rust 代码,修复 CI 格式检查失败
- chore: 跨平台构建脚本 + CI/CD 改进 + 行尾规范
- fix: 修复多项关键 Bug,与 openclaw 上游协议对齐
- fix: 修复所有页面 loading 动画未正确移除的问题
- feat: Windows 兼容性全面改进
- fix(ci): 移除 ci.yml 中的 libappindicator3-dev 解决 ubuntu-24.04 包冲突
- docs: 完善项目文档与 Release 下载引导
- fix(ci): 移除 libappindicator3-dev 解决 ubuntu-24.04 包冲突
完整日志见 CHANGELOG.md