dsh-tauri-desk/deepseek-harness-desktop
DeepSeek Harness Tauri 桌面版 | Only 5mb installer, zero environment setup, preset plugins, Windows / macOS / Linux.
View Origin LinkProduct Positioning & Context
DeepSeek Harness Tauri 桌面版 | Only 5mb installer, zero environment setup, preset plugins, Windows / macOS / Linux.
Related Ecosystem & Alternatives
Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.
Deep-Dive FAQs
What is dsh-tauri-desk/deepseek-harness-desktop?
dsh-tauri-desk/deepseek-harness-desktop is a digital product or tool described as: DeepSeek Harness Tauri 桌面版 | Only 5mb installer, zero environment setup, preset plugins, Windows / macOS / Linux.
Where did dsh-tauri-desk/deepseek-harness-desktop originate?
Data for dsh-tauri-desk/deepseek-harness-desktop was aggregated directly from the GitHub Open Source community ecosystem, representing raw developer and early-adopter sentiment.
When was dsh-tauri-desk/deepseek-harness-desktop publicly launched?
The initial public indexing or launch date for dsh-tauri-desk/deepseek-harness-desktop within our tracked developer communities was recorded on August 14, 2026.
How popular is dsh-tauri-desk/deepseek-harness-desktop?
dsh-tauri-desk/deepseek-harness-desktop has achieved measurable traction, logging over 1,277 traction score and facilitating 85 recorded discussions or engagements.
Which technical categories define dsh-tauri-desk/deepseek-harness-desktop?
Based on metadata extraction, dsh-tauri-desk/deepseek-harness-desktop is categorized under topics such as: deepseek, deepseek-harness, desktop, dsh.
Are there active development issues for dsh-tauri-desk/deepseek-harness-desktop?
Yes, we are currently tracking open architectural debates and bug reports for this project on GitHub. There are currently 5 active high-priority issues logged recently.
What are some commercial alternatives to dsh-tauri-desk/deepseek-harness-desktop?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as Promptic, which offers overlapping value propositions.
How does the creator describe dsh-tauri-desk/deepseek-harness-desktop?
The original author or development team describes the product as follows: "DeepSeek Harness Tauri 桌面版 | Only 5mb installer, zero environment setup, preset plugins, Windows / macOS / Linux."
Active Developer Issues (GitHub)
Logged: Aug 24, 2026
Logged: Aug 23, 2026
Logged: Aug 23, 2026
Logged: Aug 21, 2026
Logged: Aug 19, 2026
Community Voice & Feedback
已在新版处理
> 今天安装了最新版,一开始好好的,突然崩溃了,3081端口服务没有崩,这就很尴尬
>
端口逻辑可能存在异常情况,如果遇到报错麻烦第一时间左上>帮助>复制日志
我们会尽快处理
另外不太建议在不相关的问题上评论,这会造成管理困难
>
端口逻辑可能存在异常情况,如果遇到报错麻烦第一时间左上>帮助>复制日志
我们会尽快处理
另外不太建议在不相关的问题上评论,这会造成管理困难
今天安装了最新版,一开始好好的,突然崩溃了,3081端口服务没有崩,这就很尴尬
更新失败: dsh-better-sidebar — Application%20Support/io.github.hairyf.deepseek-harness-desktop/dependencies/pnpm/dist/pnpm.mjs:134743:37)\n at async fetch2 (file:///Users/liangqiushi1/Library/Application%20Support/io.github.hairyf.deepseek-harness-desktop/dependencies/pnpm/dist/pnpm.mjs:134713:29)\n at async fetcher (file:///Users/liangqiushi1/Library/Application%20Support/io.github.hairyf.deepseek-harness-desktop/dependencies/pnpm/dist/pnpm.mjs:158476:21)\n at async run2 (file:///Users/liangqiushi1/Library/Application%20Support/io.github.hairyf.deepseek-harness-desktop/dependencies/pnpm/dist/pnpm.mjs:157706:31)"}}
设置-侧边设置-终端-配置里面可以自定义字体和大小的
上游问题,请在 https://github.com/omdsh-dev/DSH-better-sidebar 中提需求
目前自己在用的一个 MCP 管理面板 [dsh-mcp-manager](https://github.com/Js2Hou/dsh-mcp-manager) ,我觉得 MCP 的管理功能还是基本需求,起码不需要每次手动去编辑配置文件了,或者作者能有更好的 MCP 管理面板推荐也行?当然,如果 deepseek-harness-desktop 能集成自己的 MCP 管理面板就更好了。
两条备注我都实测过,把结果放这里,省得再验一遍。
**受限令牌下的 Cygwin。** `NtSetInformationToken (TokenDefaultDacl), 0xC0000022` 不是 Git Bash 自己的毛病,是 restricted token 下 cygheap 建不起 ACL,所以整个 Cygwin 系的 shell 都过不去,换 MSYS2 或者别的 Cygwin 发行版没用。
同一个令牌的影响面比 shell 更宽,这点容易漏。Schannel 也一起废,`curl` 和 PowerShell 的 HTTPS 会返回 `SEC_E_NO_CREDENTIALS`,而 OpenSSL 系的客户端(node、python)在同一个沙箱里完全正常。所以「网络在沙箱里坏了」的报告要先分清是哪一类客户端。失败签名记在上游 [discussion #2184](https://github.com/deepseek-ai/deepseek-harness/discussions/2184),dsh-handbook 第 13 章也合并了([#49](https://github.com/Electricitysheep/dsh-handbook/pull/49))。
**你给的第二条出路可以直接装。** 换非 Cygwin shell 是对的,dsh-win32 的 `minimal-windows-sandboxed` 预设就是为这个存在的,用 busybox-w32 的 ash,纯 Win32 实现,没有 POSIX 模拟层,也就没有那步会被拒的 cygheap 初始化。
```
npx dsh-win32 setup --sandboxed
```
busybox-w32 是 GPLv2,所以不随插件激活静默下载,必须 `--sandboxed` 显式装。
这条不是推断,windows-latest 上有必跑的 CI 门禁,同一条路径跑两遍,busybox ash 在 `workspace-write` 下完整 send/read 往返,MSYS bash 复现已知死法。本地一条命令可复现。
```
SANDBOX_MODE=workspace-write node scripts/sandbox-smoke.mjs
```...
**受限令牌下的 Cygwin。** `NtSetInformationToken (TokenDefaultDacl), 0xC0000022` 不是 Git Bash 自己的毛病,是 restricted token 下 cygheap 建不起 ACL,所以整个 Cygwin 系的 shell 都过不去,换 MSYS2 或者别的 Cygwin 发行版没用。
同一个令牌的影响面比 shell 更宽,这点容易漏。Schannel 也一起废,`curl` 和 PowerShell 的 HTTPS 会返回 `SEC_E_NO_CREDENTIALS`,而 OpenSSL 系的客户端(node、python)在同一个沙箱里完全正常。所以「网络在沙箱里坏了」的报告要先分清是哪一类客户端。失败签名记在上游 [discussion #2184](https://github.com/deepseek-ai/deepseek-harness/discussions/2184),dsh-handbook 第 13 章也合并了([#49](https://github.com/Electricitysheep/dsh-handbook/pull/49))。
**你给的第二条出路可以直接装。** 换非 Cygwin shell 是对的,dsh-win32 的 `minimal-windows-sandboxed` 预设就是为这个存在的,用 busybox-w32 的 ash,纯 Win32 实现,没有 POSIX 模拟层,也就没有那步会被拒的 cygheap 初始化。
```
npx dsh-win32 setup --sandboxed
```
busybox-w32 是 GPLv2,所以不随插件激活静默下载,必须 `--sandboxed` 显式装。
这条不是推断,windows-latest 上有必跑的 CI 门禁,同一条路径跑两遍,busybox ash 在 `workspace-write` 下完整 send/read 往返,MSYS bash 复现已知死法。本地一条命令可复现。
```
SANDBOX_MODE=workspace-write node scripts/sandbox-smoke.mjs
```...
主问题已修复:极简模式报错 `subprocess-local: terminal inspection is unsupported on platform win32` 已在 **v0.4.0** 修复 —— 桌面端自动预装并注入 `dsh-win-terminal-inspector`(`cordis.patch.yml` 挂载 `subprocess-windows` 行,仅 win32 生效),`createProcessInspector()` 不再 throw,极简模式可用(用户 preset:Git Bash + `danger-full-access`)。
**备注(本版本未解决)**:
- `workspace-write` 沙箱下 Git Bash 启动阶段即失败的问题(`cygheap_user::init: NtSetInformationToken (TokenDefaultDacl), 0xC0000022`,Cygwin cygheap ACL 受限)在 **v0.4.0 中未解决**。需要使用 Git Bash 时,请为对应 preset 启用 **Full access(`danger-full-access`)**,或改用非 Cygwin shell(如 busybox ash)。
- `writableRoots` 中字面量 `/tmp` 在 Windows 上解析为 `C:\tmp` 的问题,**等待上游 deepseek-ai/deepseek-harness#2562 或本项目后续版本修复**。
本 issue 保持打开,待上述两项跟进后再关闭。
**备注(本版本未解决)**:
- `workspace-write` 沙箱下 Git Bash 启动阶段即失败的问题(`cygheap_user::init: NtSetInformationToken (TokenDefaultDacl), 0xC0000022`,Cygwin cygheap ACL 受限)在 **v0.4.0 中未解决**。需要使用 Git Bash 时,请为对应 preset 启用 **Full access(`danger-full-access`)**,或改用非 Cygwin shell(如 busybox ash)。
- `writableRoots` 中字面量 `/tmp` 在 Windows 上解析为 `C:\tmp` 的问题,**等待上游 deepseek-ai/deepseek-harness#2562 或本项目后续版本修复**。
本 issue 保持打开,待上述两项跟进后再关闭。
> [dsh-web-ui](https://github.com/zhu1090093659/dsh-web-ui)应该不错?希望兼容不会出什么问题。
dsh-web-ui 包含的 Feature 太多了,我会考虑下,但估计没那么快处理
dsh-web-ui 包含的 Feature 太多了,我会考虑下,但估计没那么快处理
诊断是对的,`createProcessInspector()` 在 spawn 之前就 throw,所以不是 PTY 起不来,是 inspector 根本没构造出来,后面的东西一行都没跑到。补充几点实测,都是我踩过之后才知道的。
**接入形态就是你提的那种。** `cordis.patch.yml` 里 win32 关掉 stock 的 `subprocess` 行、插入我们的行,其它平台原样不动:
```yaml
- id: subprocess
disabled: !!js process.platform === 'win32'
- insert:
- id: subprocess-windows
name: 'dsh-win32'
disabled: !!js process.platform !== 'win32'
```
装的话 `npx dsh-win32 setup`(Git Bash 预设)或 `npx dsh-win32 setup --sandboxed`(busybox 预设),`npx dsh-win32 doctor` 会逐项报已知的坑。现在是 0.13.0,CI 跑 Windows / macOS / Linux 三平台。
**但真正的关卡在 inspector 后面,而且比 inspector 难。** inspector 修好之后,Git Bash 在 Windows 的 `workspace-write` 下**启动阶段就会死**:
```
cygheap_user::init: NtSetInformationToken (TokenDefaultDacl), 0xC0000022
```
Cygwin 的 cygheap 初始化要做一个受限令牌不允许的 token 操作,于是 shell 根本到不了提示符,而报错长得像 PTY 问题,其实是 ACL 问题。**换一个非 Cygwin 的 shell 就活得下来。** busybox-w32 的 `ash` 在同一个受限令牌下能完成 send/read 往返,这条是在 `windows-latest` 上实测的,不是推的。
所以对桌面端来说这里是两条路。要沙箱就走 busybox 预设;要 Git Bash 就得让用户切到 `d...
**接入形态就是你提的那种。** `cordis.patch.yml` 里 win32 关掉 stock 的 `subprocess` 行、插入我们的行,其它平台原样不动:
```yaml
- id: subprocess
disabled: !!js process.platform === 'win32'
- insert:
- id: subprocess-windows
name: 'dsh-win32'
disabled: !!js process.platform !== 'win32'
```
装的话 `npx dsh-win32 setup`(Git Bash 预设)或 `npx dsh-win32 setup --sandboxed`(busybox 预设),`npx dsh-win32 doctor` 会逐项报已知的坑。现在是 0.13.0,CI 跑 Windows / macOS / Linux 三平台。
**但真正的关卡在 inspector 后面,而且比 inspector 难。** inspector 修好之后,Git Bash 在 Windows 的 `workspace-write` 下**启动阶段就会死**:
```
cygheap_user::init: NtSetInformationToken (TokenDefaultDacl), 0xC0000022
```
Cygwin 的 cygheap 初始化要做一个受限令牌不允许的 token 操作,于是 shell 根本到不了提示符,而报错长得像 PTY 问题,其实是 ACL 问题。**换一个非 Cygwin 的 shell 就活得下来。** busybox-w32 的 `ash` 在同一个受限令牌下能完成 send/read 往返,这条是在 `windows-latest` 上实测的,不是推的。
所以对桌面端来说这里是两条路。要沙箱就走 busybox 预设;要 Git Bash 就得让用户切到 `d...
[dsh-web-ui](https://github.com/zhu1090093659/dsh-web-ui)应该不错?希望兼容不会出什么问题。
已收录 ✅
**DSH Market**([dsh-market](https://github.com/dsh-market/dsh-market))已作为「可选安装」的预设插件内置到 DeepSeek Harness Desktop 中,随 **v0.3.0** 发布。
- 首次启动/设置中的「预装插件」引导会列出 DSH Market,用户可一键安装或跳过
- 安装后可在应用内 **Settings → Plugin Market** 打开可视化插件市场,浏览/搜索/一键安装社区插件
- 已安装的老版本,也可以在侧边栏 → 预装插件 重新打开预设引导来安装
感谢征集!
**DSH Market**([dsh-market](https://github.com/dsh-market/dsh-market))已作为「可选安装」的预设插件内置到 DeepSeek Harness Desktop 中,随 **v0.3.0** 发布。
- 首次启动/设置中的「预装插件」引导会列出 DSH Market,用户可一键安装或跳过
- 安装后可在应用内 **Settings → Plugin Market** 打开可视化插件市场,浏览/搜索/一键安装社区插件
- 已安装的老版本,也可以在侧边栏 → 预装插件 重新打开预设引导来安装
感谢征集!
感谢开发者对我issue的迅速回复和修复,希望可以增加一个插件市场,我目前安装的是这个插件:https://github.com/dsh-market/dsh-market,感觉不错,支持插件搜索,安装,更新,卸载,您可以看一下,谢谢
Discovery Source
GitHub Open Source Aggregated via automated community intelligence tracking.
Tech Stack Dependencies
No direct open-source NPM package mentions detected in the product documentation.
Media Tractions & Mentions
No mainstream media stories specifically mentioning this product name have been intercepted yet.
Deep Research & Science
No direct peer-reviewed scientific literature matched with this product's architecture.
SaaS Metrics