alanzhao0128/dsh-desktop0

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.

包名
dsh-desktop
版本
0.1.1
最近更新
2026年8月17日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

配置

环境变量作用默认
DSH_DESKTOP_PORT壳探测/加载/启动 dsh 用的端口3080
DSH_NPM_CACHE透传给 npx 的 npm 缓存目录(一般不需要)无(用 npm 默认缓存)

例:DSH_DESKTOP_PORT=3090 npm start 会用 --port 3090 启动 dsh 并加载该端口。