How to run Listen where recordings are protected health information, and why its architecture makes that unusually simple.
Listen's maker never creates, receives, maintains, or transmits PHI on your behalf: there is no server, no account, and no support channel that touches your library. HIPAA's obligations therefore sit where your data sits, with you, and the software's job is to be deployable in a compliant configuration. This page is that configuration.
There is no such thing as a HIPAA certification, for Listen or for anything else; HHS recognises no certifying body. What a diligent buyer can ask for is exactly what this page and the security page provide: the controls, their locations in the code, and the way to verify them.
~/Backups/Listen are owner-only and covered by
FileVault; Time Machine targets should be encrypted volumes. Deleted
recordings persist in backups for up to 7 days (clones) and 30 days
(sidecar archives); that retention schedule is part of your risk
analysis.listen activity
shows every tool call, agent run, export, deletion and backup, with
recording ids and no content.listen forget) strips their
voice embeddings from every recording and propagates the forget across
devices and iCloud. Use it when a patient or colleague asks to be
removed.Where is PHI stored? On the covered entity's own devices only.
Who can access it? The OS account that owns the library.
Is it encrypted at rest? FileVault (required) / iOS Data Protection.
Is it encrypted in transit? Nothing transits by default. Optional sync is
end-to-end ChaCha20-Poly1305; hosted AI requires
https and the customer's own BAA.
Vendor access to PHI? None. No server, no account, no remote support.
Audit logging? activity.jsonl, ids only, listen activity to read.
Subprocessors? None for product data. PostHog (EU) receives
anonymous usage counts, on by default, that can
never contain PHI; the managed profile forces
it off entirely.
This is engineering documentation written by the people who built the software, not legal advice. Have your privacy officer or counsel review your deployment against your own risk analysis. The architecture was built to make that review short.