AI Agent Hub
Back to plugins
🧩

dsh-daemon

admin-security Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install chenkai2/dsh-daemon

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

To install the dsh-daemon plugin in DeepSeek Harness, use the command `dsh plugin install chenkai2/dsh-daemon`, or visit the full source code at https://github.com/chenkai2/dsh-daemon.

About this plugin

By default, the DeepSeek Harness web service relies on the current terminal session. If the session is closed or the device enters sleep mode, the service stops, which is inconvenient for users requiring 24/7 availability. The dsh-daemon plugin solves this by introducing a standalone Watchdog daemon. It automatically starts the service upon login and performs self-healing—monitoring health status every 30 seconds and restarting the service if it fails three consecutive times, ensuring continuous uptime. Compatible with macOS, Linux, and Windows, this plugin seamlessly integrates with system-level service management. It is ideal for developers who want to run DeepSeek Harness as a permanent background tool, allowing you to focus on your work without worrying about process maintenance.

Use Cases

  • Automatically restart the service after system sleep or crashes without manual intervention.
  • Run DeepSeek Harness continuously on a server or local machine without keeping a terminal window open.
  • Provide stable service access via a daemon even during SSH remote sessions.

Best For

  • Engineers and developers who need to run development tools in the background.
  • Users who want to deploy DeepSeek Harness as a production-grade service.
  • System administrators looking for stability and automated service management.