DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Web App Launcher — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

dsh-web-app-launcher

Web App Launcher

DeepSeek Harness Web app-mode launcher bundle for Windows

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:sylkmpo/dsh-web-app-launcher#de4cd2a6449928f23bf62d340fe5968ff34bb6ee
READMECompatibilityVersions

Compatibility and provenance

Web App Launcher is published as dsh-web-app-launcher and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/21/2026

Versions

0.1.3stable
8/21/2026
0.1.2stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
8/21/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundleWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with the current session provider's today usage on the sidebar entryWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editin

README

DSH Web 启动器(Windows)

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

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

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

效果图

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

DeepSeek Harness 桌面快捷方式图标

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

DeepSeek Harness 应用模式窗口

插件安装

本项目是标准 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。