DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Matrix Theme — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-matrix-theme

Matrix Theme

The Matrix movie theme for the dsh web GUI as an installable plugin: the selectable 'matrix' theme (green-on-black palette), a digital-rain ambient backdrop, and its General-settings toggle

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:zengrz/dsh-matrix-theme#d90d22684bb127b0d76f1ae5755abfabed0ad1c6
READMECompatibilityVersions
The Matrix theme active in the dsh web GUI

Compatibility and provenance

Matrix Theme is published as dsh-matrix-theme and currently resolves to version 0.2.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.2.0stable
8/21/2026
0.1.1stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/21/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-matrix-theme

The Matrix movie theme for the dsh web GUI as an installable plugin: the selectable matrix theme (green-on-black palette over the dark base), a digital-rain ambient backdrop (a faithful port of the zengrz.github.io glyph wall), its General-settings toggle row, and a rain-quality row that trades backdrop effects for performance on slower machines. One package carries both roles: the dsh.bundle patch layer (cordis.patch.yml inserts the ui-matrix-theme browser roster row) and the dsh.client plugin itself (lib/client.js, prebuilt and committed — no build step runs at install time).

The Matrix theme active in the dsh web GUI

Install

dsh plugin --profile <name> add github:zengrz/dsh-matrix-theme

Pin a commit so a later push cannot silently change what runs:

dsh plugin --profile <name> add github:zengrz/dsh-matrix-theme#<sha>

No build permission (allowBuilds) is needed: the published entry points are committed, and the package has no prepare script.

Requirements and compatibility

  • On a harness that declares the shell.backdrop slot (ui-layout from the dsh release that introduced the ambient backdrop slot), the rain renders inside the frame's backdrop layer — below every column, click-through, and managed by the slot system.
  • On a harness that predates the shell.backdrop slot (e.g. dsh 0.1.0-rc.8), the plugin detects the missing slot at boot and falls back to a fixed-position DOM canvas behind the app root, driving the same RainEngine. The palette and the General-settings toggle work identically on both paths; only the backdrop's mount site differs. The fallback retires itself if the slot is later declared (e.g. a harness upgrade mid-session via HMR).
  • The patch appends and does not dedupe: adding this plugin to a profile whose layers already register ui-matrix-theme — the stock dsh-web-app bundle ships the theme in-box from the same release — fails the load with duplicate loader entry id: ui-matrix-theme. Such profiles already have the theme; this plugin targets custom browser-surface rosters and web-app versions that predate the theme.
  • The browser half resolves its platform peers (react, the @deepseek-ai/dsh-client-* module table) from the host profile's own client stack; this repository bundles only the theme's own code.

Rain quality

The General section gains a Rain effects row (below the Matrix theme row, visible while the matrix theme is active) with three levels:

  • Full — the faithful reference effect: full-density glyph wall, per-glyph churn, cursor spotlight, and the 3D tilt.
  • Lite — for older or integrated-GPU machines: the column/row grid draws at half density (a quarter of the per-frame glyph draws), glyph churn and the cursor spotlight are dropped, and columns faded to near-invisible depth are culled entirely. The cheap signature effects (the 3D tilt and the marching white cell) stay.
  • Off — no canvas at all: the green palette stays, the rain costs nothing (same skip as prefers-reduced-motion: reduce).

The level is a plugin-owned browser preference persisted to localStorage under dsh-matrix-theme:rain-quality; storage failures only disable persistence. Changing the level while the rain runs replaces the engine (the grid rebuilds at the new density).

Model Experience

None: the theme manages browser-side preferences (theme selection and rain quality) and the backdrop is decorative (aria-hidden); nothing reaches a model request.

Rebuilding the artifacts

lib/ is committed. To regenerate it after editing src/, build inside a deepseek-harness checkout (the client bundle's loader-handoff id must match this package name). Create a machine-local build.tsdown.config.ts (gitignored):

import { clientBundle } from '<harness>/packages/client/tsdown.client.ts'
export default clientBundle('dsh-matrix-theme', ['src/index.ts'])

then run:

cd <this-repo>
ln -sfn <harness>/packages/client/ui-matrix-theme/node_modules node_modules
<harness>/node_modules/.bin/tsdown --config build.tsdown.config.ts

License

MIT, matching the dsh family. The theme engine is a port of the MIT-licensed zengrz.github.io effect.