remote access
Run Andromity on your local development rig or desktop machine, and securely monitor or interact with it from anywhere using our Web Bridge.
Unlike remote desktops that stream visual pixels, Andromity’s Web Bridge streams only TUI state messages and command inputs. This keeps connection bandwidth extremely low and ensures seamless control even on poor mobile connections.
MARKUP
+--------------------+ +------------------+ +--------------------+
| LOCAL DEVELOPER | | AGENTICMARKET | | REMOTE DEVICES |
| RIG (PC) | <---> | WEB BRIDGE | <---> | Browser, Phone, |
| (Runs Andromity) | | (Secure Gateway) | | Laptop |
+--------------------+ +------------------+ +--------------------+
- End-to-End Encryption: Session inputs and terminal feeds are encrypted end-to-end. The Web Bridge gateway only relays tokens and cannot inspect your source code.
- Consent Controls: Remote sessions must be explicitly enabled by running a local command. You can terminate remote connections instantly from your local terminal at any time.
On your local developer computer, launch Andromity with the remote flag:
BASH
andromity --remote
This will output a secure session token and web URL (e.g. https://andromity.agenticmarket.dev/join/session-xyz).
Open the printed URL on your phone, tablet, or secondary laptop. You will see a live terminal mirror. You can input text, trigger commands, or review file diffs from anywhere.