Skip to content

Privacy & Security

Privacy in Tasquera is not a feature toggle or an afterthought—it is the foundational architecture of the application.

Core Privacy Guarantees

  1. Zero User Accounts: You never create an account, provide an email address, or enter personal credentials.
  2. 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.
  3. 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.
  4. 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.
  5. 100% Open Source: The complete codebase is open on GitHub under the MIT License with full dependency transparency.