A quiet, offline daily Bhagavad Gita for Android.
Last updated: 21 April 2026
I built Nitya Gita because I wanted to read one Bhagavad Gita verse each morning without opening an app that tries to sell me something. So the privacy story is short:
Nothing you do in Nitya Gita is sent to me, tracked, or sold to anyone.
Nitya Gita does not declare the INTERNET permission. Android physically blocks the app from making any network request. The whole Bhagavad Gita — 700 verses, 18 chapters, Devanagari, IAST transliteration, and an English translation — ships bundled inside the APK.
A handful of things live in your phone’s local storage. They never leave:
Uninstall the app and all of the above disappears with it.
Nothing. Really — there is no network code path in the app. In airplane mode every feature still works. Shareable verse cards are rendered on-device; they only travel through Android’s system share sheet when you choose to send one yourself.
The AndroidManifest.xml asks for exactly two permissions:
POST_NOTIFICATIONS (Android 13+), so the optional daily reminder can appear. You grant or deny this yourself; denying it just silently disables the reminder.RECEIVE_BOOT_COMPLETED, so the reminder and home-screen widget can reschedule themselves after your phone reboots. No network call happens in the boot path.The app does not ask for INTERNET, location, camera, microphone, storage, or contacts.
No analytics. No crash reporting. No “anonymous usage stats.” No account. No cloud sync. No ads, in-app purchases, affiliate links, or tracking SDKs of any kind. If someone ever offers to buy this app and asks to change that, I’ll say no.
The app contains only scriptural verses in Sanskrit and English. It collects no data from anyone, including children.
Any change to what data leaves your device (ideally still nothing) will ship in the same commit that bumps the date at the top of this file. The freshest copy always lives at the URL in the Play Store listing.
Open an issue on the public repo for this site: https://github.com/iamarunbrahma/nitya-gita-site/issues. I see everything that gets filed there.