DeepSeek Harness 的非官方 MIT 授權 Android 遠端客戶端——使用 Kotlin + Jetpack Compose 撰寫,透過區域網路或 dsh-relay 連線,完整重製網頁介面並支援完成/待審推播通知。
DSH 整合
生態系相關
作者聲明
安全稽核
未稽核
最後核實
2026-09-01
授權條款
MIT
01它能幫你完成什麼?
Drive and review a running DeepSeek Harness session from your Android phone
Live chat, plan/goal review, permission approvals and user questions answered, plus push notifications when the harness finishes
DeepSeek Harness users who want to operate the harness away from their desk, over the local network
Never miss a pending approval, review or finished turn while away from the terminal
Push notifications for turn complete, goal complete / blocked, and review or question waiting
Harness operators who step away but must not miss an approval prompt or a completed run
02如何將外掛接入 DeepSeek Harness?
先決條件
- Android 8.0+ (minSdk 26) device
- A running DeepSeek Harness (tested against 0.1.2-alpha.1); harness 0.9.0 is incompatible with the 0.1.1 protocol
- For Relay mode: the dsh-relay harness plugin installed into the harness web profile
安裝步驟
- 01
Install the latest APK from the GitHub Releases page.
- 02
Relay (recommended, works off Wi-Fi): run `dsh plugin --profile web add dsh-relay` then `dsh web` in the harness web profile; open the printed URL on that computer, set a password, open `/relay/pair`, and in the app tap Relay -> Pair a relay to scan the QR.
$ dsh plugin --profile web add dsh-relay
- 03
Local network: apply the one-file LAN patch in `harness/README.md`, restart `dsh web`, then in the app tap Scan network and paste the startup link the harness prints.
$ dsh web
- 04
USB / emulator: run `dsh web`, then `adb reverse tcp:3080 tcp:3080`, and connect to `127.0.0.1:3080` in local-network mode.
$ dsh web
驗證整合成功
作者未說明
03DSH 整合程度與能力邊界
Unofficial Android companion app that connects to DeepSeek Harness over the local network or via the dsh-relay harness plugin
Connect over LAN, relay, HTTPS proxy or USB
a running DeepSeek Harness reachable on the local network or via dsh-relay→a paired phone session reaching the harness chat, sessions and notifications
local-network mode authenticates but does not encrypt the connectionFull chat experience
a connected harness session→streamed turns, markdown, terminal/diff/read/search/web tool cards, queue dock, history paging, image attachments
Drive the full harness GUI from your phone
a connected harness session→goals (phases, rounds, pause/resume/edit), plan mode + plan review, permission approvals, user questions, subagents, background jobs, skills, model selection
Finish & review notifications
an active harness session with a paired phone→push notifications for turn complete, goal complete / blocked, and review or question waiting
04適合誰?何時不該用?
適合
- DeepSeek Harness users who want to operate the harness away from their desk, over the local network
- Harness operators who step away but must not miss an approval prompt or a completed run
不適合
- Android only — the app runs on Android 8.0+ (minSdk 26) and has no iOS or desktop build; it is written in Kotlin + Jetpack Compose.
- The app and harness must move together: harness 0.9.0 replaced the wire protocol rather than extending it, so 0.9.0 does not speak the 0.1.1 protocol. Track docs/COMPATIBILITY.md before upgrading either side.
- Local-network mode authenticates the device but does not encrypt the link and does not stop others already on the network from reaching the port — use only on networks you trust. Relay mode adds a pinned certificate. Signing in grants the same power as a shell on the computer running the harness.
05相容性、維護與安全提醒
- Android only — the app runs on Android 8.0+ (minSdk 26) and has no iOS or desktop build; it is written in Kotlin + Jetpack Compose.
- The app and harness must move together: harness 0.9.0 replaced the wire protocol rather than extending it, so 0.9.0 does not speak the 0.1.1 protocol. Track docs/COMPATIBILITY.md before upgrading either side.
- Local-network mode authenticates the device but does not encrypt the link and does not stop others already on the network from reaching the port — use only on networks you trust. Relay mode adds a pinned certificate. Signing in grants the same power as a shell on the computer running the harness.
- This is an unofficial, community-built remote; the DeepSeek Harness and its brand are property of their respective owners.
MIT · unofficial Android companion for DeepSeek Harness; latest release v0.9.3 (2026-08-29); CI workflow on main
06常見問題
DSH Mobile 是 DeepSeek Harness 的官方軟體嗎?
不是。DSH Mobile 是 DeepSeek Harness(MIT)的非官方社群配套軟體。Harness 及其品牌歸各自擁有者所有;本專案是一個獨立建置的遠端客戶端,重製其網頁介面。
如何把 DSH Mobile 連接到我的 Harness?
安裝應用程式 APK 後,可用四種方式之一連線:Relay(透過加密通道配對 dsh-relay)、本地網路(套用單一檔案的 LAN 修補、重新啟動 dsh web、點擊掃描網路)、自建 HTTPS 反向代理,或透過 USB/模擬器執行 `adb reverse tcp:3080 tcp:3080`。
支援哪些 Android 版本?
Android 8.0+(minSdk 26)。沒有 iOS 或桌面版本——該軟體僅支援 Android,使用 Kotlin + Jetpack Compose 撰寫。
本地網路連線安全嗎?
本地網路模式會對裝置進行認證,但不對連線加密,也無法阻止同網路中其他人存取該連接埠——請只在你信任的網路上使用。Relay 模式額外疊加了憑證固定。登入後所擁有的權限等同於在執行 Harness 的電腦上取得一個 shell。
DSH Mobile 需要特定的 Harness 版本嗎?
需要。應用程式與 Harness 必須同步升級:Harness 0.9.0 取代而非延伸了線路協定,因此 0.9.0 不相容 0.1.1 協定。應用程式基於 0.1.2-alpha.1 測試,詳見 docs/COMPATIBILITY.md。
07相關的 DSH 工作流程
openviking
作者 volcengine
為 AI 智慧體打造的自進化上下文資料庫,統一智慧體記憶、知識 RAG 與技能。
archify
作者 tt-a1i
為編碼智慧體生成美觀可驗證的架構圖、時序圖與資料流圖,輸出自包含 HTML,支援動效與清晰匯出。
nocobase
作者 nocobase
開源的 AI + 無程式碼應用搭建平臺:AI 在久經生產驗證的底層基礎設施與所見即所得的無程式碼介面之上工作,幫你快速構建 CRM、ERP 等業務系統,兼顧速度與可靠性。
learn-harness-engineering
作者 walkinglabs
Harness 工程新手教程,從 0 到 1 系統學習智慧體工作流框架。
08資料與來源
DSH Mobile is an **unofficial companion app** for the
Its companion on the other end is
a harness plugin that adds the
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-01。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
