dsh plugins中文
← Back to popular plugin directory

WJZ-P · DSH Desktop Client

WJZ-P/deepseek-harness-desktop · skills

Desktop version of DeepSeek Harness.

★ 11GitHub stars
4Forks
2026-08-17Last updated
TypeScriptLanguage
MITLicense

Project overview

把完整 DeepSeek Harness 装进轻巧的 Tauri 桌面壳。 不捆绑 Chromium,不另造业务内核,解压即可使用 ฅ( ̳• ·̫ • ̳ฅ)

harness/ 已直接包含在仓库中,无需初始化 Git submodule。两个通用插件是独立仓库,桌面项目通过 external-plugins.json 锁定其提交,并在首次开发运行时自动准备到已忽略的 plugins/ 工作区。Tauri 的 beforeDevCommand 会依次:

Vite 开发地址固定为 http://localhost:821,HMR 使用端口 822。Harness Host 使用操作系统分配的随机回环端口,避免与其他开发软件冲突。

Install command

dsh plugin --profile web add github:WJZ-P/deepseek-harness-desktop
View GitHub repository ↗Back to popular plugin directory