Bundle
dsh-float
Self-contained floating translucent Electron TUI for DeepSeek Harness — a dsh surface bundle
- Source
- Zara-Siwei
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 5 days ago
Readme
**English** | [简体中文](README.zh-CN.md) # 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`. ```powershell dsh plugin --profile web add github:Zara-Siwei/dsh-float ``` ## Run ```powershell dsh --profile web ``` **Minimal mode** (default) — a floating terminal-style overlay on your desktop:  **Appearance settings** — ⚙ (minimal mode only): text colors, background color & opacity, text shadow; labels follow dsh's own language:  **Full mode** — turn off minimal mode (❖) to get the stock dsh web UI:  ## Uninstall ```powershell 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 — from inside the profile directory: ```powershell cd ~\.dsh\profiles\web $env:ELECTRON_MIRROR = 'https://npmmirror.com/mirrors/electron/' node node_modules\electron\install.js ```
Install
dsh plugin --profile web add github:Zara-Siwei/dsh-float
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-float from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.