DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Deepseek Launcher — DSH Plugin for DeepSeek Harness
← Plugins
D

dsh-deepseek-launcher

Deepseek Launcher

macOS desktop launcher for DeepSeek Harness with Chrome and an installation skill / macOS 桌面启动器与安装技能

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:wangzhuoyuan229-source/DeepSeekLauncher#f62392c3426b963cdde2894fce7b3aadc102bf5c
READMECompatibilityVersions

Compatibility and provenance

Deepseek Launcher is published as dsh-deepseek-launcher and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/23/2026

Versions

1.0.0stable
9/23/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/23/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

DeepSeekLauncher

蓝发人物与空白对话框启动器图标

为 DeepSeek Harness 提供 macOS 桌面入口。双击 DeepSeek Harness.app,启动本地 Web 服务并使用 Google Chrome 打开 http://127.0.0.1:3080;服务已经运行时直接复用。

这是社区启动器,需要事先安装 DeepSeek Harness 和 Chrome,不包含模型、API Key 或用户配置。

下载与安装

从 GitHub Releases 下载 DeepSeek-Harness-macOS-1.0.0.zip,解压后把应用放入 ~/Applications,双击启动。也可以从源码构建并安装,安装脚本会创建桌面入口:

git clone https://github.com/wangzhuoyuan229-source/DeepSeekLauncher.git
cd DeepSeekLauncher
bash scripts/build-macos.sh
bash scripts/install-macos.sh

依赖 macOS 自带的 osacompile、sips、iconutil、codesign。应用使用 ad-hoc 签名,未进行 Apple 公证;下载版本可能需要在 Finder 中右键选择“打开”。

启动器从 PATH、/opt/homebrew/bin 和 /usr/local/bin 查找 dsh。请先在终端确认 dsh web --no-open 能正常启动。默认端口固定为 3080,最多等待 30 秒,不更改已有 profile、插件或凭证。

DeepSeekHarness 插件安装

本仓库也提供 skill bundle,安装后可以让 Harness 根据技能创建或更新本机启动器。安装 bundle 本身不会自动运行安装脚本。

dsh plugin --profile web add github:wangzhuoyuan229-source/DeepSeekLauncher

之后向 Harness 提出:“使用 deepseek-launcher-macos 技能安装桌面启动器。”技能会从包内源码构建并安装同一个应用。只支持 macOS。

验证

python3 -m unittest discover -s tests -v
bash -n src/launcher.command scripts/build-macos.sh scripts/install-macos.sh
bash scripts/build-macos.sh
codesign --verify --deep --strict "dist/DeepSeek Harness.app"

自动测试覆盖服务复用、冷启动等待、缺少 dsh、启动超时和 Chrome 启动失败。实际验收记录见 docs/acceptance.md。

图标由用户提供的图片编辑而成:保留人物和空白对话框,去除背景与水印。编辑说明见 docs/icon-edit.md。