by xiincs
DeepSeek Harness 原生桌面版,基于 Tauri 2,内置 Node.js 运行时,一键安装,极速启动,托盘常驻,自动更新。DeepSeek Harness native desktop version: built on Tauri 2 with a bundled Node.js runtime.
# Add to your Claude Code skills
git clone https://github.com/xiincs/deepseek-harness-desktopGuides for using ai agents skills like deepseek-harness-desktop.
Last scanned: 8/15/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-15T04:30:06.731Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}deepseek-harness-desktop is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by xiincs. DeepSeek Harness 原生桌面版,基于 Tauri 2,内置 Node.js 运行时,一键安装,极速启动,托盘常驻,自动更新。DeepSeek Harness native desktop version: built on Tauri 2 with a bundled Node.js runtime. It has 57 GitHub stars.
Yes. deepseek-harness-desktop passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/xiincs/deepseek-harness-desktop" and add it to your Claude Code skills directory (see the Installation section above).
deepseek-harness-desktop is primarily written in Rust. It is open-source under xiincs 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 deepseek-harness-desktop against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ 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.
把 DeepSeek Harness 装进一个真正的桌面应用
不用再守着浏览器标签页——一个图标,双击打开,关掉窗口它还在后台安静运行。
中文 | English
DeepSeek Harness 官方提供的是一个网页版工具——好用,但终究是浏览器里的一个标签页:不小心关错标签、 被一堆其他标签淹没、电脑重启后要重新找回来。
DeepSeek Harness Desktop 把它做成了一个真正的桌面应用:像微信、VS Code 一样,图标钉在任务栏或 Dock 上,双击就开,关窗口不等于退出——它安静地待在系统托盘里,随时点一下就回来,之前的会话原封不动。
前往 Releases 页面, 根据你的系统下载对应安装包:
| 系统 | 安装包 | 说明 |
|---|---|---|
| Windows | .exe |
已签名,支持自动更新,双击安装即可 |
| macOS | .dmg |
首次打开需要在「系统设置 → 隐私与安全性」里手动允许一次(未加入 Apple 开发者计划,属正常现象) |
| Linux | .deb |
dpkg -i 或用系统自带的安装器打开即可 |
macOS / Linux 版暂不支持自动更新,有新版本时需要自己回来这个页面重新下载。
这是官方产品吗? 不是。DeepSeek Harness 本体由官方维护,这个桌面壳是社区做的第三方封装,专门解决"网页版不方便"这一件事。
我的数据安全吗? 应用里的网页界面(也就是 DeepSeek Harness 本体的部分)运行在一个隔离的沙箱里,没有权限访问你电脑上 的任何东西,和你原本用网页版时完全一样。唯一会读写本地文件的是桌面壳自带的文件面板——这是一个独立、 刻意加上去的功能,方便你不用切出去就能改文件,跟网页那部分完全隔离。
能不能带着走,不用联网也能用? 应用本身可以离线打开,但里面加载的 DeepSeek Harness 服务该怎么工作还是怎么工作——具体取决于你配置的 模型服务本身是否需要联网。
为什么应用里的 dsh 版本没跟着最新的预发布版本走? 是刻意的:只有上游把某个版本标为正式默认版本时,这个应用才会跟进,不会因为看到一个更新的预发布 版本号就抢先跟——预发布版本有的过几天会转正,也有的会被后续版本悄悄顶替、从未转正过,提前跟等于 让桌面壳替你承担这种不确定性。
想参与开发或者自己编译? 欢迎,看 开发指南。