• v1.2.0 9a3c0232ac

    v1.2.0
    All checks were successful
    ci-orchestrator / provision running on cpx42 in fsn1
    Stable

    hloth released this 2026-09-17 12:18:48 +02:00 | 0 commits to main since this release

    • Allow Google Play-installed Open Grind to use the sideloaded OAuth add-on
    • Full changelog

    Install


    Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.

    Don't reupload builds, always link to this page.

    All builds are reproducible.

    Verify release signature (optional)

    Release signature proves a certain file was built by Open Grind's developers and has not been tampered with. This step requires a computer and Minisign installed on it.

    # Download both the file and its .minisig into the same folder.
    file=open-grind-google-oauth-v1.2.0-arm64-v8a.apk
    
    # Official Minisign key: https://git.opengrind.org/open-grind/open-grind/src/branch/main/KEYS.md#release-signing
    if minisign -Vm "$file" -P RWReleaseOpenGrindurRQcmR+NovOaU5IEU3LM5l6TcXJvOGYw2m4O+; then
      echo "✓ signature valid and verified"
    else
      echo "✗ signature invalid, do not install this" >&2
      exit 1
    fi
    
    Downloads
  • v1.1.0 a2ad7824a5

    v1.1.0 Stable

    hloth released this 2026-09-12 12:56:07 +02:00 | 4 commits to main since this release

    • Bump Grindr Google OAuth WebExtension to v1.0.5:
      • Mask the token to protect it on screenshots
    • Push the token to Open Grind when the companion app is not running as an intent
    • Full changelog

    Install


    Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.

    Don't reupload builds, always link to this page.

    All builds are reproducible.

    Verify release signature (optional)

    Release signature proves a certain file was built by Open Grind's developers and has not been tampered with. This step requires a computer and Minisign installed on it.

    # Download both the file and its .minisig into the same folder.
    file=open-grind-google-oauth-v1.1.0-arm64-v8a.apk
    
    # Official Minisign key: https://git.opengrind.org/open-grind/open-grind/src/branch/main/KEYS.md#release-signing
    if minisign -Vm "$file" -P RWReleaseOpenGrindurRQcmR+NovOaU5IEU3LM5l6TcXJvOGYw2m4O+; then
      echo "✓ signature valid and verified"
    else
      echo "✗ signature invalid, do not install this" >&2
      exit 1
    fi
    
    Downloads
  • v1.0.0 a27bca0455

    v1.0.0 Stable

    hloth released this 2026-07-04 03:28:33 +02:00 | 21 commits to main since this release

    • Initial release with mandatory launch screen ("Sign in with Google" button) even in programmatic intent flow

    Install


    Report all issues to Forgejo issues or, if you don't know what that means, to Matrix chat room.

    Don't reupload builds, always link to this page.

    All builds are reproducible.

    Verify release signature (optional)

    Release signature proves a certain file was built by Open Grind's developers and has not been tampered with. This step requires a computer and PGP installed on it.

    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"
    
    Downloads