DolphinMiner/deepseek-desktop

DolphinMiner★ 1TypeScript最后同步: 2026-08-15

在 GitHub 打开

DeepSeek Harness Desktop 🐳

README 摘要

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…

在 GitHub 查看完整 README →
Agent/智能体agentdeepseekdesktopdshdsh-plugindsh-pluginsharnessweb ui

分类