dsh installed with dsh web starting normally (the npm install path has no extra requirements); installing from the repo needs Node.js >= 22 and pnpm. Known pitfalls (stated in the README): pnpm 11's release-age threshold installs an older version in place of any @linxin666/* release less than 10 days old, which raises ERR_MODULE_NOT_FOUND ... dsh-client-ui-skin-* when applying a skin (exclude it with the configuration above); SSH passwords and passphrases are stored in plaintext in ~/.dsh/dsh-ssh.json (0600), reconnecting may replay non-idempotent commands, and remote output is not redacted; Cloudflare quick tunnel and Tailscale Serve do not support SSE, so mobile falls back to polling automatically and messages may arrive a few seconds late; scheduled tasks missed while the host is down or asleep are skipped outright and never rerun.
A dsh plugin: install it into your profile, then restart dsh web.
Full bundle (recommended)
dsh plugin --profile web add @linxin666/dsh-web-ui-all
Themes only
dsh plugin --profile web add @linxin666/dsh-skins
Install individually
dsh plugin --profile web add @linxin666/dsh-liangshen
dsh plugin --profile web add @linxin666/dsh-client-ui-task-board
dsh plugin --profile web add @linxin666/dsh-ssh
dsh plugin --profile web add @linxin666/dsh-tool-describe-image
dsh plugin --profile web add @linxin666/dsh-pet
dsh plugin --profile web add dsh-better-sidebar
Install from repo (development/debugging)
git clone https://github.com/zhu1090093659/dsh-web-ui.git
cd dsh-web-ui
pnpm install
pnpm -r build
node scripts/link-profile.mjs
dsh plugin --profile web add link:$(pwd)/packages/dsh-web-ui-all
dsh web
Uninstall
dsh plugin --profile web remove @linxin666/dsh-web-ui-all
Full tutorial
01Install the bundle @linxin666/dsh-web-ui-all with the recommended command
02Restart dsh web; each plugin's entry point appears in the sidebar
03Toggle individual plugins under Settings -> Plugin Configuration, or open the skin center to try on the 11 themes (preview first, then apply)
Plugin picks: must-installs for DeepSeek Harness! A roundup of 10 high-star practical plugins (sorted by GitHub Star). DeepSeek's freshly open-sourced Harness ecosystem is taking off! Ugly UI? No vision? Painful migration? These plugins fix all of it. Curated by GitHub Star count, data as of today — copy this homework. 1️⃣ dsh-web-ui ⭐1312 (post truncated at source)
A batch of modern desktop experiences built for the DeepSeek Harness ecosystem, giving DSH users a smoother local interface. ... 2⃣ A collection of plugins and themes for the DeepSeek Harness Web UI, covering task panels, Git (post truncated at source)