no1xsyzy/dsh-webview-wrapper ↗★ 0
dsh-webview-wrapper
A naive native desktop shell for the DeepSeek Harness web surface: hosts the dsh Web app in an OS window via WebviewJS, as a pure everything-is-a-plugin composition.
AI Analysis
核心用途是将 DSH 网页端打包为本地桌面应用。适合不希望一直占用浏览器标签页、偏好独立窗口和系统托盘运行的用户。必要条件是系统需满足 WebviewJS 平台依赖。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:no1xsyzy/dsh-webview-wrapperREADME
Read the full README ↗Usage
- First boot starts in the tray — no main window is created until you ask for it. Double-click the tray icon or choose
Showto open the 1024×768 window hostinghttp://127.0.0.1:(the live Web surface). - Closing the window hides it to the tray; the harness keeps running.
Quitin the tray menu exits the application.