Skip to content
AstorisTheBrave edited this page Jul 4, 2026 · 4 revisions

URSA Wiki

URSA is a native Android client for Uptime Kuma: watch your self-hosted monitors in real time, across multiple servers, with push notifications that need no relay server and no Google services.

This wiki has two sections. Pick the one that fits you.

For users

You want to install URSA and watch your servers from your phone.

For developers

You want to build URSA, understand how it works, or contribute.

What URSA is (and is not)

URSA is a client: it watches and reacts. It does not replace the Uptime Kuma web UI for configuration. You still create and edit monitors, notifications, and status pages in Kuma itself; URSA is where you keep an eye on them and act quickly.

  • Native Android - Kotlin and Jetpack Compose.
  • No relay server - push goes from your Kuma instance straight to your device.
  • No Firebase - notifications ride UnifiedPush; you choose the distributor.

Clone this wiki locally