Last updated: May 4, 2026
Privacy Policy
The short version
Timex never connects to a server. There is no account system. There is no telemetry. Your activity data is recorded into a single SQLite file at ~/Library/Application Support/io.muvon.timex/timex.sqlite and stays there. We never see it.
What Timex stores locally
- The bundle id and name of the frontmost app
- The title of the focused window (Accessibility permission)
- The active tab URL of supported browsers (Automation permission, per-browser)
- Start time, end time, and computed duration for each segment
What we never collect
- Audio, screenshots, keystrokes, mouse positions, clipboard contents
- Any usage analytics, crash reports, or diagnostic telemetry
- Email addresses, names, or any account credentials — we don't have an account system
Verifying it for yourself
Block Timex at the firewall (Little Snitch, LuLu, or your Mac's Application Firewall). The app continues to work indistinguishably. There is no fallback path, no retry queue, no "phone home" — there is no home to phone.
Your data, your file
The database is a plain SQLite file. Open it with any SQLite client. Copy it. Move it. Put it in a folder synced by iCloud or Dropbox at your own discretion. Delete it any time:
rm -rf ~/Library/Application\ Support/io.muvon.timexContact
Questions about anything here? hello@gettimex.app