Installation
From Google Play
The Google Play version uses Google Play Services for location (FusedLocationProvider).
From F-Droid
The F-Droid 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.
From IzzyOnDroid
The IzzyOnDroid version is the same FOSS variant as on F-Droid and has no Google Play Services dependency. IzzyOnDroid typically receives new releases faster than the official F-Droid repository.
GrapheneOS users: You can use the Google Play variant with sandboxed Google Play, or install the FOSS variant via F-Droid, 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.