Mobile
The same session is accessible on terminal, browser, and phone simultaneously. Start on your laptop, continue on your phone.
The use case
Long-running agents don't need you at your desk. Start a coding task, head to lunch, check progress from your phone. Your omnigent hits a question. Answer it from the coffee line. Want to review what it produced? Browse the files right there.
Everything syncs in real time across devices.
How to access
localhost:6767 is only reachable from the machine running the server. To access from your phone:
Same network. Use your machine's local IP instead of localhost (e.g., http://192.168.x.x:6767). Your phone needs to be on the same Wi-Fi network.
From anywhere. Deploy the Omnigent server beyond localhost. See the deployment docs for options.
No app to install. Just open the URL in your mobile browser.
What works on mobile
The full Web UI, touch-optimized: chat, monitor sub-agents, browse files, view code changes, and leave inline comments.