chengxiaosheng/dsh-desktop

chengxiaosheng★ 1TypeScript最后同步: 2026-08-18

在 GitHub 打开

deepseek-harness 的桌面端插件

README 摘要

DSH Desktop English 中文 A desktop product around the unmodified published DeepSeek Harness packages: the full Web UI running with no Node HTTP server and no port , composed entirely as Cordis plugins over the @deepseek-ai/ family. The desktop shell — the window, tray, and system integration — rides on Electron; every capability (the socketless webserver, the renderer connection, the shell itself) is a plugin row, so each is replaceable from configuration without touching a published package. - Upstream project : DeepSeek Harness — the open-source agent harness this product wraps. - Plugin store : dsh-market — the community plugin market, built in. Features Full Web UI with a zero-socket host Runs the complete DeepSeek Harness Web UI (session log, tools, model route, agent loop) in a desktop window. The host never binds a socket: a virtual webServer interceptor provides the official route-registry contract without a port, the renderer wire client rides an Electron IPC bridge instead of HTTP/WebSocket, and every host route (the /api plane, the session-log download, and any plugin route) dispatches in-process. The official modules , ui-theme , web-runtime , and frontend-static rows act…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdeepseek-harness-desktopdeepseek-harness-plugindsh-pluginweb uiagent

分类