DeepSeek Harness 插件

dsh-whale-desktop-launcher

DSH 的 Windows 桌面启动器,提供鲸鱼娘图标、后台服务启动和无浏览器工具栏的 Chromium 应用窗口。

跳到安装方式

来源信息

GitHub 仓库
HUITianYi/dsh-whale-desktop-launcher
最近更新
2026年8月18日
分类
界面增强
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/HUITianYi/dsh-whale-desktop-launcher
GitHub:https://github.com/HUITianYi/dsh-whale-desktop-launcher
插件名:dsh-whale-desktop-launcher
作者:HUITianYi
安装命令:dsh plugin --profile web add "https://github.com/HUITianYi/dsh-whale-desktop-launcher/releases/latest/download/dsh-whale-desktop-launcher-0.1.0.tgz"

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

DSH Whale Desktop Launcher

[中文](README.zh-CN.md) | English

<p align="center"> <img src="assets/whale-girl.png" width="280" alt="Whale-girl desktop launcher icon"> </p>

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 web without opening a terminal 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.
  • The installer refuses to overwrite an unrelated desktop 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: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](LICENSE).
  • Whale-girl artwork: [CC BY-NC-SA 4.0](ASSET_LICENSE.md), non-commercial use only.

This is a community project and is not an official DeepSeek AI product.