Windows one-click launcher with a borderless WPF startup animation (stroke-by-stroke HARNESS lettering) that starts dsh web in the background and fades into the GUI once ready, plus a desktop_launch tool.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-splash-launcher
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:Isilsolme/dsh-splash-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
A one-click Windows launcher for the DeepSeek Harness (dsh) Web GUI with a borderless WPF startup animation (stroke-by-stroke "HARNESS" lettering inspired by SPlayer-Next). It starts dsh web in the background, preloads the real GUI behind the animation, and fades into it only when the GUI is actually ready. Closing the window stops the service it started.
Quick start
Option A: Download the portable build (recommended, no build required)
- Download
dsh-splash-launcher-vX.Y.Z.zip(or just the single-fileDSH-GUI.exe) from Releases; - Unzip (or drop the exe) anywhere — the exe is self-contained, all splash assets are embedded, a single file is enough;
- Double-click
DSH-GUI.exe.
If SmartScreen shows "Windows protected your PC" on first run: click More info → Run anyway (the exe is unsigned).
Option B: Build from source
build.cmd
Produces a self-contained DSH-GUI.exe (black-whale icon, assets embedded as resources) using the Windows built-in csc.exe (no external toolchain).
Requirements
- Windows 10/11
- Node.js + global
npm install -g @deepseek-ai/dsh - Microsoft Edge or Google Chrome
Configuration
DSH_GUI_WORKSPACEenv var, or aworkspace.txtnext to the exe — working directory fordsh web(default: your user profile%USERPROFILE%)DSH_GUI_PORT— port (default3080)- Splash assets are embedded in the exe; drop the same-named files (
splash.html,*.svg,whale.png) next to the exe to override them (custom splash, no rebuild needed).
Known issues
- The taskbar briefly shows the Chrome/Edge default icon before the page favicon (black whale) loads; this is a browser-level placeholder and cannot be preset via command line.
- Startup takes a while (dsh boot + browser cold start + plugin loading). The animation covers the whole wait and only fades out when the GUI is ready.
- Unsigned launchers that start hidden processes / stop process trees may trigger SmartScreen or behavior-based antivirus heuristics; click "More info → Run anyway" on first run, add the folder to your AV exclusions, or code-sign the exe.
See the Chinese README for full details. Code is MIT; brand assets derive from DeepSeek Harness (MIT, © 2026 DeepSeek).
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 2622
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.
ccch1mneyyy/dsh-TUI★ 1231
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/DSH-better-sidebar★ 1198
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
omdsh-dev/dsh-at-file★ 214
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
huiliyi37/dsh-tianshu-tui★ 159
A terminal UI (TUI) for DeepSeek Harness.
Nagi-ovo/dsh-visualize★ 114
In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.