DeepSeek Harness plugin

dsh-desktop-anestis2

Cross-platform desktop shell for DeepSeek Harness

Jump to install

Source facts

Repository
Anestis271/dsh-desktop
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
4
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Anestis271/dsh-desktop
Plugin: dsh-desktop-anestis2
Author: Anestis271

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

DeepSeek Harness Desktop

简体中文 | English

![npm version](https://www.npmjs.com/package/@anestis271/dsh-desktop) ![npm downloads](https://www.npmjs.com/package/@anestis271/dsh-desktop) ![license](./LICENSE) !platform

Turn the official DeepSeek Harness WebUI into a natural desktop experience.

This is not a separate client and does not require a standalone desktop installer. It is a lightweight dsh plugin that keeps every capability of the official WebUI and adds a clean, native desktop shell around it.

Preview

![DeepSeek Harness Desktop preview](./docs/images/desktop-preview.png)

Why This Plugin

  • No separate app installer: no additional MSI, DMG, or AppImage; install one npm plugin and start dsh.
  • The official WebUI stays the single source of truth: no copied, forked, or reimplemented interface.
  • Clean by design: no second business state, account system, or background service.
  • A native desktop feel: system tray, native window controls, a coordinated title bar, and optional shortcuts.
  • Fast repeated launches: clicking a shortcut again activates the existing window instead of creating another dsh and WebUI instance.

Install

Before installing, make sure:

  • Node.js satisfies ^22.19.0 or >=24.0.0
  • pnpm is installed and pnpm --version runs successfully in your terminal
  • dsh is installed and already runs successfully in your terminal

Then use:

dsh plugin --profile desktop add @anestis271/dsh-desktop
dsh --profile desktop

On the first launch, the plugin downloads and extracts the Electron runtime for the current platform. The download size and duration depend on the platform and network connection. Extraction may continue briefly after the download reaches 100%, so do not interrupt the process. Once setup completes, later launches reuse the Electron cache stored in the profile and start normally without extra setup.

Desktop Experience

  • Close the window to the system tray
  • Show or hide the window, reload the WebUI, open the profile directory, or quit from the tray
  • Follow dsh's Chinese or English language setting in real time
  • Keep native minimize, maximize, and close controls on every platform
  • Match the title bar with the WebUI sidebar for a continuous L-shaped visual
  • Keep exactly one window and one tray instance for each profile
  • Create user-level shortcuts on Windows, macOS, and Linux

Shortcuts

After starting dsh Desktop, create desktop and application-menu entries as needed under Settings → General in the official WebUI. Launch at login is disabled by default and can be enabled in the same place.

Every entry still launches only dsh --profile desktop. It does not install another Electron runtime or require administrator access. On macOS, the system osacompile tool creates a local AppleScript shortcut app, so launching from the Desktop or Applications does not open Terminal. Disabling launch at login removes only the entry created by this plugin.

For the first native macOS verification, follow [docs/MACOS_SMOKE_TEST.md](./docs/MACOS_SMOKE_TEST.md).

Design Principle

dsh-desktop does only what a desktop shell should do. Sessions, settings, models, tools, and every product interface continue to come from the official DeepSeek Harness WebUI, without creating a parallel client that must be maintained separately.

License

[MIT](./LICENSE)