omdsh-plugins/omdsh-desktop
omdsh-plugins★ 0TypeScriptLast synced: 2026-08-16
Workspace root for the DeepSeek Harness desktop application: the Electron shell and the packaging pipeline.
README excerpt
omdsh-desktop English 中文 The DeepSeek Harness desktop application: an Electron shell that supervises a harness runtime and adds the native surface around it — windows, menus, activity, restart policy, and the boot screen a starting runtime is watched from. The shell is not part of the harness. It spawns the runtime as a child process and talks to it over loopback HTTP, so a runtime that crashes or exhausts its heap is restarted under a policy the shell owns, without taking the window with it. ⬇️ Download Platform Installer macOS 13+, Apple silicon DeepSeek-Harness-0.1.0-rc.6-arm64.dmg · 217 MB Windows x64 DeepSeek-Harness-0.1.0-rc.6-x64-setup.exe · 134 MB Those two links are pinned to one build; the releases page always has the newest. Nothing else is needed on the machine — the harness runtime, the plugin hub and the mode system are inside the installer. Neither installer is signed with a paid developer certificate, so the system stops you once on first open: on macOS right-click the app in Applications → Open → Open ; on Windows click More info → Run anyway on the SmartScreen dialog. app/README.md is that shell in detail — the runtime process and its restart ladder, the login-env…
View full README on GitHub →