deepseek-harness-desktop
其他 活跃维护

deepseek-harness-desktop

bobostudio/deepseek-harness-desktop

Pake框架开发的Windows非官方轻量便携客户端,无需复杂安装即可直接运行,资源占用低,完整保留对应AI工具核心交互能力,本地使用流畅稳定。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
Rust
主要语言
GPL-3.0
开源协议
13 MB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:bobostudio/deepseek-harness-desktop
git clone https://github.com/bobostudio/deepseek-harness-desktop.git
git clone git@github.com:bobostudio/deepseek-harness-desktop.git
README.md main

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.