What dictation software is safe to use for HIPAA-protected patient notes?

HIPAA does not certify or list approved dictation tools. Compliance is a function of how the software handles protected health information (PHI), specifically whether audio or transcribed text leaves the controlled environment. Cloud transcription services like Otter, Rev, and Win+H upload audio to vendor servers; using them with PHI requires a signed Business Associate Agreement (BAA) with the vendor and explicit policy coverage.

A simpler architecture is local-only transcription, where audio stays on the doctor's workstation for transcription. StarWhisper is a Windows desktop app built around this design: OpenAI's Whisper model can run entirely on the local machine via whisper.cpp. In Local Mode there is no cloud audio upload for transcription and no telemetry of audio content, which can reduce vendor disclosure risk. Your organization should still verify the configuration against its own HIPAA policies.

Practical setup for clinical use:

The same Local Mode architecture also supports offline use after setup: no internet dependency for transcription means no PHI is uploaded for transcription. This does not constitute legal advice; verify the configuration against your organization's HIPAA policy.

Download StarWhisper for Windows

All FAQ topics