AI Agent Hub
Back to plugins
🖥️

dsh-web-window-companion

Client Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install big0lives/dsh-web-window-companion

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

Run dsh plugin install big0lives/dsh-web-window-companion in DeepSeek Harness to install; the plugin source lives at https://github.com/big0lives/dsh-web-window-companion and is pure JavaScript with no build step.

About this plugin

Out of the box, dsh web pops a tab in your everyday browser. If you would rather it behave like a standalone desktop app its own window, its own lifecycle, zero footprint on your daily browsing this plugin was built for exactly that. The core problem it solves: DSH Web should not live as a tab parasitising your main browser; it should open like desktop software and disappear when you close it.

Once installed, dsh web stops opening a browser tab and instead launches Edge or Chrome in App mode: a frameless, tab-free window that carries the auth token automatically and runs under a dedicated browser profile, fully isolated from your daily browsing. Closing that window triggers a graceful shutdown root fiber disposed, port released, process exits cleanly with code 0, no lingering background residue. The plugin is zero-dependency, zero-config, pure JavaScript with no build step; over SSH it stays silent and never grabs window focus.

This is for people who treat DSH Web as a daily desktop tool: open the window to work, close it to stop, no need to hunt for stray processes. If you also want a double-click launcher that skips the terminal entirely, see the companion project dsh-win-quick-launcher, but note both share the same dedicated profile and must not be enabled simultaneously.

Use Cases

  • Using DSH Web as a daily desktop tool with open-to-work, close-to-quit flow
  • Keeping the web service window fully isolated from daily browser tabs and history
  • Starting DSH Web over SSH without grabbing local window focus

Best For

  • Developers who treat DSH Web as a daily desktop tool
  • End users who keep web services out of their daily browser workflow
  • Minimalist tool enthusiasts who prefer zero-config, install-and-go utilities