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.

Minimal Launcher Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-minimal-launcher-plugin

Minimal Launcher Plugin

A minimal Windows launcher for DeepSeek Harness. It starts the DSH web interface without bundling user data.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:imaginevoldermert/dsh-minimal-launcher-plugin#36469de6092bdc766f37c09988d6a9d43b3b8ad7
READMECompatibilityVersions

Compatibility and provenance

Minimal Launcher Plugin is published as dsh-minimal-launcher-plugin and currently resolves to version 1.0.0. 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/23/2026

Versions

1.0.0stable
8/23/2026
Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/23/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

README

dsh-minimal-launcher-plugin

一个极简的 Windows DSH 启动插件。安装后,DSH 提供 dsh_minimal_launcher 工具,用于启动随插件提供的桌面启动器;启动器再执行 npx --yes @deepseek-ai/dsh web。

特点

  • 只负责启动 DSH Web,不添加托盘、WebView、插件管理或自动更新功能。
  • 不读取、不上传 DSH 配置、会话、插件、聊天记录或其他本地数据。
  • EXE 随插件发布,安装后即可使用。
  • 仅支持 Windows。

安装

dsh plugin --profile web add dsh-minimal-launcher-plugin

重启 DSH 后,在对话中请求“启动 DSH 极简启动器”,或调用 dsh_minimal_launcher 工具。

本地开发

npm install
npm run build

许可

MIT License.