-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
AstorisTheBrave edited this page Jul 4, 2026
·
2 revisions
URSA runs on Android 8.0 (Oreo) and newer.
URSA is in active development. A tagged release and an F-Droid listing are planned. Until then, the most reliable option is to build the debug app from source, or install a release APK once one is published.
- Go to the repository's Releases.
- Download the
.apkasset for the latest release. - On your phone, open the file and allow installation from your browser or files app if prompted (this is normal for apps installed outside a store).
You need Android Studio (its bundled JDK is fine) and the Android SDK.
git clone https://github.com/AstorisTheBrave/ursa-android.git
cd ursa-android
./gradlew assembleDebug
The APK is written to app/build/outputs/apk/debug/app-debug.apk. Copy it to your
phone and install it, or install directly over USB with adb install.
For a full development setup, see Building and Testing.
- A signed release channel and a first tagged version.
- An F-Droid listing (the app is fully FOSS, with no Firebase or proprietary dependencies).
Next: Getting Started.