AI Agent Hub
Back to plugins
🖥️

dsh-desktop-launcher

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install LvienOeria/dsh-desktop-launcher

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install LvienOeria/dsh-desktop-launcher inside DeepSeek Harness to install this plugin; source code is available at https://github.com/LvienOeria/dsh-desktop-launcher

About this plugin

Launching the dsh Web UI usually means opening a terminal, running the correct command, waiting for the server to become ready, and then manually pasting the address into a browser. Repeated daily, that chain of steps adds up, and it becomes awkward when you need a non-terminal colleague to simply open the harness UI. dsh-desktop-launcher collapses the entire flow into a single desktop icon: on macOS it generates dsh.app carrying the official black-whale mark, and on Linux it drops a dsh.desktop entry into the application menu. A double-click starts the service and opens the browser automatically.

The plugin loads as a bundle and idempotently reconciles desktop-side artifacts on every harness start—the start script, the .app or .desktop file, and icon resources. It is zero-dependency at roughly 147 KB, installs no terminal commands, and never touches PATH. A failed installation only produces a log line and never crashes the harness itself. Every generated file carries a managed-by marker; unchanged configurations are skipped entirely, and any pre-existing file is backed up before replacement, so nothing is ever silently overwritten.

This plugin is a good fit for developers who treat dsh as their daily work environment and want a double-click launch experience, as well as for team setups where a non-terminal user needs quick access to the Web UI. If you also want a terminal launcher, pair it with the separate dsh-launcher package; the two plugins are fully independent and never bundled together. macOS and Linux are ready out of the box; Windows is not supported.

Use Cases

  • Double-click the dsh icon on the desktop every day to open the Web UI without touching a terminal
  • Quickly demo the harness interface to a non-terminal colleague with a single double-click
  • Replace the manual start-up routine with a desktop entry to cut down daily repetitive friction

Best For

  • macOS or Linux developers who treat dsh as a daily work environment and prefer GUI interaction
  • Team members who need to show the harness UI to non-terminal colleagues efficiently
  • Individual developers who want the fewest steps to launch the Web UI without maintaining extra terminal scripts