What AirBridge knows about you.
Nothing. Genuinely nothing. There is no server, no telemetry, no account.
What we collect
We — Diviners Solution — collect zero data about your AirBridge use. The app does not phone home, does not check for updates against our servers, does not register accounts, and does not have an analytics SDK installed. There is no "we" with a database somewhere.
What stays on the LAN
- Device discovery — UDP broadcasts on your local subnet announce your device's name + IP to other AirBridge instances on the same network. These broadcasts never leave the subnet.
- File transfers — TCP/HTTP between your devices, on your Wi-Fi, encrypted with AES-256-GCM before the bytes leave the sender. Nothing routes through us.
- Device name — whatever you set in Settings. Defaults to your operating-system hostname. Other AirBridge devices on the same Wi-Fi see this name. We don't.
What's stored locally
- Received files land in ~/Downloads/AirBridge/incoming/ on Windows.
- Transfer history is held in memory only — it disappears when AirBridge restarts.
- Settings (port, share folder, cipher mode) live in %APPDATA%\AirBridge\.
Encryption keys
The installer ships a shared LAN key bundled inside the binary. Every device built from the same installer derives the same AES-256 key by hashing this file. You can replace it from Settings → Encryption → Paste Key at any time. The replacement stays on your devices; we never see it.
Third parties
Zero third-party SDKs, zero third-party servers, zero analytics, zero ads. The only outbound HTTP the app makes is to update-checks against the GitHub Releases page (when you ask for an update) — and even that's optional.
This website
This marketing site (airbridge.divinerssolution.com) is served from our own EC2 instance behind a CDN. Standard web-server access logs (IP, user agent, requested path) are retained for 30 days for abuse detection, then rotated out. No cookies, no analytics scripts, no third-party trackers.
If something changes
This page is the source of truth. The last meaningful change was 2026-05-13. If we ever add anything that talks to a server, we update this page first. The git history of this site is public-ish (privately scoped repo) and timestamps every change.
Contact
Questions: admin@divinerssolution.com