🎉 DeepSeek Harness Desktop v1.0.0
首个正式版本 / First stable release
DeepSeek Harness 的官方桌面应用正式发布!轻量原生壳,新电脑双击即用,无需任何技术配置。
The official DeepSeek Harness desktop app is here — a lightweight native shell that works right after install, no technical setup needed.
✨ 新功能 / What's New
🚀 零依赖,即装即用 / Zero-setup install
- 全新电脑双击安装包即可使用,无需预装 Node.js 或任何工具
- 首次启动自动下载安装私有运行时(Node.js + dsh)到用户目录,无需管理员权限
- 安装过程有进度窗口,耗时较长时会提示"请耐心等待",不会误以为卡死
- 安装完成后秒开,后续启动无需联网
Works on a fresh machine out of the box. First launch auto-installs a private Node.js + dsh into your user directory — no admin rights needed. Subsequent launches are instant.
💾 轻量高效 / Lightweight
- 安装包仅 ~5MB(比 Electron 版小约 40 倍)
- 共享系统 WebView,比 Electron 版省约 100MB 内存
🔄 自动更新 / Auto-updates
- 启动后自动检查 dsh 新版本,一键升级
- 可手动检查:菜单 DeepSeek Harness → Check for Updates…
🌍 界面语言自适应 / Language-aware
- 中文系统自动显示中文,其他语言显示英文
📦 下载 / Downloads
| 平台 / Platform | 安装包 / Package |
|---|---|
| macOS (Apple Silicon) | DeepSeek.Harness_1.0.0_aarch64.dmg |
| macOS (Intel) | DeepSeek.Harness_1.0.0_x64.dmg |
| Windows | DeepSeek.Harness_1.0.0_x64-setup.exe / .msi |
| Linux | .deb / .rpm / .AppImage |
macOS 安装提示(未签名/未公证构建):首次打开若提示「Apple 无法验证 DeepSeek Harness…」,请用任一方式绕过:
- 右键 DeepSeek Harness.app → 打开 → 再点 打开
- 系统设置 → 隐私与安全性 → 安全性 → 点「仍要打开」
- 终端执行
xattr -dr com.apple.quarantine "/Applications/DeepSeek Harness.app"macOS note (unsigned/unanotarized build): if Gatekeeper says "Apple cannot verify DeepSeek Harness…", use one of:
- Right-click the app → Open → click Open again
- System Settings → Privacy & Security → Open Anyway
- Run
xattr -dr com.apple.quarantine "/Applications/DeepSeek Harness.app"in Terminal
🐛 修复 / Bug Fixes
- 修复了 dsh 依赖(koffi)安装脚本在无系统 Node 环境下失败的问题
- 修复了开发模式下引导窗口崩溃的问题
- 修复了引导页面在 macOS WebView 中不显示的问题
- 修复了 npm 安装脚本找不到 node 的问题
🛠 开发者 / For Developers
- 新增
docs/superpowers/规格与计划流程 - CI:三平台构建验证 + release 自动打包
使用说明 / How to Use
- 下载对应平台的安装包
- 安装并启动 DeepSeek Harness
- 首次启动等待引导完成(1-2 分钟,需联网)
- 开始使用 DeepSeek Harness 工作台
感谢使用 / Thank you! 🙌
有问题欢迎到 Issues 反馈。