Windows desktop launcher for DSH with a whale-girl icon, background server startup, and a Chromium app-mode window without browser chrome.
Install
# from a prebuilt release tarball
dsh plugin --profile web add "https://github.com/HUITianYi/dsh-whale-desktop-launcher/releases/latest/download/dsh-whale-desktop-launcher-0.1.0.tgz"
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:HUITianYi/dsh-whale-desktop-launcher
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
中文 | 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.
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 4430
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
omdsh-dev/DSH-better-sidebar★ 2101
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
ccch1mneyyy/dsh-TUI★ 1924
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/dsh-at-file★ 362
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
omdsh-dev/dsh-genui★ 214
Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.
huiliyi37/dsh-tianshu-tui★ 211
A terminal UI (TUI) for DeepSeek Harness.