DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Desktop Window — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
D

dsh-desktop-window

Desktop Window

DSH 桌面窗口插件:在独立应用窗口中打开 DeepSeek Harness Web UI(自动打开 + 会话标头切换 + 设置开关)

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:fengzhiyushui/dsh-desktop-window#0c6e8e2f5de9d403d65c52aaadf782bf0edd7e36
README兼容性版本

兼容性与来源证明

Desktop Window 以 dsh-desktop-window 发布,当前版本为 0.4.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/11

版本

0.4.0stable
2026/9/11

相关插件

正在加载相关插件…

最新版
0.4.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/11
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包

README

dsh-desktop-window

中文 | English

A DeepSeek Harness (DSH) plugin that opens the DSH Web UI in a standalone app window — double-click to launch, no tab strip, no address bar, and a browser profile fully isolated from your everyday browsing.

dsh web  ──▶  server ready  ──▶  ┌──────────────────────────┐
                                 │  DSH · standalone window │
                                 │  (Edge/Chrome --app)     │
                                 └──────────────────────────┘

Features

  • Auto-open — the window appears by itself once the server is up (on by default).
  • Manual toggle — a window button in the session header opens and closes it.
  • Settings switch — Settings → General → auto-open at startup, persisted across restarts.
  • Whale branding — the official whale favicon and a web manifest are injected, so the window title bar and an installed app carry the DeepSeek icon.
  • Isolated — a dedicated profile directory under %TEMP%; your normal Edge/Chrome windows, tabs, and logins are untouched.
Standalone windowChromium --app mode: no tabs, no address bar, 1440×900 launch size
Auto-openA settled first paint instead of a blank frame
Header buttonShows live window state and toggles it
Settings rowA compact switch in the General section of Settings
Whale icon7 favicon sizes plus a web manifest, injected as <head> rows
SafetyMutating routes are same-origin guarded (cross-site POST → 403); every route, timer, and child process is released on plugin unload
LifecycleWindow-close state stays in sync; closing tears down the whole process tree

Requirements

OSWindows 10/11 (primary), macOS 11+
DSH>= 0.1.0-rc.6 — developed and verified against 0.1.5-rc.1
Node.js>= 22 (inherited from DSH)
BrowserEdge, Chrome, Chromium, Brave, or Vivaldi at a standard install location
pnpmonly for dsh plugin add / update (npm install -g pnpm)

The window logic itself is cross-platform; only Windows is a supported target today.

Installation

Installing a bundle changes the profile's bundle list, which DSH reads at startup — so dsh web must be restarted afterwards.

From GitHub:

dsh plugin --profile web add github:fengzhiyushui/dsh-desktop-window
# equivalent:
dsh plugin --profile web add "git+https://github.com/fengzhiyushui/dsh-desktop-window.git"

From a local checkout:

dsh plugin --profile web add "file:D:/path/to/dsh-desktop-window"

dsh plugin add installs the package into the profile's node_modules and merges the bundle that declares dsh.bundle into dsh.profile.bundles automatically — no manual config edits. Then restart dsh web.

Or let the script do all of it (pnpm check, space-safe install, composition check):

powershell -ExecutionPolicy Bypass -File "<plugin-dir>\scripts\install.ps1"
Windows: installing from a path that contains spaces

dsh plugin forwards arguments to pnpm through a shell, and a path with spaces gets re-split into separate arguments. Install through a space-free junction instead — scripts/install.ps1 does this for you, or by hand:

New-Item -ItemType Junction -Path D:\dsh-desktop-window -Target 'D:\path with spaces\dsh-desktop-window'
dsh plugin --profile web add "file:D:/dsh-desktop-window"

Keeping it up to date

# a git dependency re-fetches the default branch HEAD
dsh plugin --profile web update dsh-desktop-window
# then restart dsh web

Users never need to re-add; update is enough.

Usage

