Frequently Asked Questions
How does Genesis handle my data?
Genesis is built with a local-first, privacy-first architecture. ALL your data (notes, tasks, documents, AI conversations, voice recordings) is stored locally on your device using encrypted SQLite databases. Your data never leaves your device without your explicit consent. There is NO cloud synchronization, NO data collection, and NO tracking.
Does Genesis work offline?
Yes! Genesis is designed to work 100% offline. All features including AI assistant, voice transcription, notes, tasks, reminders, and document management work without an internet connection. AI processing happens entirely on your device using local AI models (Whisper for voice, LLaMA/Qwen for conversation).
Is my data encrypted?
Yes. Genesis uses multiple layers of encryption:
- Database encryption: SQLite databases can be encrypted using SQLCipher (industry-standard AES-256)
- At-rest encryption: All data is protected by your device's built-in encryption
- Secure storage: Sensitive settings and encryption keys are stored in iOS Keychain / Android Keystore
- File encryption: Media attachments are protected by device-level encryption
- Secure deletion: Deleted data is overwritten (PRAGMA secure_delete = ON)
Where is my data stored?
Your data is stored exclusively on your device in:
- Encrypted SQLite database (genesis.db) in your app's private storage
- Device file system for media attachments (photos, audio, documents)
- Secure keychain/keystore for encryption keys and sensitive settings
Does Genesis share my data with third parties?
No. Genesis does not collect, transmit, or share your data with anyone. There are:
- NO analytics or tracking services
- NO third-party APIs for AI processing
- NO cloud storage providers
- NO advertising networks
- NO crash reporting services
- NO push notification servers
How does biometric security work?
Genesis supports biometric authentication (Face ID, Touch ID, Fingerprint) to protect your data. When enabled:
- The app requires biometric authentication to unlock
- Individual notes can be locked with biometric protection
- Biometric credentials are handled by your device's secure enclave (never stored in the app)
- You can also set a PIN as an alternative
What permissions does Genesis require and why?
Genesis requests only essential permissions for its features:
- Camera: For scanning documents and adding photos to notes (stored locally only)
- Microphone: For voice notes and AI voice transcription (processed on-device using Whisper AI)
- Location: For location-based reminders and geofencing (data stored locally, no tracking)
- Storage: For reading/saving document attachments (no scanning, only files you select)
- Notifications: For reminder alerts (generated locally, no push servers)
How does the AI assistant work? Is it private?
Genesis uses 100% on-device AI models - all processing happens locally:
- Voice transcription: OpenAI Whisper (open-source) runs locally - audio never leaves your device
- AI conversations: LLaMA, Qwen, or SmolLM models run locally - no cloud API calls
- Conversation history: Stored only in your local database
- No internet required: AI works completely offline
Can I export or backup my data?
Yes! You have full control over your data:
- Export: Export notes, tasks, and documents through in-app export features
- Backup: Your data is stored in standard SQLite format - you can backup the entire database file
- Data portability: All data can be exported in standard formats (JSON, CSV, SQL)
- No vendor lock-in: Your data is in open formats that can be read by other tools
How do I delete my data?
You have complete control over data deletion:
- Delete individual items: Delete notes, tasks, or conversations anytime through the app
- Clear all data: Use "Clear All Data" in app settings to remove everything
- Uninstall app: Uninstalling Genesis completely removes all local data from your device
- Secure deletion: Deleted data is overwritten for security (cannot be recovered)
What database technology does Genesis use?
Genesis uses SQLite - the most widely used database engine in the world. Security features:
- WAL mode: Write-Ahead Logging for concurrent access and crash resistance
- Foreign key constraints: Ensures data integrity
- Prepared statements: Prevents SQL injection attacks
- SQLCipher support: Optional AES-256 database encryption
- Optimized indexes: Fast query performance
- Auto-vacuum: Automatic disk space management
Is Genesis compliant with privacy regulations (GDPR, CCPA)?
Yes. Genesis complies with major privacy regulations through its local-first design:
- GDPR (EU): Complete data sovereignty - you control all data locally, right to erasure respected
- CCPA (California): No data sale or sharing with third parties
- DPDPA (India): Local-first ensures data residency and sovereignty
- Children's privacy: No data collection from children, compliant with COPPA/similar laws
What if I experience data loss or encounter a bug?
We work hard to make Genesis reliable, but like any software, issues can occasionally occur. Since Genesis stores all data locally on your device, here are some things to keep in mind:
- Data stored locally cannot be recovered by us if your device is lost, damaged, or reset.
- AI outputs (transcription, assistant) are generated by on-device models and may occasionally be imprecise.
- Reminder and notification delivery depends on your device's OS and battery settings.
- Regularly export and backup your important data using the built-in tools.
- Keep your device's OS updated for the latest security patches.
- Report bugs on GitHub so we can improve the App for everyone.
Is Genesis open source?
Genesis uses open-source technologies for transparency:
- React Native / Expo (UI framework)
- Whisper AI (voice transcription)
- LLaMA/Qwen (AI models)
- SQLite/SQLCipher (database)
How do I contact support?
For questions, bug reports, or feature requests:
- Email: stableversionapps@gmail.com
- GitHub Issues: Report bugs and request features
- Website: stableversionapps.github.io/genesis-personal
Will Genesis ever use cloud services?
Currently, Genesis operates 100% locally with NO cloud services. If future versions add optional cloud features (e.g., cloud backup, cloud AI), they will:
- Be explicitly opt-in - never enabled by default
- Include clear disclosure of what data is transmitted
- Allow you to continue using the app without these features
- Be documented in an updated Privacy Policy
Need more info? Read our Privacy Policy, or contact stableversionapps@gmail.com.
Last Updated: February 14, 2026
Effective Date: December 14, 2025