no1xsyzy/dsh-webview-wrapper ↗★ 0
dsh-webview-wrapper
基于 WebviewJS 的简易原生桌面外壳,用于在系统窗口中托管 DeepSeek Harness 网页应用。
AI 分析
核心用途是将 DSH 网页端打包为本地桌面应用。适合不希望一直占用浏览器标签页、偏好独立窗口和系统托盘运行的用户。必要条件是系统需满足 WebviewJS 平台依赖。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:no1xsyzy/dsh-webview-wrapper说明文档
阅读完整 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.