-
v1.0.0 Stable
released this
2026-07-04 03:28:33 +02:00 | 2 commits to main since this releaseOpen Grind Google OAuth
This is a companion app for Open Grind
- Initial release with mandatory launch screen ("Sign in with Google" button) even in programmatic intent flow
Install
- Most modern phones and other devices: arm64-v8a.apk
- Old phones running on 32-bit CPU: v7a.apk
- Chromebooks and emulators: x86_64.apk
If in doubt, try arm64-v8a.apk first.
Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.
Reveal to learn how to verify PGP signature
All builds are reproducable and signed with Open Grind's official PGP key and APKs are additionally signed with JKS. Verification is optional. It's recommended to verify downloaded builds for security hygiene but not needed to use the app. If you don't know what PGP is or don't have a computer, skip this step.
You can verify with:
curl -sSL https://opengrind.org/pgp.asc | gpg --import gpg --verify open-grind-google-oauth-v1.0.0-arm64-v8a.apk.asc open-grind-google-oauth-v1.0.0-arm64-v8a.apk 2>&1 | grep -q "327F54ED1D2338E6D3B3930122F838B04A16E6DE" && echo "Signature OK" || echo "Invalid signature"Note
Please do not reupload APK builds anywhere, especially closed channels such as messengers. Always link to this page (
https://git.opengrind.org/open-grind/open-grind-google-oauth-android-app/releases).Downloads