AI Agent Hub
Back to plugins
🖥️

dsh-windows-tray

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install GZMULDY/dsh-windows-tray

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

Run dsh plugin install GZMULDY/dsh-windows-tray inside DeepSeek Harness to install; the source repository is available at https://github.com/GZMULDY/dsh-windows-tray

About this plugin

Running dsh web on Windows usually means juggling terminal windows and hand-typed commands to start or stop the service. dsh-windows-tray replaces that friction with a single whale icon in the system notification area. A left click launches the service and opens the browser; a right-click menu offers Open, Start, Stop, Restart, and Exit, and a hover tooltip always shows whether the service is currently running or stopped.

The plugin includes single-instance protection so duplicate launches will not create extra tray icons, and it respects environment variables such as DSH_WEB_URL, DSH_NODE_EXE, and DSH_TRAY_NOOPEN to adapt to different deployment setups.

It is ideal for Windows users who rely on DeepSeek Harness day-to-day and prefer managing background services from the tray rather than reaching for a terminal.

Use Cases

  • Start, stop, or restart the dsh web service from the Windows tray without switching to a terminal
  • Hover over the tray icon to instantly see whether the dsh service is running or stopped
  • Customize the Web URL, Node path, and auto-open behavior via environment variables for different deployments

Best For

  • Developers who run DeepSeek Harness on Windows on a daily basis
  • Desktop users who prefer managing background services through tray tools
  • Users who want to control the dsh web service without opening a terminal window