Welcome! This repository powers the Kosher Aurora Store – a filtered and privacy-focused version of Aurora Store tailored for safe, kosher-friendly usage. The store fetches a dynamic app list from this repo, ensuring that only approved apps are available—no updates to the app itself are needed.
You may remember the older Aurora Updater—it worked, but this is better:
- ✅ Uses the latest version of the Aurora Store
- ✅ Supports direct app downloads
- ✅ Dynamically syncs with this JSON list
- ✅ Can install via root, Aurora Services, or even standard Package Installer
- ✅ Tries to block access to default app settings, but if users find a way, please report it
All app visibility is controlled by a single file: apps_list.json
- No coding required to contribute—it's like editing a text file.
- Hosted on GitHub, so anyone can help maintain the list.
- Used live by the store to update its allowed apps.
The rules are simple:
-
❌ No social media
-
❌ No apps with embedded browsers
-
✅ Everything else that's useful or age-appropriate:
- File managers
- Utility tools
- Kid-safe games
Want to help maintain or suggest apps? It's easy:
-
Fork the Repository Click the Fork button in the top right of this page.
-
Edit
apps_list.jsonFind the category that fits, and add the app’s package name. If no suitable category exists, create a new one. -
Submit a Pull Request Include a brief explanation of what the app does and why it fits the kosher criteria.
All pull requests will be reviewed for suitability.
Feel like this is too advanced for you? It isn't. Check this guide out on how to contribute: https://forums.jtechforums.org/t/guide-how-to-contribute-to-tripleus-kosher-aurora-store/3890
Here’s what the format looks like:
{
"categories": [
{
"title": "File Managers",
"packages": [
"com.example.files",
"com.example.manager"
]
},
{
"title": "Educational Games",
"packages": [
"com.kidsgame.mathfun"
]
}
]
}- Rooted device? Enable root install in settings.
- Aurora Services installed? It can use that too.
- No extras? It will install using the regular Android package installer.
- Anonymous login only — that's the only mode allowed in this fork.
A lot of effort went into blocking access to app settings and preventing workarounds—but nothing’s perfect. If you discover a bypass, please open an issue so it can be fixed.
➡️ Get the latest release here
Thank you for helping make the Kosher Aurora Store safe, useful, and community-driven!