Installation
From Google Play
The Google Play version uses Google Play Services for location (FusedLocationProvider).
From IzzyOnDroid
The IzzyOnDroid version uses Android's native LocationManager and has no Google Play Services dependency. This is the recommended option for devices running LineageOS, CalyxOS, or any ROM without Google services.
GrapheneOS users: You can use the Google Play variant with sandboxed Google Play, or install the FOSS variant via IzzyOnDroid or GitHub Releases. GrapheneOS reroutes location requests to its own reimplementation of the Play geolocation service, so you get the accuracy benefits of FusedLocationProvider without sending location data to Google.
From GitHub Releases
- Download the latest APK from GitHub Releases
- app-gms-release.apk - Google Play Services variant
- app-foss-release.apk - FOSS variant (no Google Play Services)
- Enable Install from Unknown Sources in Android settings
- Install the APK
Build from Source
See Build from Source for instructions on building both variants locally.