dsh-desktop
Desktop launcher for DeepSeek Harness (DSH): spawns/reuses `dsh web` in a native window with a workspace Files sidebar
AI Analysis
核心用途是将 DSH Web 转化为桌面应用。适合习惯使用独立客户端窗口而非浏览器标签页,且需要直观管理工作区文件的用户。
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 ↗配置(可选)
复制 settings.example.json 为 settings.json:
{
"host": "127.0.0.1", // 监听主机(勿设 0.0.0.0)
"port": 3080, // 端口;设 0 让系统分配
"executable": "", // dsh 完整路径,留空自动查找
"workspace": "", // 显式固定工作区;留空则自动跟随
"trustedHosts": [], // 额外信任的 Host
"closeToTray": true // 关窗隐藏到托盘而非退出
}
环境变量覆盖:DSH_HOST、DSH_PORT、DSH_EXECUTABLE、DSH_WORKSPACE、DSH_NODE。
dsh 查找顺序:显式 executable > PATH(Windows 选 .cmd)> node /lib/bin.js
(~/node_modules → npm root -g → 本地)。