// legal
Last updated: February 2026 · Effective immediately
// tldr
// 01
Sentinel does not collect, transmit, or store any data on external servers — because there are no external servers. The app has no outbound network requests of its own.
// 02
Everything Sentinel monitors is stored locally in a CoreData database on your Mac. This includes:
None of this data ever leaves your machine. It is never uploaded, synced, or shared.
// 03
Sentinel requests certain macOS permissions to do its job. Here is exactly what each one is used for — and what it is not used for.
// 04
You own everything Sentinel records. You can clear all event history from within the app at any time. Uninstalling Sentinel removes all stored data — there is nothing left behind on any server, because there are no servers.
The Touch ID app lock protects your threat data from other users of your Mac. Biometric data is handled entirely by macOS LocalAuthentication — Sentinel never sees or stores your fingerprint or face data.
// 05
Sentinel contains zero third-party SDKs, analytics libraries, crash reporters, or advertising frameworks. The only external resources it loads are system fonts at runtime from Google Fonts (this website only — not the app). The macOS app itself makes no outbound connections.
// 06
Sentinel is open source. You can read every line of code, verify these claims, and build it yourself. If you find something that contradicts this policy, please open an issue on GitHub.
// 07
If this policy changes, the updated date at the top of this page will reflect it and changes will be noted in the app's release notes. Given the nature of the app — no data collection, no servers — there is very little reason for this policy to ever change.