Releases: HanzhiOvO/deepseek-harness-shell
Release list
DeepSeek Harness Shell v1.2.0(dsh 社区桌面壳)
DeepSeek Harness Shell v1.2.0
dsh 社区桌面壳 · 轻量 · 跨平台(Windows / macOS / Linux)
⚠️ 本项目是社区开发者的个人作品,与 DeepSeek 公司及 DeepSeek Harness 官方团队无关;不代表官方立场,也不是官方作品。
上游官方项目:https://github.com/deepseek-ai/deepseek-harness
本次更新
- 新增 GitHub dsh 话题插件市场:搜索、筛选、分页、项目详情和一键安装。
- 新增 dsh 皮肤中心:皮肤作为标准 dsh 插件安装,支持已安装识别和损坏皮肤重装。
- 合并插件中心、插件市场和皮肤中心,精简侧栏与首屏信息。
- 支持 GitHub monorepo 子包识别,自动执行 pnpm workspace 构建,避免缺少
lib/index.js导致 Web UI 启动失败。 - 新增 GitHub API 限流、网络错误和归档项目提示。
下载
DeepSeek.Harness.Shell-1.2.0-mac-arm64.dmg(macOS Apple Silicon)DeepSeek.Harness.Shell-1.2.0-mac-arm64.zip(macOS Apple Silicon)DeepSeek.Harness.Shell-1.2.0-windows-x64-setup.exe(Windows x64 NSIS 安装程序)DeepSeek.Harness.Shell-1.2.0-linux-x64.AppImage(Linux x64)DeepSeek.Harness.Shell-1.2.0-linux-x64.deb(Debian/Ubuntu x64)
Windows/Linux 构建包由 GitHub Actions 生成。完整变更和源码说明见 README。
DeepSeek Harness Shell v1.1.1(dsh 社区桌面壳)
DeepSeek Harness Shell v1.1.1
dsh 社区桌面壳 · 轻量 · 跨平台(Windows / macOS / Linux)
⚠️ 本项目是社区开发者的个人作品,与 DeepSeek 公司及 DeepSeek Harness 官方团队无关;不代表官方立场,也不是官方作品。
上游官方项目:https://github.com/deepseek-ai/deepseek-harness
本次更新
- 修复 Linux 大小写敏感环境下
Tests/测试目录无法被 Vitest 发现的问题。 - 修复 macOS/Windows CI 在前端
dist生成前执行 Tauri Clippy,导致frontendDist路径不存在的问题。 - 保留 v1.1.0 的 Web/插件生命周期、设置/profile、日志、数据目录、托盘、自动安装、启动重试、安全校验、响应式界面和统一放大图标改进。
下载
DeepSeek.Harness.Shell-1.1.1-mac-arm64.dmg(macOS Apple Silicon)DeepSeek.Harness.Shell-1.1.1-mac-arm64.zip(macOS Apple Silicon)DeepSeek.Harness.Shell-1.1.1-windows-x64-setup.exe(Windows x64 NSIS 安装程序)DeepSeek.Harness.Shell-1.1.1-linux-x64.AppImage(Linux x64)DeepSeek.Harness.Shell-1.1.1-linux-x64.deb(Debian/Ubuntu x64)
完整变更和源码说明见 README。
DeepSeek Harness Shell v1.1.0(dsh 社区桌面壳)
DeepSeek Harness Shell v1.1.0
dsh 社区桌面壳 · 轻量 · 跨平台(Windows / macOS / Linux)
⚠️ 本项目是社区开发者的个人作品,与 DeepSeek 公司及 DeepSeek Harness 官方团队无关;不代表官方立场,也不是官方作品。
上游官方项目:https://github.com/deepseek-ai/deepseek-harness
本次更新
- 修复 Web 子进程异常退出后无法重启、关闭窗口设置不生效、profile 状态不同步、日志不留存和清空不刷新的问题。
- 修复 DSH_SHELL_USER_DATA 未用于写入、API Key 文件权限不安全、插件并发操作和 ZIP 失败丢失旧源码等问题。
- 增加托盘驻留、缺少 dsh 时自动安装、启动失败重试和 profile 路径安全校验。
- 优化 GitHub 地址校验、启动流程、响应式侧边栏、弹窗可访问性和文本复制体验。
- 统一并放大应用图标,补充前端 favicon,更新各平台图标资源。
- 增加 Rust 单元测试、格式检查和 Clippy CI 检查。
下载
DeepSeek.Harness.Shell-1.1.0-mac-arm64.dmg(macOS Apple Silicon,约 5.0 MB)DeepSeek.Harness.Shell-1.1.0-mac-arm64.zip(macOS Apple Silicon,约 4.4 MB)
Windows / Linux 构建由仓库内 GitHub Actions 三平台工作流提供。完整变更和源码说明见 README。
DeepSeek Harness Shell v1.0.1(dsh 社区桌面壳)
DeepSeek Harness Shell v1.0.1
dsh 社区桌面壳 · 轻量 · 跨平台(Windows / macOS / Linux)
⚠️ 本项目是社区开发者的个人作品,与 DeepSeek 公司及 DeepSeek Harness 官方团队无关;不代表官方立场,也不是官方作品。
上游官方项目:https://github.com/deepseek-ai/deepseek-harness
本次更新
- 修复:启动服务后对话界面白屏(CSP 允许内嵌本地 dsh Web UI)
- 修复:更新 dsh 时 UI 卡死(长任务全部迁移到后台线程)
- 修复:应用图标蓝底圆角方块过满(重绘图标并留出边距)
- 全面更新 README 与 About 面板的社区项目声明
- 增加单实例锁,避免重复启动
- 版本统一为 1.0.1
下载
DeepSeek Harness Shell-1.0.1-mac-arm64.dmg(macOS,约 4.1 MB)DeepSeek Harness Shell-1.0.1-mac-arm64.zip(macOS,约 3.7 MB)
Windows / Linux 构建由仓库内 GitHub Actions 三平台工作流提供。