No accounts
Nothing to sign into. No email. No login. The app launches and works.
Privacy manifesto
ScreenMan is local-only by construction. Here's exactly what that means — and how to verify it on your own machine in under a minute.
Verify on your own Mac
Run ScreenMan. Open Activity Monitor → Network. Watch the bytes-out counter on the ScreenMan process. It doesn't move. Or use Little Snitch / nettop — same answer, more granular.
$ nettop -p ScreenMan -P -L 1 # bytes_in bytes_out state protocol # 0 0 Established tcp4 # # (zero outgoing bytes during a recording session)
We also grep the source tree on every build for any network or analytics SDK. That's our internal check — your firewall is the proof you can run yourself.
Nothing to sign into. No email. No login. The app launches and works.
No telemetry SDKs. No event tracking. No "anonymised usage stats" toggle to forget about.
No Sentry, no Bugsnag. If the app crashes, macOS logs it locally — same as TextEdit.
Recordings stay in ~/Movies. Screenshots in ~/Pictures. They leave your Mac only when you choose.
Every piece of ScreenMan data lives in a known local path. Nothing is uploaded, backed up, or synced unless you do it yourself.
Or your chosen folder
~/Movies/ScreenMan/~/Pictures/ScreenMan/Local SQLite, auto-prunes after 30 days
userData/history.dbOn-device, no upload
macOS Vision frameworkLocal key/value store
userData/settingsScreenMan only requests a permission when a feature actively needs it. If you don't use the keystroke HUD, we never ask for Accessibility.
macOS gates all screen capture behind this permission. Without it, ScreenMan cannot work at all.
Only requested when you enable mic capture. Skip it if you only need system audio.
Only requested when you enable the webcam bubble overlay.
Only requested when you enable the keystroke HUD overlay.
One small caveat
If you submit your email to the launch-updates form in the footer, we store that address solely to send you a one-time announcement when ScreenMan launches. That's the only data this website collects, and it never touches the app or your Mac. We don't run a marketing list — there's a single launch email and that's it. We don't run analytics, fingerprinting, or any other tracking on the site.
The manifesto above ("we don't know how many people use ScreenMan") is about the app itself — and remains literally true.
Our commitment going forward
Update checks, optional cloud uploads, sync — none of these exist yet, and if any ever do, they'll be opt-in, off by default, and disclosed in this document and the changelog before they ship.
No toggles to forget. No analytics SDKs. Nothing to disable.