返回目錄

deepseek-harness-mobile

維護狀態: 活躍

sorsama/deepseek-harness-mobile

DeepSeek Harness 的 Android 伴侶應用,通過區域網在手機上完成聊天、目標、審批與通知,Kotlin 與 Jetpack Compose 打造。

前往 GitHub專案首頁
$ dsh plugin --profile web add dsh-relay

52

星數

13

Fork

Kotlin

語言

MIT

授權條款

2026-08-14

建立於

2026-08-29

最近推送

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

安裝步驟

  1. 01

    Install the latest APK from the GitHub Releases page.

  2. 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

  3. 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

  4. 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 整合程度與能力邊界

DSH 整合生態系相關

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-relaya paired phone session reaching the harness chat, sessions and notifications

    local-network mode authenticates but does not encrypt the connection
  • Full chat experience

    a connected harness sessionstreamed 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 sessiongoals (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 phonepush 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.
2026-08-142026-08-29v0.9.3

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。

08資料與來源

  • 作者聲明github.coma7caf612df49…

    DSH Mobile is an **unofficial companion app** for the

  • 作者聲明github.coma7caf612df49…

    Its companion on the other end is

  • 作者聲明github.coma7caf612df49…

    a harness plugin that adds the

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-01。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。