dsh-desktop
Native desktop shell for DeepSeek Harness: spawns `npx @deepseek-ai/dsh web` and embeds http://127.0.0.1:3080 in an Electron window.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置
| 环境变量 | 作用 | 默认 |
|---|---|---|
DSH_DESKTOP_PORT | 壳探测/加载/启动 dsh 用的端口 | 3080 |
DSH_NPM_CACHE | 透传给 npx 的 npm 缓存目录(一般不需要) | 无(用 npm 默认缓存) |
例:DSH_DESKTOP_PORT=3090 npm start 会用 --port 3090 启动 dsh 并加载该端口。