Wallpaper Engine local library, background layer, native Scene panel, and desktop-mode controls for the DSH desktop shell.
Install
# from a prebuilt release tarball
dsh plugin --profile web add "https://github.com/TianYa-DAO/dsh-wallpaper-engine/releases/latest/download/dsh-wallpaper-engine-0.1.0.tgz"
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:TianYa-DAO/dsh-wallpaper-engine#path:/packages/dsh-wallpaper-engine
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Wallpaper Engine panel and background layer for the DeepSeek Harness (dsh) Web UI.
This is the installable plugin package. It registers a Desktop & Wallpaper settings section with a lazy-loaded local Wallpaper Engine library (Steam workshop/local projects and manual imports), search, import/remove, set-as-background with opacity/blur/fill controls, and a full-viewport background layer. Scene projects can run through the native Wallpaper Engine runtime when the DSH desktop shell exposes its window.desktopWindow bridge; in a plain browser the panel shows the "desktop version" hint and the web app is unchanged.
Install
From a GitHub repo:
dsh plugin --profile web add https://github.com/TianYa-DAO/dsh-wallpaper-engine
From a local checkout:
dsh plugin --profile web add ./plugin-package/dsh-wallpaper-engine
Then open Settings → Desktop & Wallpaper. Inside the desktop shell the panel also exposes desktop-mode controls: WorkerW wallpaper window, desktop embed, and desktop-icon visibility.
Desktop bridge
Media discovery, import dialogs, the dsh-wallpaper:// media protocol, and native Scene start/stop run in the DSH desktop shell (apps/desktop of the main repository). Install the shell separately and launch it over a running dsh web:
pnpm --filter @deepseek-ai/dsh-desktop run start
Development
pnpm install
pnpm run build # tsc + tsdown; emits lib/client.js
Official @deepseek-ai/* packages are peerDependencies; the DSH runtime provides them.
License
MIT
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 4236
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
omdsh-dev/DSH-better-sidebar★ 2019
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
ccch1mneyyy/dsh-TUI★ 1862
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/dsh-at-file★ 344
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
huiliyi37/dsh-tianshu-tui★ 208
A terminal UI (TUI) for DeepSeek Harness.
omdsh-dev/dsh-genui★ 195
Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.