插件目录 / Developer / dsh-whale-desktop-launcher
dsh-whale-desktop-launcher
已验证 · 实测可装 HUITianYi
功能简介
Windows desktop launcher plugin for DeepSeek Harness with a whale-girl icon and clean app-mode window
可用 — 实测通过,早期项目
Windows desktop launcher plugin for DeepSeek Harness with a whale-girl icon and clean app-mode window 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
DSH Whale Desktop Launcher
中文 | English
A Windows desktop launcher plugin for DeepSeek Harness. It creates an icon-branded DeepSeek Harness.exe on the desktop, starts the local DSH Web service in the background when needed, and opens the UI in Microsoft Edge or Google Chrome app mode without tabs, an address bar, or ordinary browser toolbars.
Features
- One click starts or reconnects to
dsh webwithout opening a terminal window. - Chromium
--appmode provides a compact desktop-style window. - The whale-girl PNG and multi-resolution ICO are bundled in the plugin.
- The current DSH executable, arguments, and working directory are captured when the bundle activates, so npm and source checkouts both work.
- Existing healthy servers are reused; a different service occupying the configured port fails visibly.
- The installer refuses to overwrite an unrelated desktop executable.
- No
preinstall,install,postinstall, orpreparelifecycle scripts run during package installation.
Requirements
- Windows 10 or Windows 11.
- DeepSeek Harness with the
webprofile. - Microsoft Edge or Google Chrome.
- Node.js 22.19 or newer, as required by DSH.
Install
Install the bundle into the Web profile:
dsh plugin --profile web add github:HUITianYi/dsh-whale-desktop-launcher#v0.1.0
Restart dsh web once. Plugin activation writes the portable launcher configuration under ~/.dsh/whale-desktop-launcher/ and creates:
Desktop\DeepSeek Harness.exe
Double-click the desktop application for later launches.
Optional whale-maid skin
The launcher works with the related non-commercial Small-tailqwq/dsh-deep-whale skin:
git clone https://github.com/Small-tailqwq/dsh-deep-whale "$HOME\.dsh\plugins\dsh-deep-whale"
dsh plugin --profile web add "$HOME\.dsh\plugins\dsh-deep-whale\maid-atelier"
That skin has its own CC BY-NC-SA 4.0 license and attribution requirements.
Uninstall
Remove the DSH bundle:
dsh plugin --profile web remove dsh-whale-desktop-launcher
The plugin deliberately does not delete user-facing files on unload. Remove these manually if desired:
%USERPROFILE%\Desktop\DeepSeek Harness.exe
%USERPROFILE%\.dsh\whale-desktop-launcher\
Development
npm run build:launcher
npm test
npm run pack:check
The prebuilt executable is committed under assets/, so installing from GitHub does not require build-script approval.
Licenses
- Source code: MIT.
- Whale-girl artwork: CC BY-NC-SA 4.0, non-commercial use only.
This is a community project and is not an official DeepSeek AI product.
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-whale-desktop-launcher」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:HUITianYi/dsh-whale-desktop-launcher Headless(CLI)profile:
dsh plugin --profile headless add github:HUITianYi/dsh-whale-desktop-launcher 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。