deepseek-harness-electron
Discovered★ 3DeepSeek Harness 非官方跨平台桌面封装,预装 Details Host 与 Git 插件;与上游同步。 / Non-official Cross-platform DeepSeek Harness desktop app with built-in Details Host and Git plugins; synchronized with upstream.
DeepSeek Harness Desktop
English | 中文
DeepSeek Harness Desktop packages DeepSeek Harness as a native desktop application for macOS, Windows, and Linux. It keeps the upstream Web application, agent runtime, profiles, and workspace workflow while providing an operating-system window and desktop installers.
Status
This project and its upstream runtime are in developer preview.
Maintenance outlook
Upstream DeepSeek Harness now ships a first-party Desktop application in its monorepo with foundational functionality. This Electron distribution may therefore stop receiving regular updates and move to an archived maintenance posture. The capability it still uniquely provides is first-class Electron desktop integration (ctx.desktop) for portable plugins—upstream Desktop does not expose this surface today.
Select standalone plugin repositories mirrored in this monorepo may continue to receive occasional updates; version bumps will be slow and irregular.
Details panel and release 0.1.2-rc.1
Release 0.1.2-rc.1 is the last version that supports and pre-installs dsh-client-ui-details-host. Later upstream Harness versions removed the Client Details panel, so Details Host will be archived. dsh-plugin-git is planned to migrate toward the upstream Sidebar extension point that replaces Details; that migration is not implemented yet.
Install
Download the installer for your platform from the latest release:
- macOS: DMG or ZIP for Apple Silicon and Intel Macs
- Windows: NSIS installer for x64 and ARM64
- Linux: AppImage or DEB package for x64 and ARM64
Open the installed application and complete the provider setup in the Harness UI before starting an agent session.
Run from source
Install a supported Node.js version (^22.19.0 or >=24) and pnpm, then build the Harness runtime and start Electron:
git clone https://github.com/cherrchen/deepseek-harness-electron.git
cd deepseek-harness-electron
pnpm install
pnpm run build
pnpm --filter @dsh-electron/dsh-electron start
Runtime and data
Electron starts DeepSeek Harness on a random 127.0.0.1 port and opens its ready URL in a sandboxed window. The renderer has no Node.js integration, uses context isolation and Chromium sandboxing, and opens requested HTTP and HTTPS links in the system browser.
Harness profiles and state live in the platform-specific application-data directory. Agent shell commands start in the current user's home directory; select another workspace from the Harness UI when needed.
Bundled plugins
DeepSeek Harness Desktop ships three portable DSH plugins from standalone canonical repositories. They run unchanged in the desktop app and in a standard DSH Web host when installed separately.
Note: The table below reflects the plugin set shipped with
0.1.2-rc.1. Details Host will not be carried forward after this release; see Status above.
| Plugin | Desktop role | Summary |
|---|---|---|
| dsh-client-ui-details-host | Required built-in | Hosts one active details surface in the AppFrame third column through ctx.shellDetails. |
| dsh-theme-studio | Required built-in | Builtin color themes under Settings → General → Themes, overlaid on official Light / Dark / System Appearance. |
| dsh-plugin-git | Pre-installed (disable in Settings → Plugins) | Local Git status, diffs, staging, commits, and branch controls in the composer and details column. Requires Details Host. |
Canonical development happens in those repositories; this monorepo mirrors them with git subtree.
Development
Run the desktop application's focused checks with:
pnpm --filter @dsh-electron/dsh-electron test
pnpm --filter @dsh-electron/dsh-electron build
See the desktop application guide, development guide, and architecture documentation for repository details.
Contributing
See CONTRIBUTING.md. This fork follows upstream DeepSeek Harness development while maintaining its desktop packaging.
License
MIT. Third-party dependency notices are in THIRD_PARTY_NOTICES.md.
Comments
Loading…
Similar plugins
by yxccai
Unofficial Windows and macOS desktop app for DeepSeek Harness, with bundled runtime and automatic reuse of existing DSH environments.
★ 11
MIT
JavaScript
Aug 21, 2026
dsh plugin --profile web add @sanqi-normal/dsh-webui-market-pluginby fufankeji
DeepSeek Harness 零代码桌面端|一键启动,支持 Windows 与 macOS;内置插件发现、热点插件推送、一键安装与管理、AI 智能推荐和视觉增强。
★ 647
↓ 312.4k/wk
MIT
TypeScript
Sep 1, 2026
dsh plugin --profile web add @deepseek-ai/dsh-baseby anywhere-labs
为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 27.7k
↓ 198/wk
MIT
TypeScript
Sep 19, 2026
dsh plugin --profile web add dsh-plugin-desktopby MarecGents
DeepSeek Harness 生态的 Windows 桌面插件项目。 A Windows desktop plugin project for the DeepSeek Harness ecosystem.
★ 3
↓ 145/wk
MIT
JavaScript
Sep 19, 2026
dsh plugin --profile web add @marecgents/dsh-hubTrack DeepSeek Harness's own releases and update in one click: reads the npm dist-tags and the GitHub changelog, shows every change between the running build and the target, grades the risk, then hand
★ 0
dsh plugin --profile web add @zhengjunyao/dsh-updaterby MARIOMLY
Open the DeepSeek Harness Web UI as a standalone desktop app window (Chromium --app mode) — a DSH host plugin. / 把 DSH Web 界面变成独立桌面应用窗口的 DSH 插件。
★ 0
MIT
JavaScript
Sep 14, 2026
dsh plugin --profile web add dsh-desktop-app