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.

包名
@cheramvb/dsh-desktop
版本
0.1.0
最近更新
2026年8月17日

安装

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

使用

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

1. 左侧导航栏(推荐)

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

2. 桌面快捷方式

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