kkaktus463/dsh-plugin-desktop0

dsh-plugin-desktop

在原生桌面窗口而非浏览器标签页中打开 DeepSeek Harness 网页端界面的插件

AI 分析

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

套件
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.