跳到正文
dsh-market 浏览插件 GitHub EN

ReachGa0/dsh-desktop#plugin

dsh 插件(dsh-desktop-launcher):在对话中一键启动 dsh-desktop Windows Electron 桌面壳——双击即用、无需终端;支持选区截图提问(GPU 实时框选、自动粘贴到聊天框、配合识图插件 AI 直接看图回答)、系统托盘、会话管理、环境自动引导、可换端口、单实例锁。

Star 数 ★ 0 分类 UI 增强 收录于 2026-08-16 npm dsh-desktop-windows-launcher

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

dsh plugin --profile web add dsh-desktop-windows-launcher

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

README

该插件的 README 只有英文版本。

A dsh plugin that launches the dsh-desktop Windows shell from the conversation, via a desktop_launch tool.

dsh-desktop is a standalone Electron desktop app around the DSH web UI — double-click to run, region screenshot with GPU-accelerated selection that auto-pastes into the chat, system tray, session manager, auto environment setup. This plugin finds the installed exe and starts it; when the app is not installed it returns the latest GitHub Release download link.

Install

dsh plugin add dsh-desktop-windows-launcher

or from the repo subdirectory:

dsh plugin add github:ReachGa0/dsh-desktop#path:/plugin

Usage

Ask the model to "open the desktop app" / 「打开桌面端」 — it calls desktop_launch, which starts the installed app or hands back the download link.

Requirements

  • Windows (the shell is Windows-only)
  • The dsh-desktop app installed (installer from GitHub Releases), or access to download it

License

MIT

内容来自项目 README(GitHub)↗