插件目录 / Developer / dsh-minimal-launcher-plugin
dsh-minimal-launcher-plugin
未验证 imaginevoldermert
✓ 持续维护 基于 2 个官方 DSH 包
0Stars
0Forks
0未关闭 issue
—语言
2026-08-23最近推送
跨平台平台
功能简介
A minimal Windows launcher plugin for DeepSeek Harness
我们的评价
未验证 — 尚未实测
未验证 — 尚未实测
A minimal Windows launcher plugin for DeepSeek Harness 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。
README
dsh-minimal-launcher-plugin
一个极简的 Windows DSH 启动插件。安装后,DSH 提供 dsh_minimal_launcher 工具,用于启动随插件提供的桌面启动器;启动器再执行 npx --yes @deepseek-ai/dsh web。
特点
- 只负责启动 DSH Web,不添加托盘、WebView、插件管理或自动更新功能。
- 不读取、不上传 DSH 配置、会话、插件、聊天记录或其他本地数据。
- EXE 随插件发布,安装后即可使用。
- 仅支持 Windows。
安装
dsh plugin --profile web add dsh-minimal-launcher-plugin
重启 DSH 后,在对话中请求“启动 DSH 极简启动器”,或调用 dsh_minimal_launcher 工具。
本地开发
npm install
npm run build
许可
MIT License.
安装
🧩 让 Agent 自动装(推荐)
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-minimal-launcher-plugin」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:imaginevoldermert/dsh-minimal-launcher-plugin Headless(CLI)profile:
dsh plugin --profile headless add github:imaginevoldermert/dsh-minimal-launcher-plugin 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。