AI Agent Hub
Back to plugins
🖥️

dsh-desktop-shell

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install ikashana/dsh-desktop-shell

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

Run dsh plugin install ikashana/dsh-desktop-shell in the DeepSeek Harness terminal; the source repository is at https://github.com/ikashana/dsh-desktop-shell

About this plugin

The dsh web profile is powerful, but daily use often means typing a command to start the server, juggling browser tabs, and hunting down processes to kill. dsh-desktop-shell folds those fragmented steps into a double-click desktop app, so opening the dsh Web UI feels as simple as launching any local tool.

On launch, it checks whether a dsh web server is already listening on port 3080; if not, it starts one for you and renders the interface in a native window. Closing the window hides it into the system tray rather than quitting, with a tray menu offering Open and Quit. A second launch simply focuses the existing window, so you never get duplicate instances. Ownership-awareness ensures that a web server the shell started is cleanly torn down on exit, while a server you launched manually in a terminal stays untouched. Port, startup command, working directory, extra environment variables, and window title are all configurable through config.json with no source-code edits required.

Built for developers who lean on the dsh web profile every day: one fewer terminal to open, one fewer command to remember, and a native window that stays on standby while preserving precise control over the process lifecycle.

Use Cases

  • Double-click to auto-start the dsh web server and open the UI in a native window
  • Close the window to keep the service alive in the system tray without repeated manual start/stop
  • Single-instance focus across launches and ownership-aware teardown of background servers

Best For

  • Developers who use the dsh web profile daily
  • Users who prefer a native window over a browser tab
  • Windows users who want a resident tray app they can summon at any time