imaginevoldermert/dsh-minimal-launcher-plugin0

dsh-minimal-launcher-plugin

A minimal Windows launcher for DeepSeek Harness. It starts the DSH web interface without bundling user data.

AI 分析

核心用途是为 Windows 用户提供一个极简的 DSH Web 界面启动器,不包含托盘或自动更新等复杂功能,且不读取本地隐私数据。适合追求极简、仅需一键启动 DSH 的 Windows 用户。

パッケージ
dsh-minimal-launcher-plugin
バージョン
1.0.0
ライセンス
MIT
最終更新
2026/08/23

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:imaginevoldermert/dsh-minimal-launcher-plugin

ドキュメント

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.