dsh plugins中文
← Back to popular plugin directory

dsh Android Shell APK

kelai141/dsh-mobile-apk · themes

One APK to install: it boots a full dsh web agent that can really execute bash.

★ 12GitHub stars
3Forks
2026-08-15Last updated
KotlinLanguage
MITLicense

Project overview

dsh-mobile-apk — DeepSeek Harness Android Shell APK dsh-mobile 生态 · dsh-shell-termux(shell)· dsh-client-ui-responsive(移动 UI)· dsh-host-web-compat(浏览器兼容)· dsh-mobile(协调仓库,private)

The bridge decouples the APK from the dsh version: pages feature-detect on androidBridge.version. Online update protocol

1. App fetches manifest.json: {url, sha256, size} (default http://10.0.2.2:8899/manifest.json for emulator testing; production points at a release server); 2. Downloads the snapshot, verifies SHA-256, extracts to a staging dir (never touching the live tree), atomically swaps usr → usr-old → new usr, then kills the old engine — the watchdog restarts it from the new runtime.

Install command

dsh plugin --profile web add github:kelai141/dsh-mobile-apk
View GitHub repository ↗Back to popular plugin directory