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 yourself.
Build-time check
$ grep -RIn -E 'fetch|axios|http\.request|https\.request|telemetry|analytics|sentry|posthog|segment|mixpanel|amplitude' src/
src/main/index.js:412: net.fetch('file://' + path)
# 1 match — and it reads a local file. Not a network request.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. Unsubscribe at any time. 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.