Skip to content

Privacy Policy

Last updated September 18, 2026

Revenotch is a Mac app that shows your revenue beside the notch. It has no account system, no analytics and no server of its own. This page says exactly what the app stores, where, and which requests leave your Mac. This website follows the same rule: no analytics, no cookies, no third-party scripts.

What is stored on your Mac

  • API keys go into the macOS Keychain and nowhere else. They are never written to a settings file, a log or a crash report. Removing a source deletes its key.
  • Sources (which providers you connected and their names), the sales you hid or marked as tests and your milestone are kept in a JSON file inside the app's sandbox container, in Application Support. Settings (display currency, refresh intervals, display choices) are in the app's preferences file in the same container.
  • MRR history: one MRR sample per day, so the 30-day change can be shown. Same file, same place.
  • Exchange rates are cached in a small file in the same container for 24 hours.

Everything above stays on your Mac. If you use iCloud or Time Machine, the container may be included in your own backups like any other app data; Revenotch does not sync anything itself.

What leaves your Mac

  • Requests to your payment providers: Stripe, Lemon Squeezy, Dodo Payments, Paddle and Polar, each called only with the key you gave for that provider, over HTTPS, to read payments and subscriptions. Payments are read every 60 seconds and subscriptions every 15 minutes by default.
  • Exchange rates from api.frankfurter.dev, which publishes the European Central Bank's reference rates. The request contains only the base currency, never your figures.
  • The App Store, through Apple's StoreKit, to check and complete the Pro purchase.

That is the whole list. Revenotch sends nothing to us: no usage data, no crash reports, no device identifiers, no revenue figures. There is nothing to opt out of because nothing is collected.

Permissions

The app runs in the macOS App Sandbox with a single entitlement beyond it: outgoing network connections, so it can reach your providers. It does not ask for Accessibility, screen recording, contacts, calendars or location.

The Demo source

The Demo generates sample data on your Mac. It makes no network requests and needs no key.

Changes and contact

If this policy changes, the date at the top changes with it. Questions: hello@revenotch.com.