Skip to content

Mobile Apps

React Native apps for iOS, Android, macOS, and Windows.

Platforms

PlatformMinimumStatus
iOS/iPadOS16+In development
Android10+In development
macOS11+In development
Windows10+In development

For immediate access, use the Web UI — fully functional, mobile-responsive, no install required.

Features

  • Session management (create, archive, delete, monitor)
  • Real-time chat with agents
  • Push notifications for session events
  • Remote connection via HTTPS with WebAuthn

Architecture

┌──────────────────┐ HTTPS/WSS ┌──────────────────┐
│ Mobile App │ ◄────────────────► │ clauderon daemon │
│ (iOS/Android) │ │ (your server) │
└──────────────────┘ └──────────────────┘

Connects via REST API (session management) and WebSocket (real-time updates, chat).

Security

  • WebAuthn/Passkeys for authentication
  • TLS encryption, certificate pinning available
  • No session data stored on device, no telemetry

Mobile App vs Web UI

FeatureMobile/Desktop AppWeb UI
PlatformiOS/iPadOS/Android/macOS/WindowsAny browser
Push notificationsYes (iOS/Android)No
Offline accessSession list cachedNo
Biometric authYes (Face ID, Touch ID, Windows Hello)WebAuthn
PerformanceNativeWeb
InstallationApp store/DownloadNone
Terminal attachLimited (view only)Full xterm.js
Multi-repo sessionsPlannedYes

Limitations

  • No terminal attach (view only)
  • Requires network connection to daemon
  • Daemon must be internet-accessible (or VPN)

See Mobile Setup for installation.