DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Launchpad — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-launchpad

Launchpad

一个 DeepSeek Harness 插件,提供优雅的启动/加载页面和就绪端点,以及 Windows 桌面启动脚本(双击启动,关闭浏览器后停止)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-launchpad@1.1.0
README兼容性版本

兼容性与来源证明

Launchpad 以 dsh-launchpad 发布,当前版本为 1.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

1.1.0stable
2026/8/22

相关插件

正在加载相关插件…

最新版
1.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
119.6 kB
文件数
15
Surface
any
许可证
MIT
发布源
npm
周下载
38
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Pet@linxin666/dsh-pet适用于 dsh Web GUI 的多宠物伴侣插件:由注册表驱动的浮动宠物,可响应模型活动,支持为每只宠物命名、抚摸/喂食互动以及亲密度评分

README

dsh-launchpad

English | 简体中文

A DeepSeek Harness plugin that adds an elegant splash / loading page and a readiness endpoint to the web UI, plus Windows desktop launcher scripts — double-click to start DSH, close the browser tab and DSH stops by itself.

✨ A splash page that matches your theme

The startup page follows your system theme automatically — dark or light, with the official DeepSeek whale:

🌙 Dark☀️ Light
splash darksplash light
  • Official DeepSeek whale logo — auto dark/light via prefers-color-scheme, gently floating while you wait
  • 4-stage progress bar mapped to the real startup stages: cleanup → boot → ready → enter
  • Instant browser open, zero windows — double-click the shortcut, the splash page appears immediately and redirects into DSH the moment the server is ready
  • Your icon, your choice — the desktop shortcut can wear the official whale tile included in this repo, or any icon you like:

desktop icon

What you get

PieceWhat it does
GET /launchpadThe splash page: official DeepSeek whale logo (auto dark/light via prefers-color-scheme), 4-stage progress bar (cleanup → boot → ready → enter), waiting timer.
GET /launchpad/statusJSON readiness probe the splash page polls; redirects into the app the moment the server is up.
scripts/start-dsh.cmdSilent Windows launcher: kills port-3080 zombies, starts dsh web hidden, opens the splash page in the browser.
scripts/watch-dsh-idle.cmdHidden watcher: when the browser disconnects from port 3080 for ~10 s, it kills dsh. Close the tab → dsh stops.
scripts/hide-run.vbs3-line helper that runs a command with zero visible windows (Windows has no pure-cmd way to fully hide a background process).
scripts/stop-dsh.cmdEmergency stop: kills whatever is listening on port 3080.

Install

Quick — plugin

dsh plugin --profile web add dsh-launchpad

With launcher scripts & desktop shortcut

Deploy the launcher scripts and splash page to ~/.dsh:

:: from the package directory
scripts\install.cmd

Or copy assets/loading.html + scripts/* manually to %USERPROFILE%\.dsh\.

Create a desktop shortcut for a true double-click experience:

wscript.exe "%USERPROFILE%\.dsh\hide-run.vbs" "cmd /c %USERPROFILE%\.dsh\start-dsh.cmd"

Set the shortcut icon to the official whale tile (included in this repo): right-click the shortcut → Properties → Change icon → pick the image above (or %USERPROFILE%\.dsh\icons\whale-girl.ico if you have the whale-girl pack).

🤖 Or let an AI assistant install it

Paste the block below to your AI assistant (a DSH agent session, Claude, etc.). It is self-contained — the assistant can fetch this repo and install everything correctly.

Install the dsh-launchpad plugin for DeepSeek Harness from
https://github.com/Polar-Zhang/dsh-launchpad (Windows).

1. Fetch the repo: `git clone https://github.com/Polar-Zhang/dsh-launchpad.git`
   to a temp dir, OR install straight from GitHub with
   `dsh plugin --profile web add github:Polar-Zhang/dsh-launchpad`.
2. Verify the bundle list: read `<DSH_HOME>/profiles/web/package.json`
   (DSH_HOME defaults to `%USERPROFILE%\.dsh`). The `dsh.profile.bundles`
   array MUST contain `dsh-launchpad` (the package declares
   `dsh.bundle.patch`). `dsh plugin add` does not always append to bundles —
   if it is missing, add it manually as a string in that array, next to the
   other bundle names. pnpm peer-dependency warnings are expected and
   harmless (the dsh runtime provides those peers).
3. Deploy the launcher scripts by running `scripts/install.cmd` from the
   repo (or, after an npm/GitHub install:
   `call "%USERPROFILE%\.dsh\profiles\web\node_modules\dsh-launchpad\scripts\install.cmd"`).
   It copies `loading.html`, `start-dsh.cmd`, `watch-dsh-idle.cmd`,
   `hide-run.vbs`, `stop-dsh.cmd` into `%USERPROFILE%\.dsh\`.
4. Create a desktop shortcut (double-click = launch, no console windows):
   `wscript.exe "%USERPROFILE%\.dsh\hide-run.vbs" "cmd /c %USERPROFILE%\.dsh\start-dsh.cmd"`
   (optional: set the shortcut icon to any .ico the user picks).
5. Restart the dsh web profile so the bundle loads — if dsh is currently
   running, stop it first with `%USERPROFILE%\.dsh\stop-dsh.cmd`, then start
   it again (e.g. via the new shortcut).
6. Verify: `GET http://127.0.0.1:3080/launchpad/status` returns JSON with
   `"ok":true`, and `GET http://127.0.0.1:3080/launchpad` serves the splash
   page. Then open `http://127.0.0.1:3080/` to confirm the app works.

Usage

  1. Start: double-click the shortcut (or run start-dsh.cmd). No windows appear — the browser opens the splash page instantly, the 4-stage bar fills, and you land in the DSH UI when it's ready.
  2. Stop: just close the browser tab. ~10 s later dsh exits by itself.
  3. Emergency: stop-dsh.cmd.

Splash page preview

start "" "%USERPROFILE%\.dsh\loading.html?p"

?p = preview mode (no polling, no redirect). Toggle Windows light/dark mode to see the theme switch.

Endpoints

GET /launchpad           → splash page (text/html)
GET /launchpad/status    → {"ok":true,"service":"dsh","pid":...,"uptime":...,"time":...}

Customize

The splash page is a single self-contained HTML file — edit assets/loading.html (logo, colors, stage labels, timeout) and redeploy. Everything is inline: no CDN, works offline.

Why a plugin + scripts

  • The plugin part runs inside DSH (Cordis bundle): it hosts the splash page and readiness endpoint through the DSH web server, so the page works over the same origin with zero CORS friction.
  • The scripts part is inherently OS-level: a process cannot start itself, so starting/stopping dsh needs Windows shell bits. They ship in the same package for a one-stop install.

License

MIT