thuang3316/dsh-desktop
thuang3316★ 1JavaScriptLast synced: 2026-08-15
DeepSeek desktop for windows. Same UI, just a desktop version.
README excerpt
DSH Desktop — Windows desktop shell for DeepSeek Harness ⚠️ Community project, not an official product. DSH Desktop is maintained by the community, is not affiliated with or endorsed by DeepSeek AI, and is not a DeepSeek official product. It is simply a Windows desktop shell around DeepSeek Harness ( dsh , MIT-licensed). An Electron window around the existing DeepSeek Harness Web GUI ( dsh web ), plus a system tray, single-instance lock, crash restart, and a self-contained runtime . Feature-identical to the Web UI, shares its data (common %USERPROFILE%\.dsh ), and needs no Node.js installed on the target machine. 中文说明 Screenshots Light theme, showing a mock conversation (no real data): Chinese UI: English UI: Features - Reuses the Web UI : the window loads http://127.0.0.1:3080 directly; no UI is rewritten. - Host lifecycle : - On start it probes the port: if a dsh is already running it attaches (never manages or kills it on exit); - otherwise it launches its own host from the bundled runtime, with crash restart (3-attempt backoff); - if the port is taken while forceOwnHost is on, it retries with --port 0 and follows the URL the host prints. - Readiness = the host's stdout dsh web:…
View full README on GitHub →