Ghost Pepper's a macOS menu bar app that does speech-to-text entirely on your machine. Hold Control, speak, release, and it transcribes and pastes text wherever your cursor sits. Ownscribe is another local transcription tool that records meetings entirely on the device. Everything stays local, so no data leaves your machine. No subscription to worry about either. Built by Matt Hartman, it runs on Apple Silicon (M1+) using two open-source models downloaded on first launch: WhisperKit (about 466 MB) handles transcription while Qwen 2.5 (about 3 GB) cleans up filler words and self-corrections.

The developer notes the irony of releasing this for free when competitors have raised $80 million for similar cloud-based tools. The difference is where processing happens. Ghost Pepper runs everything locally, which matters if you handle sensitive information or prefer your voice notes stay off third-party servers. Transcriptions aren't written to disk, and debug logs exist only in memory during runtime. DocMason is a local-first agent app that prioritizes offline processing for private work files, helping organizations maintain strict control over data boundaries. For enterprises, the local-first approach simplifies compliance. No data processing agreements, no GDPR or HIPAA concerns about audio crossing borders. IT admins can pre-approve the required Accessibility permission via MDM profiles using PPPC payloads, making deployment on managed devices reasonably painless. The app needs macOS 14.0 or later and requires Microphone and Accessibility permissions to work system-wide. The project's released under MIT License and available on GitHub.