Kept only on your phone, in the standard platform store (SharedPreferences on Android, NSUserDefaults on iOS). None of it is sent to any Unixeer server, because there is no Unixeer server.
The microphone is used for one thing: carrying your voice to the other phones on your channel while you are holding the push-to-talk button. It is opened only while the floor is granted to you and closed the instant you let go — the app does not listen between transmissions. Nothing is recorded to a file and nothing is sent to Unixeer.
The app keeps a rolling two minutes of received audio in memory so you can replay what you missed. It lives only in memory, it is overwritten continuously, and it is gone the moment the app closes.
The camera is used only to scan a channel join code, and only while that scanner is on screen. No image is stored, kept or transmitted. If you refuse camera access, everything still works — you type the code instead.
Voice, text messages and station names travel as UDP datagrams directly to the other phones on the same Wi-Fi network, and to nowhere else. Stations find each other with Bonjour/mDNS on that same local network. The app has no backend, opens no connection to the internet, and works with the internet unplugged — which is the point of it.
Traffic on a password-protected channel is encrypted end to end with XChaCha20-Poly1305, with the key derived from the channel password using Argon2id. The CALL channel is deliberately unencrypted: it is the meeting place. Because none of this is radio, encryption here is ordinary app behaviour and is not subject to on-air rules.
Ham Chatting never transmits on the amateur bands and cannot key a radio. No amateur licence is needed to use it, which is deliberate: unlicensed family, helpers and visitors are meant to be able to join a field-day team on equal terms.
The Extra page can open your email app with a diagnostic report pre-filled: the app version, your callsign, which network you are on, who the app can see, and what it has tried. Nothing is sent unless you press send in your own email app, and you can read and edit every word of it first.
The app collects nothing from anyone, of any age. It is designed for amateur radio operators and the people with them at a site.
Everything is on your device. Settings → Reset clears your details and preferences; Settings → New station identity replaces your device identity. Deleting the app removes everything, including the keystore entries. There is nothing held elsewhere for us to delete on your behalf.
If this policy changes, the updated date at the top of this page changes with it and the new version is published here.
Questions about privacy? Email [email protected]. We typically reply within a few days.