DSH | DSH Mobile Remote | Access your local DSH Web UI from a paired phone #2520
april-jk
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
DSH | DSH Mobile Remote | Access your local DSH Web UI from a paired phone
Project: https://github.com/april-jk/dsh-mobile-suite
Plugin source: https://github.com/april-jk/dsh-mobile-plugin
Latest signed APK and deployment packages: https://github.com/april-jk/dsh-mobile-suite/releases/latest
DSH Mobile Remote adds a Remote Access section to the DeepSeek Harness Web UI. A user can pair a phone with a six-digit code or QR code, open the computer's local DSH UI through an outbound-only Relay connection, submit normal DSH tasks, review phone access history, and revoke the pairing from the computer.
DSH integration
apply(ctx)plugin and declareswebStartuppluswebServerinjection.dsh.bundle.patch.127.0.0.1:3080; the Companion opens only an outbound WSS connection.@deepseek-ai/dsh@0.1.0-rc.6on macOS and a clean Ubuntu GitHub Actions runner.Install
Open Settings > Remote Access to pair the phone.
MVP security scope
Relay traffic uses HTTPS/WSS and short-lived WebView tickets. The mobile client never receives the computer's device token. The MVP does not yet provide application-level end-to-end encryption; this limitation and the Relay's bounded access metadata are documented in the repository.
Mobile experience
The public Android build can use the hosted Relay or switch to a privately deployed HTTPS Relay without recompilation.
DeepSeek Harness on mobile
The remote WebView exposes the normal Harness workspace, mode, model, task composer, and submit flow on the phone.
A task running remotely
After submission, the phone shows the normal Harness conversation, injected context, active reasoning status, elapsed time, and stop control in real time.
All reactions