How It Works
DSH Desktop is a thin Electron shell around DeepSeek Harness. It does three things:
Bundles a Node runtime. It uses the Node.js that ships inside Electron, plus the officially published
@deepseek-ai/dshpackage — nothing is installed on your system.Runs
dsh weblocally. On startup it launches adsh webservice on the loopback address (port 3080 by default; if occupied it tries 3081, 3082…). It listens only on127.0.0.1and is never exposed externally.Loads it in a native window. A BrowserWindow renders the local UI, giving you a desktop-app experience with a single-instance lock — launching it again just focuses the existing window.
Community build
This is an unofficial Electron shell plus automated packaging scripts. The DeepSeek name and whale logo are trademarks of DeepSeek, used here only to identify the packaged upstream software.