by See-Sol-Lab
基于 DeepSeek Harness(DSH)的桌面工作台,集成Git、内置浏览器与记忆功能 | DeepSeek Harness desktop GUI with local workspaces, Git, browser and memory.
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/See-Sol-Lab/DeepSeekGUIGuides for using ai agents skills like DeepSeekGUI.
English | 中文
DeepSeekGUI 是基于 DeepSeek Harness 的本地 AI 工作台。选择项目文件夹,在会话中让助手读取代码、修改文件、运行命令和浏览网页;通过「改动」「Git」「并行工作区」「记忆」视图检查项目状态,用专用工具完成提交、推送与 Pull Request,并通过全局记忆和项目记忆延续协作。
发行包自带运行时,配置模型 API key 后即可开始。
非官方产品: 基于 DeepSeek Harness 构建,由第三方独立开发,与 DeepSeek 无隶属关系,未获官方背书。
许可分层: DeepSeekGUI 原创产品层采用 PolyForm Perimeter License 1.0.1;上游 DeepSeek Harness 继续采用 MIT License。
当前版本:v1.1.0。 本地 Workbench、Git / PR 工具、两层记忆和桌面通知已发布。工作台通过插件扩展官方 Harness 客户端,继续使用 Harness 的会话、工具与权限机制。
| 平台 | 下载 | 要求 |
|---|---|---|
| Windows | 下载安装包 | Windows 10/11,x64 |
| Linux | 下载 AppImage | x64,AppImage;实验性支持 |
Windows 安装包安装到当前用户目录,自带运行时。Linux 使用独立的 AppImage 发行文件,下载与校验信息见 v1.1.0-linux.1 发布页。
Windows 安装提示: 安装包尚未进行代码签名,SmartScreen 可能提示发布者未知。核对下载来源和 SHA256 后,可通过 “更多信息” → “仍要运行” 继续安装。
下载安装包后,在 PowerShell 中计算 SHA256:
Get-FileHash .\DeepSeekGUI-Setup-1.1.0.exe -Algorithm SHA256
与 SHA256SUMS.txt 核对后再安装。遇到问题看故障排查指南。
详细步骤见快速开始指南。
| 深色主题 | 浅色主题 |
|---|---|
![]() |
![]() |
同一个本地工作台,两种主题。点击图片可查看原始尺寸。

在会话旁边打开网页,查看助手的浏览操作和结果,让对话与页面内容保持并列。

在统一设置中配置模型,并访问 Harness 桌面控制、本地插件管理、诊断反馈与全局记忆。

查看当前分支、远端配置、最近提交,以及本会话的 Git 操作记录。

在项目中保留背景、已确认的决定和协作约定,以 Markdown 阅读,也可让助手整理。

跨项目的个人偏好由用户编辑和保存,助手读取;项目事实在单独的项目记忆中管理。
<文件夹名>.memory.md 中维护项目事实;记忆视图支持 Markdown 阅读和「让助手整理」。AGENTS.md,项目模板可按需生成;已有文件保留。完整版本变更见 v1.1.0 发布说明。
项目状态看得见。 对话旁边就能查看文件改动、分支、提交和 worktree,无需为每次状态检查请求模型。
协作经验留得住。 全局记忆保存跨项目偏好,项目记忆记录决策、约定和修正,两者分别管理。
操作过程可检查。 Git、PR 和浏览器工具用结果卡片展示摘要与详情;提交、推送等操作通过 Harness 审批,权限模式由你选择。
浏览过程可见。 内置浏览器展示助手正在访问的页面,敏感交互遵循 Harness 审批规则。
本地保存,按需联网。 会话、凭据、设置和记忆保存在本地,模型请求发送到你配置的服务。
基于 Harness 扩展。 使用原生 Profile、插件、钩子和 CLI,工作台与对话共用同一运行时。
| 指南 | |
|---|---|
| 快速开始 | 第一次会话完整流程 |
| 模型与视觉 | API key、模型配置、图片输入 |
| 工作区与会话 | 文件夹、会话管理 |
| 工作台视图与 Git 工具 | 改动、Git、并行工作区、Git / PR 工具 |
| 记忆 | 全局记忆、项目记忆、规则模板 |
| Profile 与插件 | Harness Profile 和插件管理 |
| 权限与批准 | 沙盒、权限、审批 |
| 桌面工具 | 浏览器、终端、更新、诊断 |
| 数据与故障排查 | 数据位置、隐私、常见问题 |
文档里也保留了上游 Harness 的开发教程和插件开发参考。
托管环境中的凭据、设置、会话与全局记忆保存在应用本地数据目录;Windows 默认为 %APPDATA%\DeepSeekGUI\dsh。项目记忆保存在所选工作区的 <文件夹名>.memory.md 中。模型请求会将当前任务所需的上下文发送到你配置的模型服务;浏览网页、Git / PR、插件管理和更新检查也会访问相应网络服务。
日志对凭据类内容进行脱敏,诊断文件保存在本地。Windows 卸载程序会询问是否删除应用数据;覆盖升级保留数据。分享诊断或提交项目记忆文件前,请检查其中是否包含私密内容。
需要仓库指定版本的 Node.js 和 pnpm:
git clone https://github.com/See-Sol-Lab/DeepSeekGUI.git
cd DeepSeekGUI
pnpm install
pnpm run build
pnpm run dev:desktop
构建 Windows 发行版:
pnpm run build:desktop-dist
打包细节见 DeepSeekGUI Desktop。
装好 Node.js,启动上游 Web UI:
npx @deepseek-ai/dsh web
会在浏览器打开 http://127.0.0.1:3080。
公开代码树里有桌面版使用的上游 Harness 源码:
pnpm install
pnpm run build
pnpm dsh web
两部分:
根目录 LICENSE 说明了两部分怎么划分。重新分发前请读 DeepSeekGUI 许可说明和第三方声明。
DeepSeekGUI 是公开发布仓库。日常开发在私有仓库里进行,Release 发布的是产品代码树。
DeepSeekGUI is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by See-Sol-Lab. 基于 DeepSeek Harness(DSH)的桌面工作台,集成Git、内置浏览器与记忆功能 | DeepSeek Harness desktop GUI with local workspaces, Git, browser and memory. It has 52 GitHub stars.
DeepSeekGUI's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/See-Sol-Lab/DeepSeekGUI" and add it to your Claude Code skills directory (see the Installation section above).
DeepSeekGUI is primarily written in TypeScript. It is open-source under See-Sol-Lab on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh DeepSeekGUI against similar tools.
No comments yet. Be the first to share your thoughts!