DeepSeek Harness plugin

dsh-gui-duanjian

DeepSeek Harness desktop GUI shell: a lightweight native window that attaches to the running dsh web session.

Jump to install

Source facts

Repository
duanjiangDJ/dsh-gui
Latest update
Aug 15, 2026
Category
Memory
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/duanjiangDJ/dsh-gui
Plugin: dsh-gui-duanjian
Author: duanjiangDJ

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-gui

DeepSeek Harness 桌面 GUI 外壳:一个轻量原生窗口,接入正在运行的 dsh web 会话。如有问题欢迎提issue。

  • 框架:Neutralino.js(Windows 二进制约 2.4MB,系统 WebView2/WebKitGTK/WKWebView 原生渲染)
  • 窗口:原生 OS 框架(Win11 DWM 动画与圆角、边缘缩放、标题栏拖动),无自定义 chrome
  • 服务器:独立进程运行(Windows 经 WMI 脱离),关闭窗口不中断会话与思考
  • 图标:与官方一致

安装(作为 DSH 插件)

dsh plugin --profile web add github:duanjiangDJ/dsh-gui

或本地路径:

dsh plugin --profile web add ./packages/dsh-gui

组合层按平台自动选择插件行:windows-gui / darwin-gui / linux-guiprocess.platform 门控),另有平台无关的客户端行 dsh-gui-client (会话头部"桌面应用"按钮)与 desktop_open 工具。

目录

dsh-gui/
├── package.json       # dsh.bundle.patch 清单 + dsh.client 声明
├── cordis.patch.yml   # 三平台宿主行 + 客户端行
├── index.js           # 共享宿主核心(各平台启动/状态/停止)
├── windows.js         # windows-gui 入口
├── darwin.js          # darwin-gui 入口
├── linux.js           # linux-gui 入口
└── client.js          # 浏览器客户端插件

##TODO [ ] macOS平台测试 [ ] linux平台测试

许可证

[MIT](LICENSE)