Keepie Uppie
A ridiculously addictive keepie-uppie challenge for your phone.
Download APKOverview
Keepie Uppie is a simple, satisfying juggling game — see how many touches you can string together before you drop it. Built with Flutter.
Who it's for: Anyone who wants a quick, addictive one-thumb game to kill five minutes.
Installing on Android
- Open the download link above on your Android phone (works best from Chrome).
- When the download finishes, tap it to open. Android will likely block the install with a message like “For your security, your phone is not allowed to install unknown apps from this source.” Tap Settings, then turn on Allow from this source for Chrome (or your file manager), and go back.
- Tap Install anyway if Play Protect shows a warning — expected for an app not distributed through the Play Store.
Permissions
Inspecting this build’s manifest turned up no requests for internet, camera, location, microphone, or storage access — it appears to be a fully offline, self-contained game with nothing notable to grant. (This wasn’t a full decompile, just an inspection of the packaged manifest, so treat it as a good-faith read rather than a guarantee.)
One small tell that this is still an early build: the app’s internal package name is com.example.keepie_uppie — Flutter’s default placeholder namespace, never swapped out for a proper one. Harmless, but a sign this hasn’t gone through a final release pass yet.
Screenshots
Updates
- 2026-08-06 Real release APK now available as a direct download, in place of the earlier placeholder link.