dshbase

插件目录 / Developer / dsh-desktop-min

dsh-desktop-min

未验证 wezoo-wb

✓ 持续维护 基于 28 个官方 DSH 包

查看 GitHub ↗ ← 返回插件目录

4Stars
0Forks
0未关闭 issue
语言
2026-08-23最近推送
跨平台平台

功能简介

A minimal, product-neutral, extension-first desktop shell for DeepSeek Harness.

我们的评价
未验证 — 尚未实测

A minimal, product-neutral, extension-first desktop shell for DeepSeek Harness. 尚未验证——请自行安装测试。

「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。

你是插件作者? 想拿到「已验证」标签——提交你自己的验证证据(截图、日志或短视频),我们审核通过后即改为「已验证」。

提交验证证据 ↗

README

dsh-desktop-min

dsh-desktop-min is a minimal, product-neutral, extension-first desktop shell for DeepSeek Harness. It starts an ordinary Web-capable DSH profile in a secure Electron window and supplies the smallest runtime needed for third-party desktop extensions.

The core does not implement Agents, workspaces, product UI, embedded pages, tray menus, updates, custom chrome, notifications, or remote hosting. Those features are independent DSH packages with optional Host, Client, and fully trusted Native entrypoints.

Run

End users install a platform artifact from GitHub Releases and launch the application normally. The installed application does not require Node.js or a package manager. This repository is the application source and is not published as an npm launcher.

The launcher applies its Host bridge only for that run when the selected profile has not installed the bundle. Existing DSH profile composition remains owned by the official dsh CLI.

Source launch and useful options:

corepack pnpm start -- --profile web
corepack pnpm start -- --profile my-profile --devtools
corepack pnpm start -- --profile my-profile --extension @acme/desktop-native
corepack pnpm start -- --profile my-profile --connector @acme/remote --connector-option endpoint=wss://host.example
corepack pnpm start -- --profile my-profile --connector-option startupTimeoutMs=180000
corepack pnpm start -- --profile my-profile --safe-mode

Native extensions listed by the profile's DSH bundles are discovered automatically. --extension adds an explicit package or directory. --safe-mode skips all external Native entries. The built-in local connector accepts startupTimeoutMs from 1,000 through 600,000 milliseconds for unusually large cold-start profiles; its default remains 60,000 milliseconds.

Develop

This is a pnpm-only project. Corepack selects the exact pnpm release declared by the repository:

corepack pnpm install --frozen-lockfile
corepack pnpm run check
corepack pnpm run dev -- --profile web

Run the included capability example:

corepack pnpm run example -- --profile web

Extension model

A package may use ordinary DSH metadata for its Host and Client plugins and add a full-trust Native entry:

{
  "name": "@acme/dsh-desktop-feature",
  "version": "1.0.0",
  "dshDesktopMin": {
    "apiVersion": 1,
    "native": "./lib/native.js",
    "trust": "full"
  }
}

The Native entry can:

  • register an entirely new JSON capability for Host and Client callers;
  • register a replaceable Host connector;
  • read Host contributions and execute Host commands;
  • observe or configure the main window;
  • acquire background lifetime for tray-style extensions;
  • use the complete Electron API under the package's explicit full-trust declaration.

Regular Host and Client plugins never receive Node.js, raw Electron, raw IPC, or a BrowserWindow. The renderer preload exposes only capability discovery, JSON method calls, Host command execution, and capability events.

See architecture, extension authoring, development and packaging, and security policy.

Design principles

  • Minimal defaults and broad extension mechanisms are separate goals.
  • DSH remains responsible for Profiles, bundles, Agent behavior, and Web Client composition.
  • Every cross-process payload is finite JSON and every public id is validated.
  • Process-based Host tools do not create visible console windows on Windows.
  • The main DSH renderer stays sandboxed with context isolation and no Node integration.
  • A remote connector must return a trusted loopback Client URL, normally through a local proxy or tunnel; the core never grants its preload to an arbitrary remote page.
  • Native entries are local code with the same trust implications as the application itself.

License

MIT. See LICENSE.

安装

🧩 让 Agent 自动装(推荐)

装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:

dsh plugin add dshbase-catalog

然后对 agent 说「帮我装 dsh-desktop-min」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包

该插件是 GitHub 源码(未发 npm)——直接从仓库装:

Web profile:

dsh plugin --profile web add github:wezoo-wb/dsh-desktop-min

Headless(CLI)profile:

dsh plugin --profile headless add github:wezoo-wb/dsh-desktop-min

实测报告

尚未 L3 验证——若已跑过,见下方失败备注。

状态:pending · 最近测试 2026-08-25
备注:验证: runtime-fail 浏览全部待验证失败 →
安全:尚未扫描——我们的每日静态扫描将很快覆盖它。

分享徽章

Developer 里更多

浏览全部 7789 个插件 →