Easyhoov/deepseek-harness-desktop ↗★ 0
dsh-desktop
DeepSeek Harness 的 Electron 桌面应用程序:主机组合在 Electron 主进程中运行,前端从本地加载,通过 IPC 桥接 API 与事件。
AI 分析
将 DSH 打包为无需本地 HTTP 服务器和端口的 Electron 桌面应用。适合需要原生桌面客户端体验的用户。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Quick start
- Launch the app. On first run, pick a data directory (private by default, or share the CLI's
~/.dsh). - Open Settings → Models, enter your DeepSeek API key (or a custom OpenAI-compatible endpoint). Applies live, no restart.
- Click Select workspace (native OS dialog) and start a session.
This mirrors the official Quickstart flow; the desktop app boots the same web profile composition the CLI does, so model configuration, workspace handling, approval flows, and plugin development behave identically.
One deliberate deviation: the CLI uses the invoking directory as the default workspace; the desktop app boots from the user home (override with DSH_DESKTOP_CWD). Workspace selection happens in the UI.
快速开始
- 首次启动选择数据目录(默认独立,可复用
~/.dsh)。 - 设置 → 模型,填入 DeepSeek API 密钥(立即生效)。
- 选择工作区,开聊。
安装包:DeepSeek-Harness-Desktop-Setup-.exe(NSIS)/ 便携版,从 Releases 获取(v* tag 推送后由 GitHub Actions 自动构建并附带 latest.yml,已装版本自动更新)。未做代码签名(SmartScreen 会提示);签名通过 CI 的 CSC_LINK/CSC_KEY_PASSWORD 接入。