PrivacyPolicy
TL;DR — We collect nothing. Your data stays on your phone. That's it.
1. Overview
MyLLM AI is designed with a privacy-first architecture. Unlike cloud-based AI services, MyLLM processes all data locally on your device. This privacy policy explains what data we collect (spoiler: almost nothing) and how your information is handled.
2. Data We Collect
- No analytics or telemetry — We don't use Google Analytics, Firebase, Mixpanel, or any tracking SDK.
- No crash reporting — We don't use Crashlytics or Sentry. If the app crashes, we don't know about it unless you tell us.
- No user accounts — There is no sign-up, login, or email collection.
- No usage data — We don't track which features you use, how often you open the app, or what you type.
- No advertising — There are no ads and no ad-tracking SDKs.
3. Data Stored on Your Device
MyLLM stores the following data locally on your device only:
- Conversation history — Your chat messages and AI responses are stored in a local SQLite database (Room) on your phone. This data never leaves your device.
- Model files — Downloaded AI models (GGUF format) are stored in the app's private storage directory.
- User preferences — Settings like selected model, theme preferences, and app configuration are stored in Android DataStore on your device.
- Temporary cache — Inference tokens and temporary processing data exist only in memory during active use and are cleared when the app is closed.
4. Network Communication
MyLLM AI makes network requests only for the following purpose:
- Model downloads — When you choose to download an AI model, the app fetches the GGUF file from HuggingFace's CDN. This is the only network request the app makes.
The AI inference engine (llama.cpp) contains zero networking code. It is physically impossible for your conversations, prompts, or AI responses to be transmitted over the network. All inference happens entirely on your device's CPU.
5. Third-Party Services
MyLLM AI uses the following third-party services:
- HuggingFace — For downloading open-weight AI models. HuggingFace's privacy policy applies to model download requests. We do not send any personal data to HuggingFace beyond the standard HTTP request for the model file.
We do not integrate with any other third-party services, SDKs, or APIs.
6. Children's Privacy
MyLLM AI does not knowingly collect any personal information from children under 13. Since we collect no personal data from any user, this applies universally.
7. Data Deletion
Since all data is stored locally on your device:
- Uninstalling the app will permanently delete all conversation history, downloaded models, and preferences.
- You can also clear data from within the app's settings or through Android's app settings (Storage > Clear Data).
- There is no server-side data to delete because none exists.
8. Open Source Transparency
MyLLM AI is built on open-source foundations. You can inspect the source code to verify our privacy claims. We believe transparency is the only way to build trust in AI software.
9. Changes to This Policy
If we ever change this privacy policy, we will update this page and note the date of the change below. Given our architecture, we don't anticipate any changes that would reduce your privacy protections.
10. Contact
If you have questions about this privacy policy, contact us at hello@myllmai.cloud.