sylkmpo/dsh-web-app-launcher
项目介绍Project Overview
这是 Windows 上的 DSH 社区插件,让 dsh web 通过 Edge/Chrome 等浏览器的 --app 模式以无地址栏独立窗口运行,并在首次启动后自动创建桌面快捷方式;适合希望像桌面软件一样双击打开、关闭即退出的场景。它仍基于官方 Web 服务,使用临时浏览器 profile;需 Win10/11、Node.js 和 dsh,且为非官方插件。
This is a Windows DSH community plugin that launches dsh web in an Edge/Chrome/Brave/Vivaldi --app window, without tabs or address bar, and creates a desktop shortcut after the first run. Use it when you want a desktop-app-like experience: double-click to open and close the window to exit. It still uses the official web service and a temporary browser profile. Requires Windows 10/11, Node.js, and dsh; unofficial plugin.
请帮我了解并安装插件:【dsh-web-app-launcher】【https://github.com/sylkmpo/dsh-web-app-launcher】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add github:sylkmpo/dsh-web-app-launcher
把 sylkmpo/dsh-web-app-launcher 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
DSH Web 启动器(Windows)
让 dsh web 像普通桌面软件一样运行:本质是原生 Web,视觉上是桌面软件。首次启动后自动创建桌面图标,之后双击图标即可打开独立窗口。
- 本质是原生 Web:背后就是官方
dsh web服务,没有 Electron、没有二次打包、没有 fork,功能与 Web 版完全一致; - 视觉上是桌面软件:窗口由 Edge/Chrome/Brave/Vivaldi 的
--app模式打开,没有标签栏和地址栏,看起来与原生桌面应用无异; - 生命周期像桌面软件:双击图标启动、关闭窗口即退出,临时浏览器 profile 用完自动删除。
这是非官方社区插件,与 DeepSeek 官方无隶属或背书关系。
效果图
桌面快捷方式图标(首次运行 dsh web 后自动创建):

应用模式独立窗口(视觉上是桌面软件,本质是原生 Web UI;无标签栏、无地址栏,关闭窗口即退出):

插件安装
本项目是标准 dsh.bundle 插件。社区发布后,用户只需要安装插件:
dsh plugin --profile web add github:sylkmpo/dsh-web-app-launcher
然后首次运行一次 Web profile:
dsh web
插件激活时会自动在桌面创建 DeepSeek Harness.lnk。之后直接双击该图标即可:
- 使用 Edge、Chrome、Brave 或 Vivaldi 打开独立应用窗口
- 没有标签栏和地址栏
- 关闭窗口后自动退出 Harness
- 不创建
D:\dsh-web-launcher-test之类的独立安装目录 - 临时 Chromium profile 使用系统临时目录,窗口退出后自动删除
首次运行 dsh web 是必要的,因为 dsh plugin 只负责安装插件,插件代码要在 Web profile 激活后才能创建 Windows 快捷方式。
卸载
dsh plugin --profile web remove dsh-web-app-launcher
删除插件后,可以直接删除桌面上的 DeepSeek Harness.lnk。
系统要求
- Windows 10 或 Windows 11
- Node.js
- 已安装 DeepSeek Harness,并且
dsh在 PATH 中
npm install -g @deepseek-ai/dsh
开发检查
Get-ChildItem tests -Filter *.ps1 | ForEach-Object {
powershell -NoProfile -ExecutionPolicy Bypass -File $_.FullName
}
许可证
MIT,详见 LICENSE。
nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS