festoney8/deepseek-harness-GUI
DeepSeek Harness 超级轻量桌面版 APP,基于 Tauri 封装,支持升级 DSH 内核、提供免安装便携版
Project Overview项目介绍
DeepSeek Harness GUI is a lightweight desktop launcher for the official deepseek-harness, built with Tauri to deliver a native app experience. It supports file downloads, image drag-and-drop, clipboard operations, system tray minimization, and Ctrl+scroll zooming, while syncing DSH's light/dark/system themes. DSH can be installed or updated in-app using official or mirror sources, running in worker mode to preserve existing settings. Requires Windows and Node.js v24 or higher; logs auto-clean after 7 days.
DSH 插件:DeepSeek Harness GUI 是基于 Tauri 构建的轻量桌面启动器,封装官方 deepseek-harness,提供原生应用体验。支持文件下载、图片拖拽、剪贴板操作,可最小化到通知栏,通过 Ctrl+滚轮调节缩放,并同步日间/夜间/系统主题。内置应用内安装或更新 DSH,支持官方源与镜像源切换。需 Windows 系统与 Node.js v24 以上。日志默认保留 7 天。
请帮我了解并安装插件:【deepseek-harness-GUI】【https://github.com/festoney8/deepseek-harness-GUI】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:festoney8/deepseek-harness-GUI
把 festoney8/deepseek-harness-GUI 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
DeepSeek Harness GUI
重构进行中...

安装
- 环境准备:目前只支持 Windows 系统,需安装 Node.js >= v24
- 前往 Release 下载安装包,文件名包含 setup.exe 是安装版,portable.exe 是便携版免安装
介绍
- 本项目是基于 Tauri 构建的 deepseek-harness 轻量启动器,保留原始 DSH 功能,提供桌面版 APP 体验
- 适配文件下载、图片拖拽、剪贴板等操作,支持最小化到通知栏
- 支持 Ctrl+滚轮 或 Ctrl +/- 调节页面缩放
- 同步 DSH 的日间/夜间/系统主题切换
- 支持在应用中安装或更新 DSH,可选择官方源(npmjs)或镜像源(npmmirror)
- 本项目使用 worker 模式管理 DSH,不影响 DSH 的任何设定
- 只要官方启动命令不变,本项目就能持续使用
日志
- 查看终端输出 按钮会显示成功运行 DSH 之前的终端输出,可点开查看报错
- 日志文件目录在
C:\Users\<用户名>\AppData\Local\deepseek-harness-gui\logs,可用于检查运行问题 - 启动应用时会用时间戳创建日志文件夹,7 天之前的日志会自动清理
自行构建
环境依赖
- windows 环境
- node.js >= v24
- pnpm
- 系统应支持 webview2
常用命令
# clone 项目
git clone https://github.com/festoney8/deepseek-harness-GUI
cd deepseek-harness-GUI
# 安装依赖
pnpm i
# 开发模式
pnpm tauri dev
# 构建安装包,产物路径 src-tauri\target\release\bundle\nsis
pnpm build:installer
# 构建便携版,产物路径 src-tauri\target\release\bundle\portable
pnpm build:portable
anywhere-labs/dsh-desktop
ccch1mneyyy/dsh-TUI
shaobeichen/dsh-pocket
whitelonng/dshcode
myYangyunfan/dsh_desktop
lencx/Minke
Nagi-ovo/dsh-ads