kkaktus463/dsh-plugin-desktop ↗★ 0
dsh-plugin-desktop
Opens the DeepSeek Harness Web UI in a native desktop window instead of a browser tab.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kkaktus463/dsh-plugin-desktop说明文档
阅读完整 README ↗Configuration
The bundle patch already takes the host and port from the webStartup service,
that is, from whatever the web app actually bound to.
| Field | Meaning |
|---|---|
port | Harness port. Taken from webStartup by default. |
host | Address. The window only opens for a loopback address. |
executable | Full path to dsh-desktop.exe when the search fails. |
The search looks in %LOCALAPPDATA%\DSH Desktop, %LOCALAPPDATA%\Programs\DSH Desktop, %PROGRAMFILES%\DSH Desktop, then along PATH.
To override the path in your own profile — $DSH_HOME/profiles/web/cordis.patch.yml:
- id: desktop
config:
executable: 'C:\Tools\DSH Desktop\dsh-desktop.exe'
A patch replaces a row's whole config, so an override must restate every field
it needs, not only the changed one.