Muelsysel/DeepSeek-Harness-Desktop1

dsh-desktop

DSH 桌面版插件,提供即开即用的原生窗口,内置后端与 Electron 运行时,支持免环境快速启动。

AI 分析

核心用途是提供开箱即用的桌面客户端体验。适合不想折腾 Node.js/pnpm 命令行环境、希望双击即用的普通用户。

套件
dsh-desktop
版本
0.1.4
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Muelsysel/DeepSeek-Harness-Desktop

配置(插件版)

插件配置在 profile 的 patch 层覆盖(例如 cordis.patch.yml 里给 desktop 行写 config):

字段默认说明
autoOpenfalse启动时自动开窗(launcher 通过 env 置 true)
titleDeepSeek Harness窗口标题
width / height1280 / 800初始窗口尺寸
themedefaultdefault = 白色浅色风格;codex = 深色 Codex 皮肤
electronArgs[]附加传给 Electron 的 argv(如 --no-sandbox

环境变量:DSH_DESKTOP_LAUNCH=1 开启 auto-open;DSH_DESKTOP_TITLE 覆盖标题;DSH_DESKTOP_ELECTRON 手动指定 electron 可执行文件路径(兜底);DSH_DESKTOP_DEBUG=1 写调试日志到 %TEMP%\dsh-desktop-debug.log