MDR-EX1000/dsh-desktop-kit

MDR-EX1000★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

README 摘要

dsh-desktop-kit Self-owned desktop shell for DeepSeek Harness (DSH): a small plugin plus a native Tauri window over the harness web surface. dsh web starts → the plugin spawns the shell on the served loopback URL → you get DSH in a real desktop window, with the browser tab still available as a second client. No fork, no repackaged runtime, no second profile — everything stays a plugin over your existing harness. Why not the third-party shell? dsh-desktop is great and was the blueprint. We rebuilt a smaller one for one concrete reason: real macOS fullscreen . Its window is frameless with a web-drawn title bar and never wires up setFullscreen — the maximize button is zoom, not a native fullscreen Space. This shell uses a plain decorated window, so the green traffic-light button and Ctrl+Cmd+F give you true macOS fullscreen out of the box. Features (v0.1) - Native window on the loopback web surface — same origin the browser uses, so the whole SPA and every plugin work unchanged (verified with dsh-rw ). - Real macOS fullscreen — decorated window, native fullscreen Space, no custom title bar needed. - Single instance — a second launch focuses the existing window instead of opening anoth…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类