Frequently asked questions

Is Umbra open source?
No. Umbra's code is public — you can read it on GitHub — but its license is All Rights Reserved, not an open-source license. You're welcome to look, but not to reuse or fork it.
What does Umbra send over the network?
Exactly one thing: an automatic check for app updates. That check is disclosed in the app itself (Settings) and in the README, not just here. Installing an update always asks for your explicit confirmation first — nothing installs silently.
Does Umbra track me?
The app has no telemetry, analytics, or tracking of any kind — verified before every release with a network-monitor check, not just claimed. This website (umbra-web) is different: it uses PostHog for anonymous page-view counts, with session recording turned off. That's this site's analytics, not the app's.
What platforms does Umbra support?
macOS on Apple Silicon (M-series chips) today. There is no Intel Mac, Windows, or Linux build yet.
How do I know the privacy claim is actually true?
Every release goes through a written, executed checklist that captures a live network trace of the app and confirms the only connection made is the disclosed update check — not just a one-time audit, a per-release gate.
What tools are in Umbra?
JSON formatting/validation, Base64 encode/decode, UUID generation, hashing, JWT decoding, cron expression translation, and image-to-text (OCR) — all running locally.