Encryption
How your API keys are stored
Keys you enter — bring-your-own-key credentials and enterprise cloud credentials — are encrypted using Electron’ssafeStorage, which hands off to the operating
system’s own secret store: Keychain on macOS, DPAPI on Windows,
libsecret on Linux. The encrypted blobs sit in a secure-keys folder inside
OpenWhispr’s application data.
They are never sent to OpenWhispr’s servers.
The desktop app
- Loopback-only by design, with one known exception. Every connection to
our servers is outbound and client-initiated, over TLS on port 443. A few
components listen on
127.0.0.1for the app’s own local pieces to talk to each other — the CLI bridge, an auth bridge, an OAuth callback catcher, and local model servers when you use them. The bundled Parakeet speech server is the one exception: its upstream binary 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 for what that means for per-user and portable installs. - Context isolation is on, with a restricted preload bridge between the app’s interface and the parts of it that can reach your system.
- Native helpers are compiled from source during our build — the key listener and paste utilities aren’t downloaded binaries.
Access and monitoring on our side
Production access is least-privilege and requires MFA. Access and sessions are logged and monitored, with logins reviewed monthly. We run vulnerability and patch management alongside secure development practices, and staff are under confidentiality obligations with security training. Backups and recovery objectives are documented — a four-hour recovery time objective and a one-hour recovery point objective for the primary datastore — and the contingency plan is tested annually.Where our compliance stands
We’d rather be precise here than impressive, because this is exactly the sort of claim that gets checked.
If you need the SOC 2 report or a completed security questionnaire, email
support@openwhispr.com and say which you need.