Privacy by Design

AI2TH builds "local-first" software. Our Android applications, including Linxr, Pockr, and Zyvr, are designed to run entirely on your device. We believe your data should stay where it belongs: with you.

Data Collection

We do not collect, store, or transmit any personal data.

The AI2TH apps do not include any analytics, tracking, or crash reporting libraries that send data to external servers. Any logs generated by the apps or the virtual machines remain strictly on your local storage.

Virtual Machine Isolation

All Linux environments (Alpine Linux) run inside a QEMU virtual machine. This provide a layer of isolation between the guest OS and your Android host.

While the VM has "outbound" internet access via SLIRP networking (required for apk add or docker pull), it cannot access your Android files or sensors unless you explicitly configure it to do so.

App Permissions

AI2TH apps request the following permissions only to function:

  • Internet Access: Required for the Virtual Machine to communicate with the network (e.g., SSH, package management).
  • Foreground Service: Required to keep the QEMU process running when the app is in the background.
  • Post Notifications: Required to show the persistent service notification while a VM is active.
  • Storage Access: Required to extract bundled VM assets and manage the writable storage overlay.

Third-Party Components

Our software relies on open-source projects such as QEMU and Alpine Linux. These components are bundled locally as static assets within the APK. They do not communicate with AI2TH servers.

Contact

If you have questions about this policy or our security practices, please open a discussion on our GitHub repository.

GitHub Discussions →