dsh-desktop-window
Cordis plugin for DeepSeek Harness: spawns an Electron window for the dsh web Web UI
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗dsh-desktop-window
把 DSH 的 WebUI 变成桌面窗口,双击就能用。 Turn the DSH WebUI into a desktop window — double-click and go.
无需开浏览器 · 双击即用 · 关窗即退 · 一次构建永久使用 No browser · double-click · close-to-exit · build once, use forever
快速开始 · Quick start
三步,之后每次都是双击。
① 下载 / Download
从 GitHub 下载本仓库,解压成一个文件夹。
Download this repo and extract it into a folder.
② 粘贴 / Paste
把整个文件夹放进 DSH 源码根目录(放哪都行,自动识别)。
Copy the folder into the DSH source tree (anywhere works).
③ 双击 / Double-click
双击启动入口,桌面窗口就出来了。
Double-click the entry for your OS — the window opens.
| 平台(OS) | 启动(Start) | 停止(Stop) |
|---|---|---|
| Windows | start-desktop-window.bat | stop-desktop-window.bat |
| macOS | start-desktop-window.command | stop-desktop-window.command |
| Linux | start-desktop-window.sh | stop-desktop-window.sh |
macOS/Linux 若提示无权限,执行一次
chmod +x *.command *.sh(一般无需,仓库已带执行位)。If you hit "permission denied" on macOS/Linux:
chmod +x *.command *.sh(usually not needed).
为什么用它 · Why use it
| 你需要什么(What you get) | 它怎么满足(How) |
|---|---|
| 不用每次开浏览器 | 双击图标,WebUI 直接变成桌面窗口 / Double-click and it's a desktop app |
| 不想留后台进程 | 关窗即退,无残留 / Close = exit, no residue |
| 习惯用浏览器 | 两者共存,互不干扰 / Coexists with the browser |
| 出了故障能收拾 | stop-desktop-window.* 一键清理 / Force-clean on demand |
| 不想反复折腾 | 构建一次,永久使用 / Build once, use forever |