IriskaDev/dsh-desktop

桌面端 ⭐ 0 MIT web-ui

dsh-desktop 是一个 DSH(DeepSeek Harness)捆绑补丁插件(cordis.patch.yml),它提供了一个名为 desktop 的表面,用于启动一个加载 DSH Web UI 的原生 Electron 窗口。

catalog 简介:dsh-desktop is a DSH(DeepSeek Harness) bundle patch plugin (cordis.patch.yml) that provides a surface named desktop, which launches a native Electron window that loads the DSH Web UI

安装

## Requirements

- Node.js 24+ (the repo is pure ESM, `"type": "module"`)
- npm (for installing dependencies and running development scripts)
- DSH CLI (`dsh`, rc.6 or later recommended)
- Model credentials configured in DSH before running real sessions (e.g. `DEEPSEEK_API_KEY`)

## Installation

### Option 1: Download a release (recommended, no npm install)

1. Download the archive matching your system from the [Releases](../../releases) page,
   e.g. `dsh-desktop-0.1.0-win32-x64.zip` (Windows),
   `dsh-desktop-0.1.0-linux-x64.tar.gz` (Linux), or
   `dsh-desktop-0.1.0-darwin-*` (macOS).
2. Extract it anywhere.
3. Link the extracted directory into DSH's desktop profile:

IriskaDev/dsh-desktop 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。