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.

Deeppilot — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-deeppilot

Deeppilot

DeepPilot companion plugin for DeepSeek Harness: use DSH from a native iPhone app over an authenticated, direct connection to your own Mac.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-deeppilot@0.7.1
READMECompatibilityVersions
DeepPilot home screenDeepPilot sidebarDeepPilot chat screenDeepPilot settings screen

Compatibility and provenance

Deeppilot is published as dsh-deeppilot and currently resolves to version 0.7.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.7.1stable
9/18/2026
0.7.0stable
9/16/2026
0.6.2stable
9/10/2026
Show 13 more versionsCollapse versions
0.6.1stable
9/7/2026
0.6.0stable
9/4/2026
0.6.0-alpha.4prerelease
9/4/2026
0.6.0-alpha.3prerelease
9/2/2026
0.6.0-alpha.2prerelease
8/31/2026
0.6.0-alpha.1prerelease
8/31/2026
0.5.0stable
8/30/2026
0.4.0stable
8/28/2026
0.3.0stable
8/27/2026
0.2.2stable
8/27/2026
0.2.1stable
8/26/2026
0.2.0stable
8/24/2026
0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.7.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
124.3 MB
Files
60
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
363
Last push
9/18/2026
View source ↗Project homepage ↗
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

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-deeppilot

English | 简体中文

The open-source DSH companion plugin for DeepPilot, a native iPhone client for using DeepSeek Harness remotely. It connects the app directly to the DSH Host on your own Mac and does not replace or modify the DSH Web UI.

DeepPilot is currently in TestFlight review. The invitation link will accept testers after Apple approves the build.

Join the DeepPilot TestFlight

What you get

  • Browse projects, sessions, history, and live agent output from iPhone.
  • Send prompts, switch models, create sessions, and answer approvals/questions.
  • Pair with a five-minute single-use code and a per-device P-256 key; physical iPhones keep the private key in Secure Enclave.
  • Connect over the LAN (TLS with a Host-issued certificate pinned during pairing) or the optional embedded Tailscale Funnel.
  • Receive live notifications and optional APNs notifications while offline.
  • Self-update hint: the settings page footer shows the installed plugin version, with an inline "new version" link to the matching GitHub release when one exists (background check, stable releases only, no third-party dependency).

Install from npm

Requirements: Node.js 22+ and DSH with a web profile. The package includes Funnel helpers for macOS, Linux, and Windows on amd64/arm64; trusted-LAN mode does not require the helper.

Plugin versionRequired DSHHow to install
0.7.x (current stable, latest)DSH 0.1.5-rc.1 or newerdsh plugin --profile web add dsh-deeppilot
0.6.x (previous stable)DSH 0.1.5-rc.1 or newerdsh plugin --profile web add dsh-deeppilot@0.6.2
0.5.x (legacy)DSH 0.1.1-rc.2–0.1.2-alpha.1dsh plugin --profile web add dsh-deeppilot@0.5.0

0.7.x is built and typechecked against the DSH 0.1.5-rc.1 Host and client package family. It uses the Gateway multi-client Remote Events routing that keeps Web and DeepPilot independently answerable. Earlier plugin alphas remain historical artifacts; users installing the alpha tag for pre-release testing should update DSH to 0.1.5-rc.1 or newer.

# DSH 0.1.5-rc.1 or newer (recommended):
dsh plugin --profile web add dsh-deeppilot
# DSH 0.1.1-rc.2 through 0.1.2-alpha.1 (previous stable):
dsh plugin --profile web add dsh-deeppilot@0.5.0
dsh web

After DSH restarts, open Settings → DeepPilot, enable the connection, show the pairing QR code, and scan it in the DeepPilot app. Below the QR code the same panel shows one copyable piece of pairing info (address, single-use code and certificate fingerprint) that can be pasted into the app in one step — useful for Simulator or when the camera is unavailable. Switching between the LAN and public address issues a matching new QR code and string immediately, with the panel staying open.

