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.

Whale Desktop Launcher — DSH Plugin for DeepSeek Harness
← Plugins
W

dsh-whale-desktop-launcher

Whale Desktop Launcher

Windows desktop launcher for DeepSeek Harness with a whale-girl icon, startup progress window, and a system tray controller.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:0QwQ0/dsh-whale-desktop-launcher#bd8c9c4debe064d377c8ca14a3e72e1a3fa8e47c
READMECompatibilityVersions

Compatibility and provenance

Whale Desktop Launcher is published as dsh-whale-desktop-launcher and currently resolves to version 0.3.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

0.3.0stable
8/23/2026
0.2.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.3.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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

DSH Whale Desktop Launcher

中文 | English

Whale-girl desktop launcher icon

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.

This repository is a fork of HUITianYi/dsh-whale-desktop-launcher that adds a startup progress window, a system tray controller, and high-DPI aware rendering.

Features

  • One click starts or reconnects to dsh web without opening a terminal window.
  • A small floating progress window appears during startup, showing each phase (checking the service, starting the server, waiting for readiness, opening the UI).
  • A system tray icon (same whale-girl artwork) stays resident while the launcher runs: hover to see the current status, left-double-click to open the UI, and use the menu to open the UI, restart the service, or quit (which stops the DSH server process).
  • Single instance: double-clicking the desktop icon again while the launcher is running simply re-opens the UI window.
  • Chromium --app mode 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.
  • Readiness detection tolerates the dsh-ui-auth login page: unauthenticated page requests are redirected to /auth/login, and the served login page counts as the DSH stack being up.
  • Upgrades replace the previous launcher build on the desktop; the installer only refuses to overwrite a same-named file that is not a Windows executable.
  • No preinstall, install, postinstall, or prepare lifecycle scripts run during package installation.

Requirements

  • Windows 10 or Windows 11.
  • DeepSeek Harness with the web profile.
  • 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:0QwQ0/dsh-whale-desktop-launcher#v0.3.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.