DeepSeek Harness plugin

dsh-web-app-launcher

DeepSeek Harness Web app-mode launcher bundle for Windows

Jump to install

Source facts

Repository
sylkmpo/dsh-web-app-launcher
Latest update
Aug 21, 2026
Category
Tools & Capabilities
GitHub stars
2
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-21

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/sylkmpo/dsh-web-app-launcher
Plugin: dsh-web-app-launcher
Author: sylkmpo

Check the source files

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

File explorer3 files
README.mdSource · read only

DSH Web 启动器(Windows)

![GitHub topic: dsh-plugin](https://github.com/topics/dsh-plugin) ![License: MIT](LICENSE)

dsh web 像普通桌面软件一样运行:本质是原生 Web,视觉上是桌面软件。首次启动后自动创建桌面图标,之后双击图标即可打开独立窗口。

  • 本质是原生 Web:背后就是官方 dsh web 服务,没有 Electron、没有二次打包、没有 fork,功能与 Web 版完全一致;
  • 视觉上是桌面软件:窗口由 Edge/Chrome/Brave/Vivaldi 的 --app 模式打开,没有标签栏和地址栏,看起来与原生桌面应用无异;
  • 生命周期像桌面软件:双击图标启动、关闭窗口即退出,临时浏览器 profile 用完自动删除。

这是非官方社区插件,与 DeepSeek 官方无隶属或背书关系。

效果图

桌面快捷方式图标(首次运行 dsh web 后自动创建):

![DeepSeek Harness 桌面快捷方式图标](assets/ico.png)

应用模式独立窗口(视觉上是桌面软件,本质是原生 Web UI;无标签栏、无地址栏,关闭窗口即退出):

![DeepSeek Harness 应用模式窗口](assets/Harness.png)

插件安装

本项目是标准 dsh.bundle 插件。社区发布后,用户只需要安装插件:

dsh plugin --profile web add github:sylkmpo/dsh-web-app-launcher

然后首次运行一次 Web profile:

dsh web

插件激活时会自动在桌面创建 DeepSeek Harness.lnk。之后直接双击该图标即可:

  • 使用 Edge、Chrome、Brave 或 Vivaldi 打开独立应用窗口
  • 没有标签栏和地址栏
  • 关闭窗口后自动退出 Harness
  • 不创建 D:\dsh-web-launcher-test 之类的独立安装目录
  • 临时 Chromium profile 使用系统临时目录,窗口退出后自动删除

首次运行 dsh web 是必要的,因为 dsh plugin 只负责安装插件,插件代码要在 Web profile 激活后才能创建 Windows 快捷方式。

卸载

dsh plugin --profile web remove dsh-web-app-launcher

删除插件后,可以直接删除桌面上的 DeepSeek Harness.lnk

系统要求

  • Windows 10 或 Windows 11
  • Node.js
  • 已安装 DeepSeek Harness,并且 dsh 在 PATH 中
npm install -g @deepseek-ai/dsh

开发检查

Get-ChildItem tests -Filter *.ps1 | ForEach-Object {
  powershell -NoProfile -ExecutionPolicy Bypass -File $_.FullName
}

许可证

MIT,详见 [LICENSE](LICENSE)。