innocence1110/DeepSeek-Harness

innocence1110★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

README 摘要

DeepSeek Harness — macOS / Windows 桌面应用 把 DeepSeek Harness( dsh web )封装成一个原生桌面 GUI 应用: 内置官方 Node 运行时启动本地 dsh web 服务,再用 Electron 原生窗口加载 UI, 双击即可使用,无需终端、无需浏览器标签页。 下载安装 前往 GitHub Releases 下载: - macOS DeepSeek.Harness- -arm64.dmg — 安装包,双击挂载后拖入 Applications; - macOS DeepSeek.Harness- -arm64-mac.zip — 免安装版,解压即用; - Windows DeepSeek.Harness- -win-x64.zip — 绿色版(推荐) ,解压后直接运行里面的 DeepSeek Harness.exe ,完整 dsh web 运行时已内置,全程离线; - Windows DeepSeek.Harness.Setup- .exe — NSIS 安装程序(可选安装目录)。 注:GitHub Release 会把附件文件名中的空格规范为点号( DeepSeek.Harness-… )。 macOS 支持 Apple Silicon (arm64);Windows 支持 x64。macOS 应用已做 ad-hoc 签名, 若首次打开被 Gatekeeper 拦截,右键 → 打开。 首次启动提示 :Windows 首次启动会初始化 dsh 运行时(创建模块链接、冷启动数百个 模块),可能耗时 1-3 分钟,应用最多等待 5 分钟,进度会写入日志 ( %LOCALAPPDATA%\DeepSeek Harness\harness.log ),请耐心等待,不要误判为卡死。 从源码构建 macOS 产物输出到 dist/ ,Windows 产物输出到 dist/win/ 。详见下方「构建」小节。 结构 构建 前置: npm install 一次即可。 macOS(在 mac 上执行) 产物在 dist/ 根目录,直接可见: - dist/DeepSeek Harness.app — 可执行应用,把它拖进“应用程序”文件夹即完成安装; - dist/DeepSeek Harness-0.1.1-arm64.dmg — 安装包,双击挂载后把应用拖入 Applications。 (electron-builder 的原始输出在 dist/mac-arm64/ ,构建脚本会自动把 .app 再复制一份到 dist/ 根目录。) .app 已做 ad-hoc 签名;如首次打开被 Gatekeeper 拦截,右键 → 打开。 Windows(可在 mac 上交叉编译,无需 Wine) 脚本会自动:下载 Node v…

在 GitHub 查看完整 README →
Tools / Devdsh-plugin

分类