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.

Float — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
F

dsh-float

Float

Self-contained floating translucent Electron TUI for DeepSeek Harness — a dsh surface bundle

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Zara-Siwei/dsh-float#89a263346d97257d3066d08185ce200cdcf58540
READMECompatibilityVersions
Desktop ScreenshotAppearance SettingsScreenshot with Minimalist Mode Disabled

Compatibility and provenance

Float is published as dsh-float 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
any
Release source
github
Registry updated
8/27/2026

Versions

0.2.0stable
8/27/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
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/27/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.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsWeb App@monotykamary/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Web App@preambient/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)

README

English | 简体中文

DeepSeek Float

A minimal skin for the dsh web UI — the real DeepSeek Harness Web UI inside a borderless, translucent Electron window. Minimal mode is a floating terminal-style overlay; turn it off and it is the stock dsh web UI, nothing removed. Built as a thin skin over dsh-web-app (not a fork), keeping only a few essential entry points, so dsh core updates flow through untouched.

Install

Prerequisites: the dsh CLI on PATH, Node.js ≥ 18, pnpm, git.

dsh plugin --profile web add github:Zara-Siwei/dsh-float

Run

dsh --profile web

Minimal mode (default) — a floating terminal-style overlay on your desktop:

Desktop Screenshot

Appearance settings — ⚙ (minimal mode only): text colors, background color & opacity, text shadow; labels follow dsh's own language:

Appearance Settings

Full mode — turn off minimal mode (❖) to get the stock dsh web UI:

Screenshot with Minimalist Mode Disabled

Uninstall

dsh plugin --profile web remove dsh-float

dsh --profile web then returns to the normal browser UI.

Troubleshooting

Electron failed to install correctly / fetch failed — the Electron binary download failed (e.g. when the network cannot reach the download host). Use a mirror (run inside ~/.dsh/profiles/web):

$env:ELECTRON_MIRROR = 'https://npmmirror.com/mirrors/electron/'
node node_modules\electron\install.js