The released .dmg is built by a pinned GitHub Actions pipeline — not hand-crafted, not uploaded from a local machine. Every binary is traceable to a git tag in the source tree it was built from. No telemetry phones home from the app. No bundled analytics. No auto-update pinging.
The quarantine flag is macOS’s “this came from the internet” marker — not a malware detection. It trips by default on every download, signed or not. xattr -rd com.apple.quarantine is a built-in macOS utility (man xattr) that deletes one specific extended attribute on the app bundle. It doesn’t run any code, change any system setting, or touch anything else on your machine.
Source is private for now — this is an indie project, not an open-source product, and keeping the source closed while we’re pre-revenue is a deliberate call. Reach out if you need to audit it for enterprise use.
Once Apple Dev certs are on the budget the app will be signed and notarized, and this whole section gets deleted.