fellow99/deepseek-harness-desktop

fellow99★ 1TypeScript最后同步: 2026-08-19

在 GitHub 打开

An Electron-based desktop wrapper for deepseek-harness.

README 摘要

中文 English DeepSeek Harness Desktop An Electron-based desktop wrapper for deepseek-harness, providing deep desktop integration. Status : ✅ Scaffold and dsh consumption complete — the main process runs runProfile('desktop') to host the dsh Host, and the renderer loads the dsh Web UI same-origin (tray/notification MVP capabilities pending). See docs/000-产品概念设计.md for details. What is this DeepSeek Harness ( dsh ) is an open-source agent harness by DeepSeek AI, built on an "everything is a plugin" architecture; its native entry is dsh web (a browser Web UI). This project wraps the dsh Web UI in a native desktop shell with Electron, adding desktop capabilities such as tray and notifications while fully reusing the dsh frontend — making the agent harness run like a first-class desktop app. It is not a thin "wrap dsh web pointing at localhost" shell, but a first-class desktop application built on dsh's existing architecture. Core design dsh has completed its Host/Client split , and its webserver serves both the SPA dist and /api . The desktop shell therefore uses an in-process Host + webserver + localhost same-origin data plane : Key point: the renderer loads localhost same-origin — zero…

在 GitHub 查看完整 README →
Agent/智能体ai-agentcoding-agentdeepseekdeepseek-harnessdshdsh-pluginweb uiagent

分类