Muelsysel/DeepSeek-Harness-Desktop ↗★ 1
dsh-desktop
DeepSeek Harness desktop plugin: a click-to-launch, Codex-like native window over the dsh web UI. Everything is a plugin — this one is the window.
AI 분석
核心用途是提供开箱即用的桌面客户端体验。适合不想折腾 Node.js/pnpm 命令行环境、希望双击即用的普通用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Muelsysel/DeepSeek-Harness-Desktop配置(插件版)
插件配置在 profile 的 patch 层覆盖(例如 cordis.patch.yml 里给 desktop 行写 config):
| 字段 | 默认 | 说明 |
|---|---|---|
autoOpen | false | 启动时自动开窗(launcher 通过 env 置 true) |
title | DeepSeek Harness | 窗口标题 |
width / height | 1280 / 800 | 初始窗口尺寸 |
theme | default | default = 白色浅色风格;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。