Electron Desktop Case
feiyang-dev/DeepSeek-Harness-Desktop · skills
An Electron desktop case with official DeepSeek Harness Web UI embedded inside.
★ 6GitHub stars
1Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense
Project overview
DeepSeek Harness Desktop A Windows desktop client for the official DeepSeek Harness Web UI — automatically detects your environment, installs dependencies, and starts the service. Works out of the box. Overview
Custom port: npm start -- --port 8090 (default 3080; reuses an existing dsh web service on that port if present). Project Structure Startup Flow (State Machine)
1. Resolves latest from the registry (one HTTP round-trip); 2. Sends an HTTP request for each sub-package to revalidate its version (cache revalidated), even when the local cache already exists; 3. Unpacks each tarball into a fresh npx sandbox directory.
Install command
dsh plugin --profile web add github:feiyang-dev/DeepSeek-Harness-Desktop