taskschd1145/deepseek-harness-clean0

dsh-desktop

DeepSeek Harness Web GUI 的纯套壳桌面窗口:启动时自动运行 dsh web,不打包 DSH 本体,打开后与浏览器访问 localhost 完全一致

AI Analysis

核心用途是为 DSH 提供一个独立的桌面窗口客户端。适合不希望在浏览器标签页中混杂 DSH、想要独立应用窗口体验的用户。

Package
dsh-desktop
Version
1.0.0
License
MIT
Last updated
Aug 22, 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_DESKTOP_SCAN_PORTS` | 自定义扫描端口列表(逗号分隔),如 `3080,8080` | 配置端口 + 常用端口 |
| `DSH_DESKTOP_START_TIMEOUT_MS` | 等待 `dsh web` 就绪的超时(毫秒) | `180000` |
| `DSH_DESKTOP_REGISTRY_MIRROR` | 覆盖镜像源 registry 地址 | `https://registry.npmmirror.com` |
| `DSH_DESKTOP_REGISTRY_OFFICIAL` | 覆盖官方源 registry 地址 | `https://registry.npmjs.org` |
| `DSH_DESKTOP_SMOKE` | `1` = 冒烟测试(8 秒后自动退出) | 关 |