Dinis0214/dsh-web-desktop0

dsh-web-desktop

Lightweight cross-platform native desktop client for DeepSeek Harness (DSH)

包名
dsh-web-desktop
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

六、配置自定义(可选)

客户端配置文件路径:

  • macOS~/Library/Application Support/DSH Web/config.json
  • Linux~/.config/dsh-web/config.json
  • Windows%APPDATA%\DSH Web\config.json
{
  "keepAlive": true,
  "port": 3080,
  "dshPath": null,
  "nodePath": null
}
  • keepAlivetrue(常驻守护模式) / false(随窗口起停模式)。
  • port:自定义服务监听端口(默认 3080)。
  • dshPath:显式指定 dsh 可执行文件路径(留空则自动探测)。
  • nodePath:显式指定 node 可执行文件路径(留空则自动探测)。