LAN access is enabled by default on the plugin's independent TCP port 3098 and is TLS-only. The plugin generates a self-signed certificate on first start (key under $DSH_HOME/deeppilot/lan-tls/), and the pairing QR code carries its public-key fingerprint so the app pins that exact Host. DSH may continue listening only on 127.0.0.1:3080; the plugin no longer registers any /phone routes on the DSH web server. If a firewall is enabled, allow inbound TCP 3098 on the networks you use. The port can be changed under Advanced settings.

Upgrading from a plugin version that served plain ws:// on the LAN: devices paired over the LAN must pair again so they receive the certificate fingerprint. Devices paired through Funnel are unaffected.

Package: npmjs.com/package/dsh-deeppilot

Update or uninstall

dsh plugin --profile web update dsh-deeppilot
dsh plugin --profile web remove dsh-deeppilot

Restart DSH after updating. Uninstalling the package does not delete the local DeepPilot state under $DSH_HOME/deeppilot/.

Publishing (maintainers)

0.7.x targets DSH 0.1.5-rc.1+; 0.6.x keeps the pre-TLS LAN transport for the same DSH family during the migration window, and 0.5.x stays compatible with DSH 0.1.1-rc.2–0.1.2-alpha.1. Keep them published:

  1. Bump version in package.json and in the root "" entry of package-lock.json, then run npm test && npm run typecheck && npm run build and inspect npm pack --dry-run --json (the check tests/compatibility-metadata.test.ts enforces the peer range and asserts it admits both the 0.1.5-rc.* and the 0.1.6-* lines).

  2. Commit the release and push it. npm publish runs prepack (build) and prepublishOnly (test + typecheck) automatically.

  3. Publish pre-releases without touching latest:

    npm publish --tag alpha
    

    After a successful publish, npm view dsh-deeppilot dist-tags --json shows "latest": "0.7.x" and "alpha": "0.7.x-alpha.y". Verify the published package by installing it into a DSH 0.1.5-rc.1 profile before pointing users at it.

  4. Tag the release commit vX.Y.Z and prepare a GitHub Release (English + 简体中文 notes) that links this README section.

  5. Publish stable releases with npm publish --tag latest, which moves latest to the new version. Stable releases must never be published with --tag alpha.

Never run npm publish from a copy that still has an older version.

Connection and privacy

Conversation traffic travels directly between the iPhone and your DSH Host and is always encrypted: the LAN listener on port 3098 serves TLS with a self-signed certificate whose fingerprint the app receives during pairing, and Funnel mode uses Tailscale-issued certificates. The app refuses plain ws://. Both the LAN listener and optional Funnel mode expose only the DeepPilot connection, one-time pairing, and health endpoints, not the complete DSH Web UI.

The DeepPilot settings page exposes Connections per public source under the collapsed Advanced settings section. It defaults to 8, accepts 1–16, and briefly restarts the Funnel helper when changed, so connected remote clients reconnect once.

Offline push is optional. Relay mode sends only the target APNs device token and a limited notification payload; full conversation history and live output do not pass through the relay. Read PRIVACY.md and SECURITY.md before enabling remote access or push. Protocol-v2 implementation status and remaining release validation are tracked in docs/SECURITY_ROADMAP.md.

Screenshots

HomeSidebarChatSettings
DeepPilot home screenDeepPilot sidebarDeepPilot chat screenDeepPilot settings screen

Compatibility

See COMPATIBILITY.md for the tested baseline and current limitations. DSH is still evolving; include exact DSH and plugin versions when reporting an issue.

Protocol

PROTOCOL.md is the normative DeepPilot bridge protocol. Any wire change must update that document and src/protocol.ts together and be coordinated with the private iOS client. Protocol v2 is the only supported wire version; upgrades from v1 require re-pairing.

Development

npm ci
npm test
npm run typecheck
npm run build
cd helper && go test ./...

Community and feedback

  • GitHub Issues
  • GitHub Releases
  • npm package
  • Linux.do 社区

DeepPilot is an independent community project and is not affiliated with or endorsed by DeepSeek.

License

MIT — see LICENSE.