dsh plugins中文
← Back to popular plugin directory

Adhering to the principle that everything is a plug-in

no1xsyzy/dsh-webview-wrapper · skills

A DeepSeek Harness webview wrapper in the everything-is-a-plugin spirit.

★ 0GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

A naive native desktop shell for the DeepSeek Harness Web surface. dsh-webview-wrapper is an out-of-tree deepseek-harness plugin that hosts the already-running Web app in an OS-native window through WebviewJS — the platform's own webview engine (WebView2 on Windows, WebKit on macOS, WebKitGTK on Linux), never a bundled browser. No Electron, no fork, no patch to the harness.

The shipped web profile already lists the Web layers (@deepseek-ai/dsh-base, @deepseek-ai/dsh-web-app) in its dsh.profile.bundles. To use a custom profile, copy it and add only the wrapper: What add does, step by step

Lifecycle sketch: Known limitations and roadmap

Install command

dsh plugin --profile web add github:no1xsyzy/dsh-webview-wrapper
View GitHub repository ↗Back to popular plugin directory