Plugin directory / Developer / dsh-desktop-win32
dsh-desktop-win32
Unverified xiaohaozi12138
What it does
超轻量dsh(DeepSeek Harness)插件,安装创建启动器,双击默认打开浏览器跳转,并附带可爱小鲸鱼图标,超小无依赖
Unverified — not yet verified
超轻量dsh(DeepSeek Harness)插件,安装创建启动器,双击默认打开浏览器跳转,并附带可爱小鲸鱼图标,超小无依赖 Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
DSH web 插件:Windows 桌面启动器。在桌面生成一个小鲸鱼ico 图标的
.lnk快捷方式,双击后唤醒dsh web服务并自动打开浏览器。(需启动一次dsh才能出现快捷启动器)
仅支持 Windows(非 Windows 自动跳过)。
功能
- 加载后在桌面创建
dsh-web-launcher.cmd启动脚本 + 带图标的.lnk快捷方式 - 双击快捷方式:
- 检测
127.0.0.1:3080是否已监听 - 未监听则启动
dsh web(node <dsh>/lib/bin.js web) - 轮询等待端口就绪(最多约 2 分钟)
- 自动打开默认浏览器访问 WebUI
- 检测
- 图标默认直接使用打包在
assets/dfy.ico,无需任何操作,也不会弹框打扰 - 换图标方式:
- 在 profile patch 层通过
iconPath指定任意.ico(优先级最高) - 或设置
askIconOnStart: true,插件加载时弹出 Windows 文件选择框自选(选择会被记住,之后不再弹) - 或手动改
~/.dsh/dsh-desktop-launcher-icon.txt(记住的选择,删除后重新弹框)
- 在 profile patch 层通过
安装(作为 bundle 加载)
# 把插件目录链接进 profile(路径替换为你自己的)
dsh plugin --profile web add link:C:/dsh/dsh-desktop-win32
或手工在 profile package.json 的 dependencies 添加:
"dsh-desktop-launcher-win32": "link:C:/dsh/dsh-desktop-win32"
并在 dsh.profile.bundles 追加 "dsh-desktop-launcher-win32"。
配置(cordis.patch.yml)
- id: dsh-desktop-launcher-win32
config:
launcherName: "DSH Web 启动器" # .lnk 名称
iconPath: "C:/path/to/my.ico" # 自定义图标(留空 = 默认 dfy.ico,不弹框)
askIconOnStart: false # true = 加载时弹 Windows 选择框自选图标
port: 3080 # 服务端口
url: "http://127.0.0.1:3080" # 打开地址
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-desktop-win32 for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:xiaohaozi12138/dsh-desktop-win32 Headless (CLI) profile:
dsh plugin --profile headless add github:xiaohaozi12138/dsh-desktop-win32 Test report
Not yet L3-verified — see failure note below if we already ran it.