dsh Android Shell APK
One APK to install: it boots a full dsh web agent that can really execute bash.
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.