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.

AI Analysis

核心用途是将 DSH Web 版打包为独立的桌面客户端应用。适合不希望依赖浏览器标签页、追求更原生桌面软件使用体验的用户。

Package
dsh-desktop
Version
0.1.1
Last updated
Aug 17, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置

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

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