The mobile extension of Gravity Omega — a React Native Android client that connects to your desktop AI platform via WebSocket bridge. Issue commands, receive intelligence, and monitor your sovereign stack from anywhere.
Question everything, worship nothing, think for yourself.
+---------------------------+ +---------------------------+ | OMEGA MOBILE (Android) | <-WS-> | GRAVITY OMEGA (Desktop) | | React Native | | Electron + Python | | Chat UI + Push Notifs | | LLM Backend + Executor | +---------------------------+ +---------------------------+ | | +--- localtunnel NAT traversal ----------+
| Component | Technology | Purpose |
|---|---|---|
| Mobile App | React Native | Chat interface, push notifications, voice input |
| Transport | WebSocket | Real-time bidirectional communication |
| NAT Traversal | localtunnel | Internet passthrough for remote access |
| Desktop Bridge | Python (mobile_bridge.py) | Message routing, command execution |
- Remote AI Chat - Full conversational access to your desktop Omega instance
- Push Notifications - Real-time alerts from Sovereign Sentinel monitoring
- Voice Input - Speech-to-text for hands-free interaction
- Code Execution - Trigger desktop code execution from your phone
- System Status - Monitor service health across your sovereign stack
- Offline Queue - Messages queued when disconnected, delivered on reconnect
- Android device or emulator
- React Native development environment
- Desktop Gravity Omega instance running
`�ash npm install
npm run android `
Ensure your desktop mobile_bridge.py daemon is running and localtunnel is active. The app auto-discovers the bridge endpoint on startup.
MIT