OpenSuperWhisper is a macOS application that provides real-time audio transcription using the Whisper model. It offers a seamless way to record and transcribe audio with customizable settings and keyboard shortcuts.
Free alternative to paid services like:
brew update # Optional
brew install opensuperwhisperOr from github releases page.
- 🎙️ Real-time audio recording and transcription
- ⌨️ Global keyboard shortcuts for quick recording (use
cmd + `) - 🌍 Support for multiple languages with auto-detection (not tested, but probably works)
- 🔄 Optional translation to English (for better translation add initial prompt with english sentences)
- 💾 Local storage of recordings with transcriptions
- 🎛️ Advanced transcription settings (not tested)
- macOS (Apple Silicon/ARM64)
If you encounter any issues or have questions, please:
- Check the existing issues in the repository
- Create a new issue with detailed information about your problem
- Include system information and logs when reporting bugs
Contributions are welcome! Please feel free to submit pull requests or create issues for bugs and feature requests.
OpenSuperWhisper is licensed under the MIT License. See the LICENSE file for details.
You can download Whisper model files (.bin) from the Whisper.cpp Hugging Face repository. Place the downloaded .bin files in the app's models directory. On first launch, the app will attempt to copy a default model automatically, but you can add more models manually.

