The Short Version
We don't collect your data. Period. Homie runs entirely on your machine. We have no servers, no analytics pipeline, and no way to see what you do with Homie. This privacy policy exists because the law says we need one — but the honest answer is: your data is yours, and we never see it.
1. What Data Homie Processes Locally
Homie processes data on your machine to function as your personal AI assistant. This may include:
- Observations: Work patterns, routines, and habits (if enabled in privacy settings).
- Memory: Working memory (current context), episodic memory (past interactions), and semantic memory (learned knowledge).
- Voice: Speech-to-text and text-to-speech audio, processed locally via faster-whisper and Piper/Kokoro/MeloTTS.
- Email: Gmail messages if you connect your account — fetched and processed locally.
- Browser history: If enabled, browsing data from local browser profiles.
- Financial reminders: If enabled, extracted from emails and documents locally.
All of this data is processed and stored locally in ~/.homie/ on your machine. None of it is transmitted anywhere.
2. How Local Data Is Stored
Homie stores data in two forms:
- Databases: SQLite databases and ChromaDB vector stores in
~/.homie/. - Encrypted vault: Sensitive data (credentials, tokens, personal information) is encrypted with AES-256-GCM in a vault protected by your OS keyring (Windows Credential Manager, macOS Keychain, or Linux Secret Service). An optional password layer uses PBKDF2 with 600,000 iterations.
3. What We (Hey Homie) Collect
From the Homie application: Nothing. Zero telemetry, zero crash reporting, zero phone-home. There is no code in Homie that transmits data to us or to anyone else.
From this website: Standard web server logs (IP address, user agent, pages visited) as collected by our hosting provider. We do not run analytics scripts, tracking pixels, or advertising technology on this website.
4. Optional Cloud Connections
If you choose to connect external services:
- Gmail: Uses OAuth 2.0. Tokens are stored in your local encrypted vault. Emails are fetched and processed on your machine. No email data passes through our servers.
- Social media: API tokens stored in your local vault. Data flows between your machine and the platform directly — never through us.
These services have their own privacy policies. We encourage you to review them.
5. Voice Data
Voice data is processed entirely on your machine using local models (faster-whisper for speech-to-text, Piper/Kokoro/MeloTTS for text-to-speech). Audio is never transmitted over the network. No voice recordings are stored unless you explicitly enable voice logging in your configuration.
6. No Tracking, No Telemetry
Homie contains:
- No analytics SDK
- No crash reporting
- No update checks that transmit usage data
- No feature flags or A/B testing
- No advertising identifiers
Homie does not know how many users it has. We like it that way.
7. Data Retention and Control
You have full control over your data:
- Retention period: Configurable (default: 30 days). Older data is automatically purged.
- Storage limit: Configurable (default: 512 MB).
- Delete everything: Remove the
~/.homie/directory. That's it. There's nothing else anywhere. - Export:
homie backup --to <path>creates an encrypted archive of your data.
8. Your Rights
You have full control over all data Homie processes. You can view, export, modify, or delete any data at any time by accessing your ~/.homie/ directory or using the CLI tools. No request to us is needed — it is your filesystem, your machine, your data.
9. Children's Privacy
Homie is not designed for or directed at children under the age of 13. We do not knowingly collect or process data from children. Since Homie processes data locally and we collect nothing, this is a formality — but we state it for compliance with COPPA and similar regulations.
10. Changes to This Policy
We may update this Privacy Policy from time to time. Changes will be posted on this page with an updated effective date. Since we don't have your email (or any way to contact you), checking this page is the only way to see updates.
11. Contact
For questions about this privacy policy, contact: muthu.g.subramanian@outlook.com