HUITianYi / dsh-whale-desktop-launcher

목록에 있음

Windows desktop launcher plugin for DeepSeek Harness with a whale-girl icon and clean app-mode window

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:HUITianYi/dsh-whale-desktop-launcher

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 326075f동기화 2026. 8. 17.

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.

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

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

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
JavaScript
라이선스
MIT
최신 릴리스
v0.1.0
마지막 업데이트
2026. 8. 17. AM 7:37

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.