Mobile Apps

From OMXUS
Jump to navigation Jump to search


OMXUS Mobile Apps

OMXUS is available on iOS and Android, bringing the full power of the network to your pocket.

Download

Platform Status Download
iOS Beta App Store Link
Android Beta Play Store Link

Features

Both apps include:

Home Dashboard

  • Trust Score display with the iconic OMXUS ring
  • Quick access to Safety, Vote, and Mesh features
  • Real-time network statistics
  • Recent activity feed

Terminal

The mobile terminal connects to your OMXUS mesh node:

omxus > help
Available commands:
  help      - Show this help
  status    - Show node status
  mesh      - Show mesh network info
  identity  - Show identity info
  clear     - Clear terminal
  ssh <host> - Connect to remote host

Safety Center

  • Emergency alert button (hold to activate)
  • Location sharing with trusted contacts
  • Check-in system
  • Panic button sends GPS to all sponsors

Voting

  • View active proposals in your proximity
  • Vote with proximity-weighted voice
  • Create new proposals
  • Track participation

Mesh Network

  • Real-time connection status
  • Peer count and latency
  • Protocol information (Yggdrasil, QUIC)
  • Local mesh discovery

Ring Integration

Both apps support the OMXUS NFC ring:

  1. Tap ring to phone to verify identity
  2. Instant authentication without passwords
  3. Works offline via cryptographic signatures

Privacy

  • All data stored locally on device
  • End-to-end encrypted mesh communications
  • No tracking or analytics
  • Open source and auditable

Building from Source

iOS

cd omxus-main/ios
open OMXUS.xcodeproj
# Build with Xcode

Android

cd omxus-main/android
./gradlew assembleDebug
# APK at app/build/outputs/apk/debug/