cheramvb/dsh-desktop0

@cheramvb/dsh-desktop

Desktop shell for the DeepSeek Harness Web GUI: a Node/Electron-based desktop application that embeds the dsh web interface in a chromeless native window. Launching it starts the dsh web service hidden when needed — the URL and the underlying dsh web command are never shown to the user. Hot-pluggable: mounted via the profile bundle patch + the dsh client declaration, no dsh source changes.

AI 分析

核心用途是为 DSH 网页版提供原生的桌面窗口体验。适合习惯使用独立桌面应用、希望隐藏后台命令行,并需要通过侧边栏或快捷方式快速唤起界面的用户。

パッケージ
@cheramvb/dsh-desktop
バージョン
0.1.0
最終更新
2026/08/17

インストール

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

ドキュメント

README 全文を読む ↗

使用

插件版共提供 四种触发方式,任选其一即可打开桌面应用:

1. 左侧导航栏(推荐)

  • dsh web 侧边栏出现「桌面应用」入口,点击即弹出桌面窗口(单实例,已打开则聚焦)。
  • 桌面壳内侧边栏显示「打开网页版」→ 在系统默认浏览器中打开网页版(与网页版构成闭环,来回切换)。

2. 桌面快捷方式

插件包自带 desktop/create-shortcut.vbs,运行一次即在桌面创建「DeepSeek Harness」快捷方式(快捷方式指向 start-hidden.vbs,由它以隐藏控制台方式运行 node desktop/start.mjs):