Back to home@auggie246

dsh-webapp

Desktop shell for the DeepSeek Harness (DSH) web GUI: window, attach-or-spawn, Host bar, hide-to-bar, quit-kills-host.

Stars
0
Language
TypeScript
Created
Aug 29, 2026
Updated
Sep 3, 2026

Introduction

DSH Desktop (dsh-webapp)

DSH Desktop

standard-readme compliant GitHub release License: MIT

Desktop shell for the DeepSeek Harness (DSH) web GUI: window, attach-or-spawn, Host bar, hide-to-bar, quit-kills-host.

DSH Desktop puts the DeepSeek Harness web GUI in a native desktop window, instead of a browser tab on localhost. It manages several Hosts through one Host bar, stays available from the Tray, and shows operating-system notifications.

The product and package are named dsh-desktop; the repository keeps its working name dsh-webapp. Both names refer to the same app.

[!NOTE] DSH Desktop is prerelease software. The v0.3 packages are unsigned and use manual updates.

Table of Contents

Install

1. Install dsh

DSH Desktop uses the separately published @deepseek-ai/dsh package.

npm install -g @deepseek-ai/dsh

2. Download DSH Desktop

Download the package for your platform from GitHub Releases.

PlatformPackage
macOS 14 or later on Apple siliconDMG
Windows x64Installer (.exe) or portable ZIP
Linux x64AppImage or Debian package (.deb)

3. Open DSH Desktop

DSH Desktop uses attach-or-spawn. It attaches to an existing Host, or spawns one with the installed dsh.

If DSH Desktop cannot find dsh, its setup screen can retry detection or use an explicit path.

Usage

Open DSH Desktop from your operating system's application launcher.

Press Cmd+Shift+D on macOS or Ctrl+Shift+D elsewhere to open the window. The same picker lives in the Tray menu.

Add each Host you manage with the "+" control on the Host bar. Right-click a Host to remove it.

If you prefer a plain browser tab for a session, the same GUI is one command away:

dsh web

Features

  • Manage several Hosts from one Host bar; right-click a Host to remove it (a spawned Host's process is stopped).
  • Open the window with Cmd+Shift+D on macOS or Ctrl+Shift+D elsewhere by default.
  • Keep the app's menu row out of the way — press Alt to reveal it (Linux and Windows).
  • Keep DSH Desktop available after closing its window when the operating system provides a usable Tray.
  • Receive notifications for Host events.
  • Terminate every spawned Host when DSH Desktop quits.

Unsigned package warnings

macOS Gatekeeper and Windows SmartScreen can warn about the unsigned packages.

Follow the safe installation and checksum instructions before you override either warning.

Support

Report problems through GitHub Issues.

Include your platform, downloaded package name, and dsh --version output.

Maintainers

@auggie246

Contributing

Development requires Node.js 22 and pnpm 11.7.0.

pnpm install --frozen-lockfile
pnpm start

Run the checks before you submit a change:

pnpm test
pnpm typecheck

License

MIT © DSH Desktop contributors