Download
Download TabGreater
TabGreater is distributed as a signed APK on GitHub Releases. Android 8.0 or newer.
TabGreater-1.0.0-foss.apk · 3.64 MiB · v1.0.0
This page will link it once it is live. The recipe asks F-Droid to publish our own signed build, so switching over will not need a reinstall.
Build it yourself
JDK 21 and the Android SDK are enough — no Android Studio. ./gradlew assembleFossRelease
Verify the download
Checking what you downloaded
The file hash tells you the download arrived intact. The certificate hash tells you it was signed by the same key as every other TabGreater release — that digest is the app's permanent identity and does not change between versions.
1 · The file
$ sha256sum TabGreater-1.0.0-foss.apk
b19e80e164cb89470b61b427fbe81d2326bb41a6fd0094104ac93342e0621a86
Changes with every release — always read it from the release notes.
2 · The signature
$ apksigner verify --print-certs …
71befee992ee607eabcdbc69542c7f7be4613c91171e599a47d4ea5594b3a635
Permanent. If this ever differs, it is not our build.
Installing an APK
Android may ask you to allow your browser or file manager to install unknown apps. You can switch that back off afterwards.
Widgets going stale?
On phones with aggressive battery management, set the app to Unrestricted. Settings → WIDGETS walks you through it.
Reproducible from source
Two clean clones of the tagged source produce a byte-identical APK, so the published binary can be checked independently.