Open one app
Checks your local Node.js environment, starts the pinned DSH package, waits for readiness, then loads the UI.
Unofficial community project
A lightweight Wails desktop shell for the official DeepSeek Harness Web UI. Native window, managed lifecycle, and three-platform releases—without a bundled browser runtime.
Requires Node.js 18+ · MIT licensed · Not affiliated with DeepSeek
● checking node and npx
● starting @deepseek-ai/dsh@0.1.0-rc.6
● ready on 127.0.0.1:3080
The interface and agent runtime remain upstream. This app owns the native window, startup, logs, port selection and shutdown.
DeepSeek Harness already ships a capable Web UI. This project gives it a native home and handles the repetitive desktop work around it.
Checks your local Node.js environment, starts the pinned DSH package, waits for readiness, then loads the UI.
Uses a loopback address and chooses another local port if 3080 is already occupied.
Terminates the complete npx → node → dsh process tree when the desktop app exits normally.
The app uses the operating system WebView and downloads the pinned DSH package through npx. That keeps the desktop package below 10 MB, but means Node.js 18+ must already be installed.
Version 0.1.4 wraps @deepseek-ai/dsh@0.1.0-rc.6. Packages are built by GitHub Actions from the public source.
Apple Silicon and Intel in one 8.1 MB disk image. Currently unsigned.
Download DMGA 9.8 MB executable for Windows amd64. Currently unsigned.
Download EXEA 3.8 MB archive for Linux amd64. Requires common WebKitGTK dependencies.
Download tar.gzModel settings, sessions, plugins and agent behavior remain the responsibility of the official DeepSeek Harness runtime.
DeepSeek Harness Desktop (Wails / Go)
└── npx @deepseek-ai/dsh web
└── node / dsh
└── Web UI on 127.0.0.1
Desktop owns:
window · launch · logs · shutdown
Important: This is an independent community project. It is not an official DeepSeek product and is not affiliated with DeepSeek AI.