Security · Network disclosure

Every network connection the app can make.

Below is every outbound connection, what it sends, and how to switch it off. You can confirm the local-first claim yourself with the in-app network log or a packet capture.

Last verified against v0.6.20 · 2026-06-10

The core promise

Meeting audio, transcripts, summaries, and voiceprints never leave the device. Transcription, speaker diarization, voice matching, and AI summarization all run locally. The table below is the complete list of network traffic the app can generate.

Applies to v0.6.20 and later. In earlier versions (≤ 0.6.19) the network audit log does not yet record licence and referral calls and Hard Offline Mode does not block them; the strict webview CSP and the “Your data” panel also arrive in v0.6.20.

Connections

#PurposeDestinationWhenWhat is sentOff switch
1Auto-update check + downloadGitHub Releases (public release repo)App start / manual “Check for updates”HTTP GET only; no user data. Standard HTTP metadata (IP, user agent) reaches GitHub. Updates are ed25519-signature-verified before install.Hard Offline Mode pauses it; per-brand auto-update flag
2AI model downloadGitHub (public model repo)First-run wizard, model change, repair — always user-initiatedHTTP GET of model files; no user dataDon't run downloads; offline mode blocks
3Licence activation / daily heartbeat / deactivationLicence API (localtranscript.com)Only when a licence key is stored. Domain-activated (corporate) and free installs send nothingLicence key, machine fingerprint (SHA-256 of hardware IDs — no serial numbers in clear), hostname hint, OS, app version, account emailDon't activate online (offline token paste exists); Hard Offline Mode blocks (90-day grace period applies)
4Referral programReferral API (localtranscript.com)Only after the user explicitly joins the referral programEmail, referral code, machine fingerprint, marketing-consent bitDon't join; Hard Offline Mode blocks
5Crash + performance telemetrySentry, EU region (*.ingest.de.sentry.io)Opt-in, default OFF. Only in builds compiled with a DSN, only after the user consents (setup wizard or Settings)Scrubbed crash reports + timing spans: app version, hardware tier, error stacks with usernames redacted on-device. Never audio, transcripts, names, or file contentsDefault is off; Settings toggle; Hard Offline Mode overrides to off
6Cloud transcription / cloud AI (optional providers)OpenAI, Anthropic, or Infomaniak (Switzerland) — user's choiceOnly when the user explicitly configures a cloud provider with their own API key. Local is the defaultMeeting audio (cloud transcription) or transcript text (cloud AI actions) — to the provider the user chose, under the user's own accountNever configure a provider; “local” is the default; Hard Offline Mode blocks
7Calendar fetch (iCal)The user's own calendar URLOnly when the user configures a calendar URLHTTP GET of the iCal feedDon't configure; offline mode blocks (LAN URLs still allowed)

What never has a network path

Your meetings database, audio clips, and voiceprints stay in the app’s local data folder. Protected by your Windows account — we recommend BitLocker.

For IT & data protection officers

In the default configuration, meeting content is processed on-device only — no cloud processor to assess for FADP/GDPR purposes. Speaker recognition is local-only biometrics. Hard Offline Mode and the exportable audit log serve as the procurement demo.

White-label builds and managed installs (MSI for SCCM / Intune / Group Policy) are available, including pre-baked defaults. Questions, DPIA support, or a pilot: hello@localtranscript.com.