Dinis0214/dsh-web-desktop ↗★ 0
dsh-web-desktop
Lightweight cross-platform native desktop client for DeepSeek Harness (DSH)
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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可执行文件路径(留空则自动探测)。