kkaktus463/dsh-plugin-desktop0

dsh-plugin-desktop

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

AI 分析

核心用途是将 DSH 网页端打包进独立的本地桌面窗口运行,提供更接近原生应用的体验。适合不希望浏览器标签页杂乱、追求独立工作流界面的桌面端用户。

パッケージ
dsh-plugin-desktop
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/23

インストール

$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.

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.