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.

Chrome App Launcher — DSH Plugin for DeepSeek Harness
← Plugins

dsh-chrome-app-launcher

Chrome App Launcher

DeepSeek Harness plugin: creates a Windows desktop shortcut that launches dsh web in a Chrome app-mode window (auto-detects Chrome, waits for the port, no duplicate windows).

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-chrome-app-launcher@0.1.2
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/22/2026

Versions

0.1.0stable
8/20/2026
0.1.2stable
8/20/2026
0.1.1stable
8/20/2026
Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
33.2 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
41
Last push
8/20/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

dsh-chrome-app-launcher

English · 中文

A DeepSeek Harness plugin that creates a Windows desktop shortcut which launches dsh web in a Chrome app-mode window — no address bar, no tabs, just the app.

一个 DeepSeek Harness 插件:在 Windows 桌面创建一个快捷方式,以 Chrome App 模式(无地址栏、无标签页)启动 dsh web。


English

What it does

On every boot (Windows only), the plugin:

  1. Writes a launcher .bat to %LOCALAPPDATA%\dsh-chrome-app-launcher\launch-dsh.bat
  2. Creates a Desktop shortcut DeepSeek Harness.lnk pointing at it

Double-clicking the shortcut:

  • Auto-detects Chrome — tries the registry App Paths first, then common install paths, then falls back to Edge
  • Starts dsh web --no-open in the background (no duplicate window — the app window is the only one)
  • Waits for the port to become ready before opening (no "refresh me" error page)
  • Opens the Web GUI in a Chrome app-mode window, using a fresh --user-data-dir so it is a real standalone window even when Chrome is already running
  • Closing that terminal window stops the service

Install

dsh plugin --profile web add dsh-chrome-app-launcher

Then restart dsh web. The desktop shortcut is created automatically on boot.

Configuration

Configure via settings.yaml (or the bundle patch):

chrome-app-launcher:
  shortcutName: DeepSeek Harness   # shortcut label
  port: 3080                       # dsh web port
OptionDefaultDescription
shortcutNameDeepSeek HarnessLabel of the desktop shortcut (without .lnk)
port3080Port that dsh web listens on

Platform

Windows only (win32). On other platforms the plugin is a no-op.

License

MIT


中文

功能

每次启动(仅 Windows)时,插件会:

  1. 把启动脚本 .bat 写入 %LOCALAPPDATA%\dsh-chrome-app-launcher\launch-dsh.bat
  2. 在桌面创建一个快捷方式 DeepSeek Harness.lnk 指向它

双击快捷方式后:

  • 自动探测 Chrome —— 先查注册表 App Paths,再试常见安装路径,最后回退到 Edge
  • 在后台启动 dsh web --no-open(不会多开窗口——App 窗口是唯一的窗口)
  • 等待端口就绪后再开窗(不会出现「刷新一下」的错误页)
  • 以 Chrome App 模式打开 Web GUI,使用独立的 --user-data-dir,即使 Chrome 已经在运行也能弹出真正的独立窗口
  • 关闭那个终端窗口即停止服务

安装

dsh plugin --profile web add dsh-chrome-app-launcher

然后重启 dsh web,桌面快捷方式会在启动时自动生成。

配置

通过 settings.yaml(或 bundle patch)配置:

chrome-app-launcher:
  shortcutName: DeepSeek Harness   # 快捷方式名称
  port: 3080                       # dsh web 端口
配置项默认值说明
shortcutNameDeepSeek Harness桌面快捷方式名称(不含 .lnk)
port3080dsh web 监听的端口

平台

仅 Windows(win32)。其他平台上该插件不生效(no-op)。

许可

MIT