ddll8023/dsh-desktop

ddll8023★ 0JavaScriptLast synced: 2026-08-16

Open on GitHub

DeepSeek Harness desktop wrapper for macOS and Windows

README excerpt

DSH Desktop DeepSeek Harness 桌面封装:内置 DSH Web、 dsh-codex 和 dsh-access-mode ,以独立应用形式运行,无需用户手动安装 Node / DSH / 插件。 - 平台:macOS(Apple Silicon / Intel)、Windows x64 - 运行时:内置 Node.js + @deepseek-ai/dsh + Web profile - 插件: dsh-codex 、 dsh-access-mode (通过 git submodule 固定版本) 安装包 正式安装包发布在 GitHub Releases: - macOS:DMG(手动安装)+ ZIP(自动更新,Apple Silicon / Intel) - Windows:NSIS 安装包(自动更新)+ ZIP(手动下载) 未签名的预览版在 macOS 会触发 Gatekeeper 提示,在 Windows 会触发 SmartScreen 提示;正式发布必须配置代码签名与公证,否则自动更新可能被系统拦截。 从源码构建 需要 Node.js 22+ 和 npm。 也可以分别构建: prepare:runtime 会生成 resources/node 、 resources/runtime 、 resources/node.tar.gz 、 resources/runtime.tar.gz 和 resources/profile-web/node modules ;这些目录/压缩包按平台不同,已加入 .gitignore ,不要提交到仓库。安装包内置的是 node.tar.gz 和 runtime.tar.gz ,应用首次启动时会解压到用户数据目录。 发布新版本 每次发布完整桌面更新都必须递增 package.json 的版本号,并推送对应的 v tag。GitHub Actions 会在 macOS / Windows 上构建安装包、生成自动更新元数据并上传到 GitHub Releases: 已安装用户启动应用后会检查 GitHub Releases;发现新版本时提示用户下载,下载完成后重启应用即可更新整个软件。macOS 的 latest-mac.yml 由 CI 合并 arm64 / x64 两个构建产物,Windows 使用 latest.yml 。 正式发布前还需要在 GitHub Actions 配置 macOS Developer ID 签名与公证、Windows Authenticode 签名。签名证书和密码只能通过 Actions Secrets 注入。 仓库结构 说明 - 应用启动时会按 runtime manifest 将内置 Node、DSH runtime 和插件同步到用户数据目录,并在后台启动 dsh …

View full README on GitHub →
Tools / Devdeepseek-harnessdesktopdshdsh-plugindsh-plugin-desktop

Category