Back to home

bobostudio

deepseek-harness-desktop

Unofficial portable Windows desktop client for DeepSeek Harness, built with Pake.

Stars
1
Language
Rust
Created
Aug 14, 2026
Updated
Aug 14, 2026

Introduction

DeepSeek Harness Desktop (Unofficial)

A Windows desktop distribution for DeepSeek Harness, built with Pake.

It bundles Node.js and DSH, starts the DSH Web UI on an ephemeral loopback-only address, and opens it in a native Windows WebView. Users do not need to install Node.js or run dsh web themselves.

This is a community-maintained, unofficial desktop wrapper. It is not affiliated with or endorsed by DeepSeek AI.

Download

Download the latest Windows portable package from Releases. After extracting it, keep the dsh, node, and png folders beside DeepSeek Harness Desktop.exe.

First run

Open Settings → Models and configure your API key. The local DSH server is bound only to 127.0.0.1; it is stopped when the desktop app exits.

Build

Prerequisites: Windows, Node.js 22+, Rust, and the Tauri Windows prerequisites.

.\scripts\prepare-runtime.ps1
Set-Location src-tauri
cargo build --release
Set-Location ..
.\scripts\package-portable.ps1

License and attribution

DeepSeek Harness is MIT licensed; see LICENSE-DSH. This desktop shell includes modified Pake source, released under GPL-3.0-or-later with Pake's output exception; see LICENSE and LICENSE-EXCEPTION.