yujianjian1013/dsh-desktop ↗★ 0
dsh-desktop
DSH Web GUI 的桌面客户端壳
AI Analysis
核心用途是将 DSH 网页端打包为免终端运行的桌面应用。适合不希望手动在命令行启动服务、偏好独立客户端窗口的普通用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用
- 直接双击
dist\DSH Desktop-win32-x64\DSH Desktop.exe(或桌面上的 "DSH Desktop" 快捷方式)。 - 无需先开终端:应用启动时会检测
http://127.0.0.1:3080,若服务未运行,会自动拉起dsh --profile web并等待就绪后进入界面。 - 应用退出时会自动关掉它自己拉起的服务;如果你本来就开着终端版服务,则不会动它。
- 托盘图标可显示/隐藏窗口;右键托盘可退出。
- 未检测到 dsh 时(例如新用户电脑),会显示安装指引页:装 Node.js 18+ →
npm install -g @deepseek-ai/dsh→ 点重试。