Built so the answer to "where does this go" is short.
This page is the one we'd want if we were the ones vetting a dictation tool: what actually happens to the audio, who can change that, and what we do and don't claim yet.
Where things stand today
On-device transcription, the local/local-polish/cloud-polish split, and "no training by default" are true right now, for every user. The admin-enforced posture lock described below is rolling out to design-partner teams first — request access to be one of them. We'd rather tell you exactly what's shipped than round up.
Five things that make this defensible to your compliance team
Transcription happens on the device, under every posture
Speech-to-text runs locally using open, widely-audited speech engines — Whisper-family models and ONNX-based recognizers — rather than a closed black box on someone else's server. Audio is not a network request waiting to happen; it's processed where it was spoken.
Only the optional polish pass can ever leave the machine
Tulpa separates transcription (always local) from an optional cleanup pass that fixes filler words and formatting. That pass is the single thing capable of making a network call, and only the resulting text is sent — never raw audio — and only to an endpoint your policy explicitly allows.
Posture is enforced, not suggested
Under Local‑only, no external endpoint can be configured by anyone — the option doesn't exist. Under Org‑managed, one endpoint and credential are set centrally and individual overrides are refused, not merely hidden from the UI. Open is available for teams that prefer to let people choose for themselves.
Nothing trains on you by default
No audio or transcript is used to evaluate or improve Tulpa's models, or any third-party model, unless your org's chosen posture routes text through an external provider you selected — and that's a deliberate, admin-made choice, not a default anyone opted you into.
Deployed fleet-wide, not configured seat by seat
Policy is meant to be pushed once and inherited automatically — new hires get the org's posture on day one, with nothing for an admin to chase down machine by machine. Today Tulpa ships for macOS; Windows and Linux share the same codebase and are on the roadmap.
Questions IT and legal actually ask
Does audio ever leave the device?
Can one person turn off the org's policy for themselves?
What platforms does Tulpa run on today?
Is Tulpa open source?
Do you train on our audio or text?
How is this different from a "privacy mode" toggle in other dictation apps?
Have a longer security questionnaire?
Send it over and we'll walk through the architecture directly — happy to go deeper than a landing page can.