dsh web
# the standalone app window opens by itself once the server is ready
WhatWhere
Open / close the windowthe window button in the session header
Turn auto-open on or offSettings → General → auto-open at startup
Change the browser preferenceedit browserCandidates() in lib/window-spec.js

Closing the app window does not stop dsh — by design, only the standalone window closes.

Desktop shortcut (Windows)

# whale icon, opens with this plugin folder as the workspace
powershell -ExecutionPolicy Bypass -File "<plugin-dir>\scripts\create-shortcut.ps1"

# with a specific default workspace
powershell -ExecutionPolicy Bypass -File "<plugin-dir>\scripts\create-shortcut.ps1" -WorkspaceDir "D:\my project"

DSH-Desktop.cmd is the launcher the shortcut points at; you can also double-click it. It uses dsh when it is on PATH and otherwise falls back to npx @deepseek-ai/dsh@latest (pin it with the DSH_DESKTOP_DSH_VERSION environment variable).

Configuration

The auto-open preference lives in $DSH_HOME/desktop-window.json (default %USERPROFILE%\.dsh\desktop-window.json). It is written by the settings switch; a hand-edit is also fine, including one saved by Notepad (a UTF-8 BOM is tolerated).

{
  "autoOpen": true,
  "cleanProfileOnUnload": false
}
KeyDefaultMeaning
autoOpentrueOpen the standalone window when the server starts
cleanProfileOnUnloadfalseDelete the dedicated browser profile directory when the plugin unloads. Left false, the profile is kept so the window starts warm

HTTP endpoints

The plugin's browser half talks to these routes; they are also usable from scripts. Mutating routes reject a cross-site Origin with 403 and bodies larger than 4 KB.

RouteMethodPurpose
/desktop-window/statusGET/POST{ open, auto }
/desktop-window/togglePOSTOpen the window, or close it when open
/desktop-window/set-autoPOST{ auto: boolean } → persists the preference
/desktop-window/manifest.webmanifestGETThe injected web manifest
/desktop-window/<icon>.pngGETServed icon bytes

Platform support

PlatformAuto-open & buttonClosing the windowNotes
Windows 10/11yesfull process-tree teardown (taskkill /T /F)primary target
macOSyesSIGTERM, escalating to SIGKILL after 2 sChrome, Edge, Chromium, Brave, Vivaldi, in /Applications and ~/Applications
LinuxyesSIGTERM, escalating to SIGKILL after 2 sChrome, Edge, Chromium, Brave from the usual /usr/bin and /bin locations

Every platform launches the same Chromium --app window; only browser discovery and process teardown differ. Windows and macOS have dedicated code paths covered by tests; Linux shares the POSIX path but has not been exercised on a real machine.

Known limitations

  • The taskbar or Dock icon shows the browser, not the whale. The window is Chromium in --app mode, so Windows groups its taskbar button under Edge/Chrome and shows the browser icon there, and macOS likewise shows the browser in the Dock. The title bar, the tab icon, and Alt+Tab / ⌘-Tab use the injected favicon. For the whale everywhere, install the page as an app: Edge menu → Apps → Install this site as an app, or in Chrome ⋮ → Cast, save, and share → Install page as app (macOS: ⋮ → Save and share → Install page as app). Both consume the manifest this plugin injects.
  • Closing the window does not quit dsh — by design.
  • This is a browser window, not an embedded webview.
  • The dedicated profile persists under the platform temporary directory (%TEMP%\dsh-desktop-window on Windows, $TMPDIR/dsh-desktop-window on macOS), which is why the window starts warm. Set cleanProfileOnUnload to true to remove it on unload.
  • Opening the window does not authenticate it. Mutating routes reject cross-site browser requests, but a local non-browser process is not challenged.

Development

Development rules, build details, and the version-adaptation checklist are separate documents:

  • DEVELOPMENT.md — architecture, build, test strategy, release process;
  • ADAPTATION.md — the DSH compatibility matrix and what to re-verify on a new DSH release.

Both documents must be updated with every change to this project.

License

MIT