MDR-EX1000/dsh-desktop-kit0

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.

AI Analysis

核心用途是为 DSH 提供原生的 macOS 桌面窗口外壳,支持真正的全屏和单实例运行。适合追求原生桌面应用体验的 macOS 用户。

Package
dsh-desktop-kit
Version
0.1.1
Last updated
Aug 19, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MDR-EX1000/dsh-desktop-kit

Configuration

Plugin config keys (defaults shown):

KeyDefaultMeaning
bin''Explicit shell binary path; empty resolves $DSH_HOME/binPATH~/.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).