DSH Desktop (dsh-webapp)
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
Security
macOS Gatekeeper and Windows SmartScreen can warn about the unsigned packages.
Follow the safe installation and checksum instructions before you override either warning.
Install
Dependencies
DSH Desktop uses the separately published @deepseek-ai/dsh package. Install it globally:
npm install -g @deepseek-ai/dsh
1. Download DSH Desktop
Download the package for your platform from GitHub Releases.
| Platform | Package |
|---|---|
| macOS 14 or later on Apple silicon | DMG |
| Windows x64 | Installer (.exe) or portable ZIP |
| Linux x64 | AppImage or Debian package (.deb) |
2. Open DSH Desktop
On startup DSH Desktop always Spawns a Host with the installed dsh and connects to it. To connect to a Host you already run, choose "Add Host at port or URL…" and paste the authenticated dsh web: URL (including its token).
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+Don macOS orCtrl+Shift+Delsewhere by default. - Keep the app's menu row out of the way — press
Altto 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.
Support
Report problems through GitHub Issues.
Include your platform, downloaded package name, and dsh --version output.
Maintainers
Contributing
Open an issue to ask questions or report problems. PRs are accepted.
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
If you edit this README, keep it conformant to the Standard Readme specification.
License
MIT © DSH Desktop contributors