基于 DeepSeek Harness(DSH)的稳定桌面端,集成Git、内置浏览器与记忆功能 | DeepSeek Harness desktop GUI with local workspaces, Git, browser and memory.
97
stars
12
commits
TypeScript
primary language
Sep 11, 2026
updated
English | 中文
DeepSeek's coding agent, on your desktop.
A Windows desktop client for DeepSeek Harness.
DeepSeekGUI packages the DeepSeek Harness Web UI into a native Windows app. V1 runs the official Harness interface inside a desktop shell, with added integration — installer, system tray, built-in browser and terminal. Point it at a folder, give the agent a task, and it reads your code, edits files, runs commands, browses the web, and explains what it did — all through DeepSeek's models.
Just the installer and an API key — everything else is bundled.
Not an official DeepSeek product. Built on top of DeepSeek Harness but independently developed. The upstream runtime and official Web UI are DeepSeek's work.
Where this is headed: V1 is a desktop wrapper around the upstream Web UI. A fully independent workbench with a custom interface built for desktop is in active development and expected to ship as v2.0.0.
| Platform | Download | Requirements |
|---|---|---|
| Windows | Download installer | Windows 10/11, x64 |
Installs to your user account — just double-click. The installer bundles its own runtime, ready to go.
V1 isn't code-signed yet, so Windows SmartScreen will warn about an unknown publisher. Verify the installer hash before running it:
gh release download --repo See-Sol-Lab/DeepSeekGUI --pattern 'DeepSeekGUI-Setup-*.exe' --pattern 'SHA256SUMS.txt' --clobber
Get-FileHash .\DeepSeekGUI-Setup-1.0.0.exe -Algorithm SHA256
Only run the installer if the hash matches SHA256SUMS.txt. See the troubleshooting guide if you get stuck.
See the quick-start guide for a full walkthrough.
It's a real app. One-click install — bundles its own runtime, so all you need is the installer.
Built for DeepSeek. DeepSeek reasoning, vision, and tool use each have dedicated product paths.
You stay in control. The agent runs sandboxed by default. Every file edit and tool action needs your approval before it happens. You see what it's doing, and you can stop it.
A real, visible browser. The built-in browser panel uses Edge — you can watch the agent navigate in real time. Sensitive actions still go through approval.
Everything stays on your machine. Sessions, credentials, and settings are all stored locally.
Still Harness under the hood. Profiles, plugins, hooks, and the CLI all work the same way. DeepSeekGUI wraps the runtime and keeps full compatibility.

Give the agent a task and watch it work through your codebase — editing files, running commands, explaining each step.

Attach screenshots or images. Vision-capable models will describe and work with them.

The agent can browse the web in a visible Edge window. You see every page it visits.

