IriskaDev/dsh-desktop

IriskaDev★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

dsh-desktop is a DSH(DeepSeek Harness) bundle patch plugin (cordis.patch.yml) that provides a surface named desktop, which launches a native Electron window that loads the DSH Web UI

README 摘要

dsh-desktop Languages: English 简体中文 DSH desktop surface: one command starts DSH + a native Electron window with no local HTTP server, reusing the DSH Web UI with zero customization. Overview dsh-desktop is a DSH bundle patch plugin ( cordis.patch.yml ) that provides a surface named desktop . When DSH boots with the desktop profile, the plugin disables DSH's node:http web server, provides a non-listening webServer -shaped service, and launches a native Electron window that loads the DSH Web UI through a custom dsh-desktop:// protocol. Unlike dsh web , which starts a local HTTP server and requires you to open a browser manually, dsh --profile desktop reuses the entire DSH Web frontend and Cordis services with no TCP listener : Electron loads the frontend through a custom protocol, and fetch plus the event streams are bridged over IPC to the host process. Features - One command, ready to use : dsh --profile desktop opens the desktop window automatically — no need to visit the browser. - No local HTTP server : no node:http and no TCP listening port; static assets, APIs, and event streams all travel over Electron IPC / custom protocol. - Full DSH Web reuse : the frontend UI, session/wor…

在 GitHub 查看完整 README →
皮肤/UIdsh-pluginweb ui

分类