DeepSeek Harness Desktop

GitHub stars Desktop application MIT License Join Discord Supported platforms: macOS and Windows

中文 · English

A modern desktop experience for the DeepSeek Harness ecosystem (Plugin)

DeepSeek Harness currently launches its local Web UI from the command line. This project brings service startup, runtime management, and the desktop window into one ready-to-use experience, with no Node.js setup or commands required.

Download Desktop

DeepSeek Harness Desktop preview

## Features

Desktop

Bring the official DeepSeek Harness local Web UI to a native desktop application. The app starts and manages the local Harness service, integrates the system tray and desktop window, and requires no Node.js installation or command-line setup.

Mobile Remote Control Coming Soon

Connect to Desktop from iOS and Android to start tasks, monitor Agent progress, and send follow-ups from your phone.

Plugin Marketplace Coming Soon

Harness follows an “everything is a plugin” architecture. The desktop marketplace will make it easy to discover, install, update, and manage plugins for models, tools, interfaces, and workflows.

Channels Coming Soon

Connect WeChat, Feishu, Discord, WhatsApp, and other IM channels to start tasks, receive progress updates, and continue conversations from the apps you already use.

## Plugin Ecosystem DeepSeek Harness is built on [Cordis](https://github.com/cordiverse/cordis) and follows an “everything is a plugin” architecture. Core capabilities such as model adapters, the tool registry, the session log, and the Agent Loop participate in the runtime as plugins, so they can be composed or replaced through configuration. External plugins can also join a runtime through profiles and bundles. See the official [architecture overview](https://github.com/deepseek-ai/deepseek-harness/blob/master/docs/architecture.md) and [plugin management documentation](https://github.com/deepseek-ai/deepseek-harness/blob/master/apps/cli/reference/README.md#plugin-management). We want Desktop to become more than a standalone desktop wrapper: it should serve as a desktop entry point into the DeepSeek Harness plugin ecosystem. We plan to reorganize the desktop capabilities around the official plugin model so service management, system integrations, and the plugin marketplace can follow the same composition model as Harness. > **Coming soon:** Desktop is not currently distributed as a DeepSeek Harness plugin. This plugin integration is still in development. ## Relationship to the Official Project This project is built on [deepseek-ai/deepseek-harness](https://github.com/deepseek-ai/deepseek-harness). The core capabilities, plugin system, and Web UI come from the official DeepSeek Harness project. This project primarily provides: - Desktop application packaging - Local service lifecycle management - Desktop window and system tray integration - macOS and Windows installer builds and releases - Interface adaptations for desktop environments If you prefer to run Harness from the command line or contribute to its core functionality, refer to the official repository first. ## Development The desktop application is located in: ```text apps/desktop ``` Install the dependencies and start the desktop application: ```sh pnpm install pnpm run dev:desktop ``` ## Community Choose whichever platform you prefer to discuss usage, plugin development, and project updates.
WeChat Group QQ Group
DeepSeek Harness Desktop WeChat group QR code DeepSeek Harness Desktop QQ group QR code
Discord: [Join the DeepSeek Harness Desktop community](https://discord.gg/TJeGqKRNM) ## Friendly Links DeepSeek Harness ecosystem projects and developer tools. | Project | Description | Links | | --- | --- | --- | | DeepSeek Harness Orange Book | A community field guide to DeepSeek Harness. | [GitHub](https://github.com/alchaincyf/deepseek-harness-orange-book) | | Awesome DSH Plugin | A curated list of community DeepSeek Harness plugins. | [GitHub](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin) · [Website](https://awesome-dsh-plugin.com) | | dsh-web-ui | Plugins and themes for the DeepSeek Harness Web UI. | [GitHub](https://github.com/zhu1090093659/dsh-web-ui) · [Gallery](https://gallery.dsh-market.com) | | dsh-TUI | A full-screen terminal interface for DeepSeek Harness. | [GitHub](https://github.com/ccch1mneyyy/dsh-TUI) | | Agents-Anywhere | Control coding agents remotely from your phone. | [GitHub](https://github.com/anywhere-labs/Agents-Anywhere) | | DSH-better-sidebar | A DeepSeek Harness sidebar workspace with files, terminal, Git, and subagents. | [GitHub](https://github.com/omdsh-dev/DSH-better-sidebar) | | MkSaaS · TanStarter (Sponsor) | Commercial SaaS starter kits for indie makers. MkSaaS is built on Next.js, while TanStarter uses TanStack Start and Cloudflare, with AI, authentication, payments, and dashboards included. | [MkSaaS](https://mksaas.com) · [TanStarter](https://tanstarter.dev) | To have your project listed, join the WeChat group and message @王博升Benson. ## License This project is licensed under the [MIT License](LICENSE). > This is a community desktop edition built on DeepSeek Harness. It is not an official DeepSeek product.