A single-user personal wiki for Android.
Last updated: 2026-09-13
Mobile Wiki (“the app”) is a single-user personal wiki for Android. This document describes what data the app handles and where it goes.
expo-sqlite. Not encrypted at rest beyond Android’s
full-disk encryption.expo-secure-store, which uses Android’s
EncryptedSharedPreferences (backed by the Android Keystore). Never
written to plaintext storage or logs.expo-secure-store.Uninstalling the app removes all of the above. There is no cloud backup
(android.allowBackup is false).
When you tap Save & process or ask a question, the app sends the relevant text to the LLM provider you have selected:
https://api.anthropic.com — governed by
Anthropic’s privacy policy: https://www.anthropic.com/legal/privacyhttps://generativelanguage.googleapis.com —
governed by Google’s privacy policy: https://policies.google.com/privacyYou authenticate directly with that provider using your own API key. The developer of this app has no access to your prompts, responses, or account.
The app contacts no other network endpoints. There is no analytics, crash reporting, advertising SDK, or telemetry.
None. There is no server-side component. We cannot see your wiki, your prompts, your API keys, or whether you’ve installed the app.
The app is not directed at children. Use of the underlying LLM providers is governed by their respective terms, which generally require users to be at least 13 or 18 years old depending on jurisdiction.
If this policy changes, the new version will be published at
https://taha-1005.github.io/mobile-wiki-privacy/privacy.html and the
Last updated date above will be revised.
tahafbharucha@gmail.com