MDR-EX1000/dsh-desktop-kit ↗★ 0
dsh-desktop-kit
Self-owned desktop shell for DeepSeek Harness (DSH): a small plugin that opens the web surface in a native Tauri window — real macOS fullscreen (decorated window), single instance, window-close-shuts-harness lifecycle. No tray, no bundled Chromium.
安装
$
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).