DolphinMiner/deepseek-desktop

DolphinMiner★ 1TypeScriptLast synced: 2026-08-15

Open on GitHub

DeepSeek Harness Desktop 🐳

README excerpt

Deepseek Harness Desktop 简体中文 An independent, community-built macOS desktop host for the official DeepSeek Harness Web UI. [!IMPORTANT] This is an early Apple Silicon MVP. Builds are currently unsigned and not notarized. DSH Desktop is not affiliated with or endorsed by DeepSeek. Preview This first MVP intentionally keeps the architecture narrow: 1. Electron starts a pinned, bundled @deepseek-ai/dsh process. 2. Harness binds to 127.0.0.1 on an operating-system-selected port. 3. Electron waits for the official readiness URL and loads it in a native window. 4. Electron stops the Harness process when the application quits. The project does not fork or modify the Harness agent loop, model adapters, session storage, tools, or Web UI. Cross-platform reuse comes from Electron plus the official React Web UI, not React Native. The same host code can later target Windows and Linux; using React Native would require rewriting the Harness interface. Architecture Harness remains the source of truth for agents, model calls, tools, sessions, approvals, and persistence. The Electron layer owns only the desktop window, process lifecycle, navigation policy, and a small loading-page IPC bridge. Requir…

View full README on GitHub →
Agentsagentdeepseekdesktopdshdsh-plugindsh-pluginsharnessweb ui

Category