127.0.0.1 for the app’s own pieces to
talk to each other. One exception: the bundled Parakeet speech server can’t
bind loopback-only, so on Windows it listens on all interfaces until the
installer’s firewall rule closes it off — see antivirus and firewall
prompts.
Required by default
Contacted by every install using OpenWhispr Cloud, which is the default after onboarding.Streaming transcription
Streaming sessions are routed through one of three providers. Allowlist all three unless a specific provider is pinned in your configuration.Local model downloads
Contacted only when someone opts into a local model — Whisper, Parakeet, or a local reasoning model. Not needed for cloud-only installs.Google Calendar (optional)
Only if a user connects Google Calendar in settings.URL audio import (optional)
Only when a user pastes a URL into the Upload view. Downloads are HTTPS-only, and hosts resolving to private or internal addresses are rejected.Bring-your-own-key providers (optional)
Required only where a user has configured their own API key. Skip any provider not in use.Tinfoil assigns an enclave host dynamically at runtime, so allowlist
*.tinfoil.sh rather than pinning individual hosts. atc.tinfoil.sh serves
the attestation bundle, which is verified locally.Notes for network administrators
- Proxies are honoured. The app uses Electron’s network stack, which follows system proxy settings — macOS System Settings, Windows Internet Options and WPAD, GNOME proxy — and PAC scripts on all platforms.
- IP pinning is not supported. These hosts resolve to provider-managed addresses that change without notice. Allowlist by hostname.
- TLS interception needs its root trusted by the OS. Otherwise connections fail with certificate errors.
- Minimal Linux containers without a system CA bundle — Alpine, distroless —
need
NODE_EXTRA_CA_CERTSset to your CA bundle path.
What the failures look like
Testing the path
Run these from a machine on the same network as the user. Any HTTP response — including401 — confirms the network path works.