非官方 · 社区项目Unofficial · community project

DeepSeek Harness Desktop

把 DeepSeek Harness 变成双击即用的桌面应用。 The official DeepSeek Harness as a double-click desktop app.

官方 harness 内核原样保留,装进一个会自己管理本地服务的桌面壳——免装 Node、不碰终端,打开就用。 The official harness core, untouched, wrapped in a desktop shell that manages the local service for you — no Node.js, no terminal.

v0.1.0 · Apple Silicon / Windows x64

DeepSeek Harness Desktop window with the workspace list and composer
官方 Web UI 原样运行在桌面窗口里,左栏是本地工作区 The official Web UI running inside the desktop window, with local workspaces in the sidebar
特性FEATURES

还是那个 dsh,只是不用终端了Same dsh, minus the terminal

桌面壳只做一件事:让官方 harness 在你电脑上安静地跑起来,并保持在那。 The desktop shell does one thing: keeps the official harness running quietly on your machine.

双击即用Double-click ready

免装 Node、不碰终端。下载、双击、开始用。No Node.js, no terminal. Download, double-click, done.

自动管理本地服务Local service, managed

启动、停止、系统托盘常驻,生命周期都由应用照看。Start, stop, and stay in your system tray — the app looks after it.

内核原样保留官方能力Official core, untouched

官方 MIT 代码;插件体系与 Web UI 一概不动。Official MIT code; the plugin system and Web UI are left exactly as they are.

一切都在本地Everything stays local

应用数据与服务都跑在用户自己的电脑上,不上传任何服务器。App data and services run on your own machine. Nothing is uploaded.

怎么做出来的HOW THIS WAS BUILT
这个 Desktop 是用 dsh 自己做的——DeepSeek V4 Pro 在 dsh 里做调度和 review,一共六个提问完成。 This desktop app was built with dsh itself — DeepSeek V4 Pro handled scheduling and review inside dsh. Six prompts, done. — dogfooding,六个提问, six prompts
与官方项目的关系RELATION TO THE OFFICIAL PROJECT

站在官方仓库上Built on the official repo

本桌面应用基于 deepseek-ai/deepseek-harness 构建:核心能力、插件系统和 Web UI 全部来自官方项目,一概不动。本项目只负责 Tauri 2 桌面封装、本地服务生命周期管理、托盘与窗口集成,以及安装包构建。想用命令行运行,或参与核心开发,请直接前往官方仓库。 This desktop app is built on deepseek-ai/deepseek-harness: the core capabilities, plugin system, and Web UI all come from the official project, untouched. This project only provides the Tauri 2 desktop wrapper, local service lifecycle management, tray and window integration, and installer builds. To run it from the command line or contribute to the core, please go to the official repository.

常见问题FAQ

先说清楚Straight answers

这是 DeepSeek 官方产品吗?Is this an official DeepSeek product?
不是。这是一个非官方社区项目,与 DeepSeek 无关联。官方的 DeepSeek Harness 是一个命令行 / Web 项目,请以官方仓库为准。 No. This is an unofficial community project with no affiliation with DeepSeek. The official DeepSeek Harness is a CLI / web project — see the official repository.
我的数据在哪?Where is my data?
全在本地。应用数据与本地服务都跑在你自己的电脑上,不上传任何服务器。 Entirely local. App data and the local service run on your own computer; nothing is uploaded to any server.
安全吗?Is it safe?
内核是官方开源代码(MIT),桌面壳同样开源、可以自行审计:github.com/Octo-o-o-o/deepseek-harness The core is official open-source code (MIT), and the desktop shell is open source too — audit it yourself: github.com/Octo-o-o-o/deepseek-harness.
什么成熟度?能拿来干正经活吗?How mature is it?
内核处于官方 developer preview(rc)阶段,官方明确声明会有破坏兼容性的变更。尝鲜很好,请勿存放重要数据 The core is at the official developer-preview (rc) stage, and the official README states there will be compatibility-breaking changes. Great for trying out — do not keep important data in it.