DeepSeek Harness Plugin

AKS1st/dsh-cyber-particle

Stars ★ 2 Category Themes & Appearance Added 2026-08-15

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:

Light theme

Dark 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.

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →