Privacy & Security
Privacy in Tasquera is not a feature toggle or an afterthought—it is the foundational architecture of the application.
Core Privacy Guarantees
- Zero User Accounts: You never create an account, provide an email address, or enter personal credentials.
- Local-Only Processing: Task creation, natural language parsing, search filtering, recurrence scheduling, and sound generation happen entirely within your local device’s CPU and memory.
- No External Cloud Storage: Your tasks, notes, subtasks, and lists never touch cloud databases unless you choose to sync them across your own devices using peer-to-peer tools like Syncthing.
- Network Isolation: The application makes no background network calls. The sole optional network request is when the Android APK updater checks GitHub Releases (
api.github.com) for new application versions upon your request in Settings. - 100% Open Source: The complete codebase is open on GitHub under the MIT License with full dependency transparency.