Dinis0214/dsh-web-desktop ↗★ 0
dsh-web-desktop
Lightweight cross-platform native desktop client for DeepSeek Harness (DSH)
AI 분석
核心用途是提供跨平台的 DSH 桌面客户端。适合需要常驻守护模式、自定义服务端口以及一键环境就绪的桌面端用户。
설치
검증된 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
}
keepAlive:true(常驻守护模式) /false(随窗口起停模式)。port:自定义服务监听端口(默认3080)。dshPath:显式指定dsh可执行文件路径(留空则自动探测)。nodePath:显式指定node可执行文件路径(留空则自动探测)。