deepseek-harness-desktop (hongfeiyucode)¶
| 类型 | 客户端 | 分类 | 桌面端 |
| 星数 | ⭐37 | 状态 | ✅ 活跃 |
| 能力 | desktop | 更新时间 | 2026-08-14 |
📖 项目简介¶
DeepSeek Harness Desktop 是 DeepSeek Harness 的桌面客户端:不需要终端、不需要安装 Node.js、也不需要 dsh web 命令。双击图标,完整的 DeepSeek Harness 网页版界面就会在自己的窗口里打开。 DeepSeek Harness Desktop is the desktop client of DeepSeek Harness: no terminal, no Node.js installation, no dsh web command. Double-click the icon and the full DeepSeek Harness web GUI opens in its own window.
📦 安装¶
git clone https://github.com/hongfeiyucode/deepseek-harness-desktop.git
cd deepseek-harness-desktop
npm install
npm start # 启动应用(Electron + 内嵌引擎)
🚀 快速开始¶
# PowerShell
$env:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
$env:ELECTRON_BUILDER_BINARIES_MIRROR="https://npmmirror.com/mirrors/electron-builder-binaries/"
# bash
export ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
export ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/