Particle-network background overlay for the DSH Web shell: full-screen, click-through, zero runtime dependencies.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:AKS1st/dsh-cyber-particle
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
English | 中文
Adds an animated particle-network background to the DeepSeek Harness web UI: gray particles drift in from random screen edges, cross the viewport in straight lines, and re-enter from a new edge after leaving; particles closer than a threshold distance are automatically connected with lines, forming a continuously evolving mesh.
Rendered in a full-screen overlay with pointer-events: none, it never intercepts clicks or scrolling and does not change any UI colors. No npm runtime dependencies.
Preview
Light theme:

Dark theme:

Install
# Option 1: local directory
dsh plugin --profile web add /path/to/dsh-cyber-particle
# Option 2: from the git repository
dsh plugin --profile web add github:AKS1st/dsh-cyber-particle
# Restart the web service for the profile change to take effect
dsh web
Uninstall
dsh plugin --profile web remove cyber-particle
dsh web
Tuning parameters (constants at the top of client.js)
| Constant | Default | Meaning |
|---|---|---|
COUNT |
52 | Number of particles |
LINK |
180 | Link distance threshold (px) |
| Particle color | rgba(125,137,153,0.9) |
Gray dots, radius 2.2px |
| Link color | rgba(110,122,140, 0.42·(1-d/LINK)) |
Stronger when closer |
Restart dsh web after adjusting.
Links
More in this category
Small-tailqwq/dsh-deep-whale★ 750
Whale-girl skin series for the DSH Web UI (maid-atelier).
KinGao294/dsh-skin★ 11
Codex-style skin switcher plus a custom wallpaper layer with opacity and blur controls.
tianyhjg-lab/dsh-font★ 4
Font switcher for the DSH Web GUI: 99 UI fonts and 31 code fonts with CJK-Latin pairing stacks, instant apply and localStorage persistence.
starslittle/dsh-blue-whale★ 4
A DeepSeek Chat-style blue-whale color skin. Light and dark follow the built-in appearance.
zhijun-dai/Catppuccin-dsh-theme★ 4
Catppuccin theme plugin: Latte, Frappé, Macchiato, and Mocha skins for the DSH Web theme runtime.
PAKIKNOWLEDGE/dsh-client-ui-skin-claude★ 3
Claude-style skin with a warm-black canvas, clay accent, and serif UI that follows the native light and dark themes.