我给 DeepSeek Harness 做了个桌面版:双击运行 dsh,Everything is a Plugin

发布时间:2026/8/16 12:29:25
我给 DeepSeek Harness 做了个桌面版:双击运行 dsh,Everything is a Plugin 背景DeepSeek 开源了 deepseek-harnessdsh——一个插件化的 AI Agent 运行时口号是 “Everything is a Plugin”公式为 Agent Model Harness。它以 CLI 形式发布通过 dsh web 命令在本地 3080 端口提供 Web 界面。我做了什么给它包了一个 Electron 桌面壳让任何人都能双击运行 DeepSeek 的 Agent 运行时项目地址https://github.com/WeiLiu03/deepseek-harness-desktop功能内置 deepseek-ai/dsh0.1.0-rc.6双击即用无需 npm install、无需终端自动拉起本地 dsh 服务启动过程有实时状态页若同端口已有 dsh web 在运行则直接复用方便开发者调试系统托盘显示窗口 / 重启 dsh 服务 / 刷新 / 退出提供 Windows 安装版NSIS与便携版含 Linux、macOS 构建配置输出详细服务日志 dsh-server.log排查问题方便技术要点优先使用系统 Node.jsdsh 要求 22.6找不到时回退 Electron 内置运行时用 electron-builder 的 afterPack 钩子补全 dsh 的隐式workspace 提升依赖解决打包裁剪导致的 ERR_MODULE_NOT_FOUNDdsh 的 HMR 插件需要 --expose-internals 启动参数已在主进程中处理下载与源码Releaseshttps://github.com/WeiLiu03/deepseek-harness-desktop/releases上游项目https://github.com/deepseek-ai/deepseek-harness官方 npm 包deepseek-ai/dshMIT 协议开源。如果对你有帮助欢迎 Star、Fork、提 Issue 和 PR多多支持