Skip to content

DeepSeek Harness Desktop v0.1.1

Latest

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+。