@I_am_oil_oil: 我自己在用的一些 DeepSeek 插件推荐: 1. https://github.com/dataelement/dsh-desktop… 将 DeepSeek Harness 包装为桌面端 2. https://github.com/…
摘要
本文推荐了一些用于 DeepSeek 的插件,包括将 DeepSeek Harness 包装为桌面端的 DSH Desktop,以及其他实用工具。
查看缓存全文
缓存时间: 2026/08/27 15:37
我自己在用的一些 DeepSeek 插件推荐:
- https://github.com/dataelement/dsh-desktop… 将 DeepSeek Harness 包装为桌面端
- https://github.com/oil-oil/dsh-theme… 更换 DeepSeek 主题配色和字体大小
- https://github.com/oil-oil/dsh-oil-sticky-prompt… 将我们发送的信息在对话框里吸顶
- https://github.com/omdsh-dev/DSH-better-sidebar… 类似于 CodeX 的侧边栏工具
- https://github.com/oil-oil/dsh-oil-creator… 我自己的内容创作工作台
dataelement/dsh-desktop
Source: https://github.com/dataelement/dsh-desktop
DSH Desktop
A local-first, cross-platform desktop app for DeepSeek Harness.
English · 简体中文 · 日本語 · Русский · Español · Português

Use official DeepSeek models or mainstream third-party model providers, manage portable Agent presets, and continue your Harness sessions from your phone.
DSH Desktop packages the local DeepSeek Harness experience as an installed desktop application. It starts Harness automatically, keeps profiles, plugins, workspaces, model settings, and sessions outside the application directory, and opens the full Harness interface as soon as the local runtime is ready.
DSH Desktop is an early preview built on the rapidly evolving
@deepseek-ai/[email protected]. macOS releases are code-signed and notarized by Apple. Windows x64 installers are code-signed; Windows security warnings may still decrease gradually as the publisher builds download and installation reputation.
Download
Download DSH Desktop for macOS and Windows from the official website.
Installed builds check for updates shortly after startup and every six hours. When a new version is available, DSH Desktop asks before downloading it; installation begins only after you choose Restart and install. You can also check manually from the application menu or skip one version without hiding future releases.
Community
Scan the QR code below with WeChat to join the DSH Desktop community group.

Prefer Discord? Join the DSH Desktop Discord community.
What DSH Desktop adds
DeepSeek Harness already provides the Agent runtime and Web UI. DSH Desktop adds the native host capabilities needed for a practical desktop product:
- Starts and stops Harness without requiring a separate CLI or browser tab
- Uses the native system directory picker to add and manage project workspaces
- Supports official DeepSeek models and mainstream third-party model providers
- Imports and exports complete custom Agent presets as portable
.dshpresetpackages, with conflict checks and a trust warning before installation - Preserves profiles, plugins, workspaces, sessions, and model settings across app upgrades
- Detects startup and frontend plugin failures, keeps diagnostics in
harness.log, and offers guided recovery actions - Provides a non-destructive Safe Mode that temporarily blocks third-party plugins
- Lets a paired phone continue sessions over the local network or an optional temporary public tunnel
- Checks for desktop updates and keeps download and installation under user control
- Adapts native menus, titlebar behavior, window focus, theme, and application branding for macOS and Windows
Phone access
Choose Connect Phone… from the Harness menu and scan the pairing code. The desktop asks you to approve the connection before the phone can access sessions.
Harness itself remains on a random 127.0.0.1 port. Phone access uses a separate paired bridge. It can stay on the local network or, when you choose remote access, use a temporary Cloudflare Quick Tunnel. Disconnecting the phone from the desktop invalidates the mobile session.
Safe Mode and recovery
If a third-party plugin interferes with startup or rendering, DSH Desktop can identify the implicated plugin from runtime and frontend evidence and open a guided recovery surface.
Choose Restart as Safe Mode… from the Harness menu to start an isolated profile containing only official core bundles. The Agent, sessions, model settings, and workspaces remain available while third-party plugins from the normal profile stay blocked. You can remove selected plugins or return to a normal launch from the Safe Mode banner.
If the normal interface cannot be reached, start DSH Desktop with --safe-mode. On macOS:
open -a "DSH Desktop" --args --safe-mode
Local data and security
- The Harness Web UI is served only on a random loopback port.
- The renderer has no Node.js privileges and uses context isolation and sandboxing.
- Webviews, untrusted in-app navigation, and unexpected permission requests are blocked.
- External web links open in the system browser.
- User profiles and sessions live under Electron’s per-user application data directory, not inside the installed app.
- Phone access requires a short-lived pairing token and explicit desktop approval.
Platform support
| Platform | Distribution | Status |
|---|---|---|
| macOS Apple Silicon | Signed and notarized DMG/ZIP | Supported |
| macOS Intel | Signed and notarized DMG/ZIP | Supported |
| Windows x64 | Code-signed NSIS installer | Supported |
| Windows ARM64 | — | Not currently supported |
| Linux | — | Not currently supported |
Harness includes target-native dependencies, so every release artifact is built on the matching operating system and architecture.
Development and architecture
Contributions are welcome. Start with the public engineering documentation:
- Development guide — setup, validation, patch maintenance, and target-native packaging
- Architecture — runtime flow, persistent data, security boundaries, recovery, mobile access, and updates
- Release runbook — signing and publication controls
- Preset package format — portable Agent preset contract
Before submitting a change, run npm test, npm run typecheck, and npm run build, then exercise the affected real application flow. Never include real API keys in issues, logs, screenshots, or test data.
Friends
dsh-market is the community plugin market for DeepSeek Harness. Browse and search plugins, preview screenshots, install or update packages, enable or disable plugins, and switch themes from the Harness interface.
License
DSH Desktop is open source under the MIT License.
DeepSeek Harness and its dependencies remain subject to their respective upstream licenses and trademark policies. DSH Desktop is an independent community desktop application.
相似文章
@yupi996: https://x.com/yupi996/status/2090338234257863068
本文提供了详细的教程,介绍如何将DeepSeek Harness部署到服务器上,实现团队协作和远程访问,并突出了其高自由度的插件生态。
@seclink: 既然都成热搜了,代码值得阅读理解一下,吸收一下优点. 其中,松耦合, 模块化的理念,确实是值得借鉴的. deepseek-harness 值得借鉴的是「能力即 seam」的插件式松耦合:http://ctx.tools/ctx.sandb…
DeepSeek 发布了 Harness v0.1 的开发者预览版,开源代码库展示了插件式松耦合架构,强调了模块化和松耦合理念的优点。
@Saccc_c: L站网友还是太超模了,有人根据GitHub上泄漏的DeepSeek Harness 内测生态插件仓库,反推出了部分技术架构 供参考,只能说对DeepSeek Harness期待住了!
L站网友根据GitHub上泄漏的DeepSeek Harness内测生态插件仓库,反推出了部分技术架构,引发对DeepSeek Harness的期待。
DeepSeek Harness
DeepSeek AI 开源了 DeepSeek Harness (dsh),一个基于 Cordis 的插件架构智能体框架,目前处于开发者预览阶段,预计会有破坏性更改。
@Lonely__MH: iOS开发者的福音! Deepseek Harness iOS 模拟器 + 真机自动化插件它来了! 安装:dsh plugin --profile web add @zseven-w/dsh-ios@latest 作者高产似母牛 有兴趣的…
DeepSeek Harness 发布了一款iOS开发插件,支持模拟器和真机自动化,可通过npm安装,提供21种代理工具和实时交互面板。