Skip to content

Releases: pmlpl/deepseek-harness-desktop

DeepSeek Harness Desktop v0.1.1

Choose a tag to compare

@pmlpl pmlpl released this 15 Aug 08:21

DeepSeek Harness Desktop v0.1.1

Unofficial desktop wrapper for DeepSeek Harness (dsh).

What's new

  • Built-in auto-update — the app checks for new releases on startup and every 6 hours.
    When an update is available, a small update icon appears to the right of the settings
    entry in the sidebar. Click it to download and install the update in place — no manual
    download of the installer needed.

Download

  • DeepSeek-Harness-Setup-0.1.1.exe — Windows x64 installer (NSIS).

Requirements

  • Windows 10/11 x64
  • Node.js v20+ installed (the app runs the dsh server with the system Node.js)

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 桌面版 v0.1.1。

本次更新:内置自动更新 —— 启动时及每 6 小时自动检查新版本;有更新时,侧边栏「设置」
右侧会显示更新图标,点击即可下载并原地安装,无需手动下载安装包。

安装包:DeepSeek-Harness-Setup-0.1.1.exe(Windows x64)。
要求:Windows 10/11 64 位,已安装 Node.js v20+。

DeepSeek Harness Desktop v0.1.0

Choose a tag to compare

@pmlpl pmlpl released this 14 Aug 07:38

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 崩溃,打包产物包含完整依赖树并通过完整启动验证。