kkaktus463/dsh-plugin-desktop0

dsh-plugin-desktop

Opens the DeepSeek Harness Web UI in a native desktop window instead of a browser tab.

包名
dsh-plugin-desktop
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

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

Configuration

The bundle patch already takes the host and port from the webStartup service, that is, from whatever the web app actually bound to.

FieldMeaning
portHarness port. Taken from webStartup by default.
hostAddress. The window only opens for a loopback address.
executableFull 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.