Skip to content

deepseek-harness-desktop (hongfeiyucode)

Type client Category Desktop
Stars ⭐37 Status ✅ active
Capabilities desktop Updated 2026-08-14

📖 About

DeepSeek Harness DesktopDeepSeek 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.

📦 Install

git clone https://github.com/hongfeiyucode/deepseek-harness-desktop.git
cd deepseek-harness-desktop
npm install
npm start          # 启动应用(Electron + 内嵌引擎)

🚀 Quick Start

# 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/