DeepSeek Harness 插件

s3yf1337/dsh-desktop#bundle

Star 数 ★ 0 分类 UI 增强 收录于 2026-08-16

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 webServer service 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.binDSH_DESKTOP_BIN$DSH_HOME/bin/dsh-desktop-shelldsh-desktop-shell on 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.

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.

内容来自项目 README(GitHub)↗

链接

同类插件

查看整个分类 →