Skip to content

DeepSeek Harness Desktop v0.1.0

Choose a tag to compare

@pmlpl pmlpl released this 14 Aug 07:38
· 9 commits to main since this release

DeepSeek Harness Desktop v0.1.0

Unofficial desktop wrapper for DeepSeek Harness (dsh).
Double-click and use the DeepSeek Harness Web GUI in a native window — no terminal, no browser tab.

2026-08-15 update — rebuilt from a clean dependency tree, plus a splash screen:

  • Splash screen — a frameless abyssal-sonar loading screen (whale logo, animated sonar
    ring and pings, live status text, progress bar) appears immediately on launch and updates
    through each startup stage until the main window is ready.
  • Fixed startup crash — all 18 @deepseek-ai/dsh-* peer packages are now declared as
    direct dependencies, so the installer ships the complete tree (the previous builds failed
    with ERR_MODULE_NOT_FOUND because npm's peer: true lockfile entries are skipped by the
    packager). Verified end-to-end: the packaged dsh web server boots the full plugin tree.
  • Bilingual documentation (English /
    简体中文) and the
    session-log repair tool (tools/repair-session-log.mjs).

Download

  • DeepSeek-Harness-Setup-0.1.0.exe — Windows x64 installer (NSIS).
    Choose your install folder; creates Desktop and Start Menu shortcuts.

Features

  • Launches the official @deepseek-ai/dsh web GUI (v0.1.0-rc.6) inside an Electron window
  • Shows a splash screen with live startup status while the server boots
  • Picks a free port automatically; closes the server when you quit
  • Single-instance: launching it again focuses the existing window
  • Shares your existing ~/.dsh configuration, sessions, and credentials
  • Official DeepSeek black whale icon (exe, shortcuts, installer)

Requirements

  • Windows 10/11 x64
  • Node.js v20+ installed — the app runs the dsh server with the system
    Node.js (its native modules are built against the Node ABI, not Electron's)

Build from source

git clone https://github.com/pmlpl/deepseek-harness-desktop.git
cd deepseek-harness-desktop
npm install
npm run pack   # or: npm run dist

非官方 DeepSeek Harness 桌面版:双击即用,无需终端。
安装包:DeepSeek-Harness-Setup-0.1.0.exe(Windows x64)。
要求:Windows 10/11 64 位,已安装 Node.js v20+。

本次更新:新增启动加载画面(双击后立即显示,实时展示启动进度);修复旧版因缺失
peer 依赖导致的 ERR_MODULE_NOT_FOUND 崩溃,打包产物包含完整依赖树并通过完整启动验证。