Notchit HUD is developed and maintained by illuwa ("we", "us").
For any privacy-related inquiry, contact: master@divechain.app
Notchit HUD is a local system-monitoring utility. It does not collect, transmit, sell, share, or retain any personal data. There is no user account, no analytics SDK, no advertising SDK, no crash-reporting service, and no telemetry.
This policy exists for App Store transparency and to document the single optional outbound network request the app can make on the user's behalf.
Notchit HUD does not collect, store, or transmit any of the following:
No data is transmitted to us. We operate no server that receives data from the app.
Notchit HUD makes exactly one category of outbound network request, and only when the user explicitly opens the Network detail panel and its Addresses section:
https://api.ipify.org (for public IPv4)https://api6.ipify.org (for public IPv6)whatismyip.com manually.This is the only outbound network traffic originating from the app's own logic. The operating system may independently make network requests (App Store receipt validation, macOS system services) that are outside Notchit HUD's control and outside the scope of this policy.
The Network detail panel shows a small "VPN" badge next
to the Public IP when a tunnel-style interface is currently active on your
Mac. Notchit HUD is not a VPN app. It does not create, proxy,
intercept, or route any network connection, and it does not link Apple's
NetworkExtension framework or request any VPN-related
entitlement.
The badge is computed entirely on the device from publicly enumerable
kernel interface metadata, using the standard POSIX
getifaddrs() call. If any interface whose name begins with
utun, ipsec, ppp, tap,
or tun is marked IFF_UP + IFF_RUNNING
and has a non-link-local address, we render the "VPN" badge. The same
information is visible in macOS System Settings → Network. No
credentials, tunnel configurations, connection profiles, DNS records,
or packet payloads are ever accessed. The resulting boolean is rendered
to screen once per second while the panel is open and immediately
discarded — it is never stored, logged, or transmitted.
Source: Notchit/Monitors/IPResolver.swift, function
vpnActive().
The only third-party network endpoint Notchit HUD contacts is ipify (https://api.ipify.org, https://api6.ipify.org). ipify is a free public IP-lookup service. Like any web server, ipify may log the incoming request (which by design includes the requester's public IP, since that is what the service returns). Notchit HUD has no relationship with ipify and does not send ipify any additional information. Please consult ipify's own documentation and policy at https://www.ipify.org/ for their data-handling practices.
Notchit HUD includes no advertising, analytics, attribution, crash-reporting, or cloud-sync SDKs.
Notchit HUD is a general-audience utility. It does not knowingly collect any data from anyone, including children under the age of 13 (or the equivalent minimum age in the user's jurisdiction), because it does not collect data at all.
There is no server-side data to retain. Locally, Notchit HUD stores only:
UserDefaults store, scoped to the app's sandbox.These preferences never leave the device.
Because Notchit HUD collects no personal data, there is no personal data to access, correct, export, or delete under GDPR, CCPA, or similar regulations. If you wish to remove all Notchit HUD state from your device:
defaults delete com.unbundio.notchitThe currently reviewed build may still appear in Finder as
Notchit.app even though the App Store product name is
Notchit HUD.
All Notchit HUD network requests use HTTPS (TLS). Notchit HUD runs under the
macOS App Sandbox and holds only the entitlements strictly required for
its monitoring features — exactly
com.apple.security.app-sandbox and
com.apple.security.network.client, nothing else.
We may update this policy to reflect new features or legal requirements. Material changes will be accompanied by a new Effective date at the top of this document and noted in the app's release notes.
Questions, concerns, or requests: master@divechain.app