kkaktus463/dsh-plugin-desktop ↗★ 0
dsh-plugin-desktop
Opens the DeepSeek Harness Web UI in a native desktop window instead of a browser tab.
AI 분석
核心用途是将 DSH 网页端打包进独立的本地桌面窗口运行,提供更接近原生应用的体验。适合不希望浏览器标签页杂乱、追求独立工作流界面的桌面端用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kkaktus463/dsh-plugin-desktopConfiguration
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.