MDR-EX1000/dsh-desktop-kit ↗★ 0
dsh-desktop-kit
适用于 DeepSeek Harness 的自研桌面外壳:在原生 Tauri 窗口中打开 Web 界面
AI 分析
核心用途是为 DSH 提供原生的 macOS 桌面窗口外壳,支持真正的全屏和单实例运行。适合追求原生桌面应用体验的 macOS 用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MDR-EX1000/dsh-desktop-kit說明文件
閱讀完整 README ↗Configuration
Plugin config keys (defaults shown):
| Key | Default | Meaning |
|---|---|---|
bin | '' | Explicit shell binary path; empty resolves $DSH_HOME/bin → PATH → ~/.local/bin. Also settable via DSH_DESKTOP_KIT_BIN. |
title | 'DeepSeek Harness' | Window title (argv[2] to the shell). |
Shell argv: dsh-desktop-kit [url] [title] — defaults http://127.0.0.1:3080 and DeepSeek Harness.
--selftest runs a scriptable native-fullscreen enter/exit check (exit 0 on pass);
DSH_KIT_NO_SINGLE_INSTANCE=1 runs a side-by-side instance (selftest, dev).