AI Agent Hub
Back to plugins
🖥️

dsh-start

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install zhengjy01/dsh-start

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

Run dsh plugin install zhengjy01/dsh-start inside DeepSeek Harness to install this plugin; the source is at https://github.com/zhengjy01/dsh-start .

About this plugin

Launching DSH Web usually means hunting for a terminal, typing dsh web by hand, and then digging through processes when you want to stop it. dsh-start collapses that friction into a single command with four clear modes: foreground start with visible logs, daemon start that survives terminal close, stop, and status. If the server is already listening on the default port it simply opens the browser instead of spinning up a duplicate instance.

For users who prefer a real app experience, the included build script produces a DSH.app in ~/Applications. Double-click to launch, Cmd+Q with a confirmation dialog to quit, and re-clicking the Dock icon guarantees the server is alive and the browser is open. Under the hood the app delegates the actual dsh process to Terminal, sidestepping the macOS TCC/EPERM errors that a bare app would hit when spawning the server directly.

It is built for macOS developers who use DeepSeek Harness Web daily and would rather manage it the same way they open any other application—no terminal choreography required.

Use Cases

  • Opening DSH Web daily without manually typing terminal commands
  • Running the DSH server in daemon mode that survives terminal close
  • Launching and quitting DSH from the Dock like any regular macOS app

Best For

  • Developers who use DeepSeek Harness Web daily on macOS
  • Users who prefer an app-like workflow over terminal typing
  • Users who frequently start, stop, and verify DSH Web server status