dsh 桌面配置:原生 Tauri 窗口承载 harness Web 界面,支持托盘、原生通知、文件管理器面板与一键更新。
安装
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:s3yf1337/dsh-desktop#path:/bundle
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
该插件的 README 只有英文版本。
The plugin bundle of the dsh desktop profile: one cordis row
(desktop-shell) over the web surface that spawns the native Tauri render
client on the served loopback URL.
What it does
The bundle patch (cordis.patch.yml) inserts a single row into the composed
tree. The plugin (lib/index.js):
- injects the
webServerservice and waits for the loader to settle (the port is the real OS-assigned one only after the bind); - resolves the native client binary:
config.bin→DSH_DESKTOP_BIN→$DSH_HOME/bin/dsh-desktop-shell→dsh-desktop-shellon PATH →~/.local/bin/dsh-desktop-shell; - spawns
dsh-desktop-shell <url>and watches it:- exit 0 (window closed) → requests harness shutdown via
ctx.appExit; - exit 11 (one-click update applied) → boots a fresh
dsh --profile desktop(detached), then shuts the old harness down; - other non-zero exit or missing binary → the web surface keeps serving (degrades to browser use) with a printed hint.
- exit 0 (window closed) → requests harness shutdown via
The browser half (lib/client.js) draws the desktop experience onto the web
surface: the custom window title bar (the shell window is frameless), the
right-hand explorer panel (Files/Preview tabs over the native fs commands),
and the "dsh-desktop" settings section (tray, notifications, one-click
updates, geometry, installation paths).
Bundle contract
This is a standard dsh bundle package: the manifest declares
dsh.bundle.patch, and the profile composes it as a patch layer over
dsh-base + dsh-web-app exactly like @deepseek-ai/dsh-headless. It needs
no pnpm installation: the profile's install.sh copies this directory into
$DSH_HOME/profiles/desktop/packages/ and links it into the profile's
node_modules.
链接
同类插件
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 4430
DSH Web UI 插件与皮肤合集:任务看板、git 图、右侧面板、远程移动端 UI、桌宠、实时 token 统计与皮肤中心。
omdsh-dev/DSH-better-sidebar★ 2101
侧边栏完整工作台:内置文件渲染编辑、终端、Git 与子代理,支持三方插件注册新 Tab。
ccch1mneyyy/dsh-TUI★ 1924
Claude Code 风格全屏终端 UI:像素鲸鱼顶栏、实时工作状态行、思考流式展开。
omdsh-dev/dsh-at-file★ 362
Codex 风格的 `@file` 文件引用,输入框里直接搜索并引用工作区文件。
omdsh-dev/dsh-genui★ 214
助手回复内渲染交互式 UI 组件:布局、图表、表单、测验、mermaid、3D 场景与回传事件循环。
huiliyi37/dsh-tianshu-tui★ 211
DeepSeek Harness 的终端 UI(TUI)。