Dinis0214/dsh-web-desktop ↗★ 0
dsh-web-desktop
Lightweight cross-platform native desktop client for DeepSeek Harness (DSH)
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 ↗六、配置自定义(可选)
客户端配置文件路径:
- 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
}
keepAlive:true(常驻守护模式) /false(随窗口起停模式)。port:自定义服务监听端口(默认3080)。dshPath:显式指定dsh可执行文件路径(留空则自动探测)。nodePath:显式指定node可执行文件路径(留空则自动探测)。