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.

Iconic Launcher — DSH Plugin for DeepSeek Harness
← Plugins
I

dsh-iconic-launcher

Iconic Launcher

Custom desktop icon launcher: preset icons plus arbitrary-image to .ico desktop-shortcut creation, with a hosted settings card (host + browser halves)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:SkyblueeeLabs/dsh-iconic-launcher#55a56948121b6d343e2ef72908f7fba1cab45855
READMECompatibilityVersions
Settings page · default groupLightblue group

Compatibility and provenance

Iconic Launcher is published as dsh-iconic-launcher and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/18/2026

Versions

0.1.1stable
9/18/2026
0.1.0stable
9/17/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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

README

dsh-iconic-launcher

Portable launcher toolchain for DeepSeek Harness (deepseek-harness) on Windows. It turns the Web UI into a one-click desktop shortcut with a real icon, so you never have to type the long startup command again.

Preview / 预览

Settings page · default group
设置页首页(顶部项目信息 + 默认分组)
Lightblue group
浅蓝分组(16 个预设图标)

Why this exists / 初衷

DeepSeek Harness normally starts with a familiar but tedious ritual — open a terminal, cd into your checkout, then run a long command with the right flags and environment. That gets old fast, especially after a re-clone or on a new machine.

This project is deliberately not in the upstream repo. It is a small, separate, self-contained layer that only:

  • creates a desktop shortcut (with a real icon) that runs DeepSeek Harness;
  • regenerates that icon from an SVG when you need it;
  • restores everything after you re-clone the upstream repo.

It does not modify, patch, or rebuild DeepSeek Harness core code. The upstream stays untouched and upstream-clean — the launcher only wraps its startup. In short: one less thing to type, zero risk to the product.

Because it lives in its own repository (not inside the harness checkout), re-cloning the harness tree never wipes it: the moment you re-clone, you run deploy.ps1 and the shortcut (and its icon) are back in seconds.

Install / 安装

Needs a working DeepSeek Harness with the dsh CLI. The repo root is the plugin package, so either method installs the same thing. / 需要已装好 DeepSeek Harness 并有 dsh 命令。仓库根就是插件包,两种方式装的是同一个东西。

A. From GitHub — recommended; this is what the plugin market uses. Installs straight from source (the plugin has no build step). / 直接从源码安装 (插件无构建步骤),插件市场走的就是这条。

dsh plugin --profile <name> add github:SkyblueeeLabs/dsh-iconic-launcher

# Pin a release instead of tracking the default branch:
dsh plugin --profile <name> add github:SkyblueeeLabs/dsh-iconic-launcher#v0.1.1

B. From a prebuilt tarball — offline / air-gapped. Get dsh-iconic-launcher-<version>.tgz from the GitHub Releases page, or build your own with npm pack in a clone, then point dsh at the file. / 从 GitHub Releases 下载 .tgz,或在克隆里 npm pack 自己产出,再指向该文件。

dsh plugin --profile <name> add C:\path\to\dsh-iconic-launcher-0.1.1.tgz

After installing, restart the web app (dsh web) and open 设置 → 桌面图标 (or 插件 → 插件配置) to pick or upload a desktop icon. / 装完重启 dsh web,在 设置 → 桌面图标(或 插件 → 插件配置)里选图 / 上传。

Layout

PathPurpose
scripts/start-dsh-web.batPortable launcher. Locates node on PATH (or DSH_NODE_DIR) and runs dsh web via the tsx/esm entry (node --import tsx/esm .../apps/cli/src/bin.ts web). Logs every step to scripts/launcher.log.
scripts/dsh-icon.icoMulti-resolution icon shown on the desktop shortcut.
scripts/convert-svg-to-ico.mjsSVG → multi-size .ico writer (16–256), no build deps beyond sharp.
scripts/generate-icon.ps1Rebuilds dsh-icon.ico from an SVG (probes a sharp install).
scripts/create-desktop-shortcut.ps1Creates/refreshes the desktop .lnk pointing at start-dsh-web.bat with dsh-icon.ico.
scripts/SETUP-SHORTCUT.mdFull setup / troubleshooting notes.
deploy.ps1One-shot restore: copies scripts/ back into a DeepSeek Harness checkout and refreshes the shortcut.
install.ps1One-shot install for a new user: build a fresh deepseek-harness checkout, generate the icon, create the shortcut.
repo rootdsh-iconic-launcher — the DSH plugin itself (host half + browser settings card): pick or upload a desktop shortcut icon, auto backdrop-removal, multi-size ICO, one-click .lnk write.
data/PNG icon source material (also usable as extra presets via the plugin).

Quick use

Restore after re-cloning the upstream repo

# from anywhere, point at your harness checkout (auto-detected or -RepoRoot)
./deploy.ps1 -RepoRoot "C:\where\you\cloned\deepseek-harness"

First-time setup (new machine)

./install.ps1            # clone upstream + install icon + create shortcut

Rebuild just the icon

powershell -ExecutionPolicy Bypass -File ./scripts/generate-icon.ps1
powershell -ExecutionPolicy Bypass -File ./scripts/create-desktop-shortcut.ps1

Custom desktop shortcut icon plugin (web UI)

The plugin adds a "pick or upload a desktop shortcut icon" capability that runs inside the DeepSeek Harness web app. Install it either way shown in Install / 安装 above. See docs/plugin.md for routes, config, and current status. The scripts/ and data/ folders are development tooling and source material — they are not part of the installed package.

Requirements

  • Windows 10/11, PowerShell 5.1+ (or PowerShell 7).
  • Node.js on PATH (the launcher also probes %ProgramFiles%\nodejs and %LOCALAPPDATA%\Programs\nodejs; override with DSH_NODE_DIR).
  • sharp only if you need to rebuild the icon (optional).

License

MIT. The icon is derived from DeepSeek Harness's own favicon (MIT).

Notes / caveats

  • These files are intentionally not part of the upstream repository. Do not commit them there; keep them here and push to your own fork instead.
  • The desktop shortcut references the icon and the launcher by absolute path under your checkout; after re-cloning, re-run deploy.ps1 so the shortcut re-points correctly.