Configure models, manage plugins, and switch between Harness profiles from one place.
V1.0 targets Windows x64. SmartScreen will warn until code signing ships. macOS, Linux, and accounts come later.
| Version | Status | What changes |
|---|---|---|
| v1.0 | Released | Desktop wrapper around the official Harness Web UI, with installer, system tray, built-in browser and terminal. |
| v2.0 | In development | Fully independent workbench — custom UI built from scratch for desktop, replacing the upstream Web UI entirely. |
| Guide | |
|---|---|
| Quick start | First session walkthrough |
| Models and vision | API keys, model setup, image input |
| Workspaces and sessions | Working with folders and sessions |
| Profiles and plugins | Harness profiles and plugin management |
| Permissions | Sandbox, approvals, and access levels |
| Desktop tools | Browser, terminal, updates, diagnostics |
| Data and troubleshooting | Data locations, privacy, common issues |
The docs also include upstream Harness tutorials and plugin-authoring reference.
All your data stays local in %APPDATA%\DeepSeekGUI\dsh — credentials, settings, sessions, everything. The only network traffic goes to your configured model provider.
Logs automatically redact anything that looks like a credential. Diagnostics stay local. When you uninstall, the app asks whether to keep or remove your data.
Requires the Node.js version declared by the repository and pnpm:
git clone https://github.com/See-Sol-Lab/DeepSeekGUI.git
cd DeepSeekGUI
pnpm install
pnpm run build
pnpm run dev:desktop
Build the Windows distribution:
pnpm run build:desktop-dist
See DeepSeekGUI Desktop for packaging details.
Install Node.js, then start the upstream Web UI:
npx @deepseek-ai/dsh web
Opens http://127.0.0.1:3080 in your browser.
The public tree contains the upstream Harness source used by the desktop build:
pnpm install
pnpm run build
pnpm dsh web
Two scopes:
The root LICENSE explains how the scopes apply. Read DeepSeekGUI licensing and third-party notices before redistributing.
DeepSeekGUI is the public release repository. Day-to-day development happens in a private repo; releases publish the product tree.
12 commits
TypeScript
96.9%
CSS
1.5%
基于 DeepSeek Harness(DSH)的稳定桌面端,集成Git、内置浏览器与记忆功能 | DeepSeek Harness desktop GUI with local workspaces, Git, browser and memory.
97
stars
12
commits
TypeScript
primary language
Sep 11, 2026
updated
English | 中文
DeepSeek's coding agent, on your desktop.
A Windows desktop client for DeepSeek Harness.
DeepSeekGUI packages the DeepSeek Harness Web UI into a native Windows app. V1 runs the official Harness interface inside a desktop shell, with added integration — installer, system tray, built-in browser and terminal. Point it at a folder, give the agent a task, and it reads your code, edits files, runs commands, browses the web, and explains what it did — all through DeepSeek's models.
Just the installer and an API key — everything else is bundled.
Not an official DeepSeek product. Built on top of DeepSeek Harness but independently developed. The upstream runtime and official Web UI are DeepSeek's work.
Where this is headed: V1 is a desktop wrapper around the upstream Web UI. A fully independent workbench with a custom interface built for desktop is in active development and expected to ship as v2.0.0.
| Platform | Download | Requirements |
|---|---|---|
| Windows | Download installer | Windows 10/11, x64 |
Installs to your user account — just double-click. The installer bundles its own runtime, ready to go.
V1 isn't code-signed yet, so Windows SmartScreen will warn about an unknown publisher. Verify the installer hash before running it:
gh release download --repo See-Sol-Lab/DeepSeekGUI --pattern 'DeepSeekGUI-Setup-*.exe' --pattern 'SHA256SUMS.txt' --clobber
Get-FileHash .\DeepSeekGUI-Setup-1.0.0.exe -Algorithm SHA256
Only run the installer if the hash matches SHA256SUMS.txt. See the troubleshooting guide if you get stuck.
See the quick-start guide for a full walkthrough.
It's a real app. One-click install — bundles its own runtime, so all you need is the installer.
Built for DeepSeek. DeepSeek reasoning, vision, and tool use each have dedicated product paths.
You stay in control. The agent runs sandboxed by default. Every file edit and tool action needs your approval before it happens. You see what it's doing, and you can stop it.
A real, visible browser. The built-in browser panel uses Edge — you can watch the agent navigate in real time. Sensitive actions still go through approval.
Everything stays on your machine. Sessions, credentials, and settings are all stored locally.
Still Harness under the hood. Profiles, plugins, hooks, and the CLI all work the same way. DeepSeekGUI wraps the runtime and keeps full compatibility.

Give the agent a task and watch it work through your codebase — editing files, running commands, explaining each step.

Attach screenshots or images. Vision-capable models will describe and work with them.

The agent can browse the web in a visible Edge window. You see every page it visits.

Configure models, manage plugins, and switch between Harness profiles from one place.
V1.0 targets Windows x64. SmartScreen will warn until code signing ships. macOS, Linux, and accounts come later.
| Version | Status | What changes |
|---|---|---|
| v1.0 | Released | Desktop wrapper around the official Harness Web UI, with installer, system tray, built-in browser and terminal. |
| v2.0 | In development | Fully independent workbench — custom UI built from scratch for desktop, replacing the upstream Web UI entirely. |
| Guide | |
|---|---|
| Quick start | First session walkthrough |
| Models and vision | API keys, model setup, image input |
| Workspaces and sessions | Working with folders and sessions |
| Profiles and plugins | Harness profiles and plugin management |
| Permissions | Sandbox, approvals, and access levels |
| Desktop tools | Browser, terminal, updates, diagnostics |
| Data and troubleshooting | Data locations, privacy, common issues |
The docs also include upstream Harness tutorials and plugin-authoring reference.
All your data stays local in %APPDATA%\DeepSeekGUI\dsh — credentials, settings, sessions, everything. The only network traffic goes to your configured model provider.
Logs automatically redact anything that looks like a credential. Diagnostics stay local. When you uninstall, the app asks whether to keep or remove your data.
Requires the Node.js version declared by the repository and pnpm:
git clone https://github.com/See-Sol-Lab/DeepSeekGUI.git
cd DeepSeekGUI
pnpm install
pnpm run build
pnpm run dev:desktop
Build the Windows distribution:
pnpm run build:desktop-dist
See DeepSeekGUI Desktop for packaging details.
Install Node.js, then start the upstream Web UI:
npx @deepseek-ai/dsh web
Opens http://127.0.0.1:3080 in your browser.
The public tree contains the upstream Harness source used by the desktop build:
pnpm install
pnpm run build
pnpm dsh web
Two scopes:
The root LICENSE explains how the scopes apply. Read DeepSeekGUI licensing and third-party notices before redistributing.
DeepSeekGUI is the public release repository. Day-to-day development happens in a private repo; releases publish the product tree.
12 commits
TypeScript
96.9%
CSS
1.5%