Dinis0214/dsh-web-desktop0

dsh-web-desktop

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

AI Analysis

核心用途是提供跨平台的 DSH 桌面客户端。适合需要常驻守护模式、自定义服务端口以及一键环境就绪的桌面端用户。

Package
dsh-web-desktop
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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 可执行文件路径(留空则自动探测)。