Show HN: VoxHearth is a small privacy-focused Mac TTS app VoxHearth, an open-source macOS menu bar app for private dictation, records audio in memory, transcribes with a bundled Core ML model, and inserts text into the focused app, with no account, telemetry, updater, or network access at runtime. The app, targeting Apple Silicon Macs running macOS 14 Sonoma or later, supports 25 European languages and is available as version 0.1.0 on GitHub Releases, with official binaries signed and notarized by Apple. Dictation that stays home. VoxHearth is a small, open-source macOS menu bar app for private dictation. It records into memory, transcribes with a bundled Core ML model, and inserts the result into the focused app. The installed app has no account, telemetry, automatic updater, remote API, or runtime model download. microphone → in-memory audio → bundled Core ML model → in-memory text → focused app - Audio and transcripts are not written to a VoxHearth history or cache. If insertion fails, the transcript may remain in memory for up to two minutes so you can Retry or Discard it; it is then discarded automatically. - The model is part of the signed app and is loaded through a reviewed, network-free FluidAudio subset; downloader and cache clients are not linked. - The normal insertion paths use macOS Accessibility or Unicode keyboard events. An optional clipboard compatibility fallback is off by default. - Logs contain fixed operation names and error types, never audio, transcript text, clipboard contents, or file paths. - Release checks reject network entitlements, known updater/network dependencies, unapproved model files, and source use of network APIs. Building, signing, and Apple notarization require network access. Running the installed app does not. Read the complete privacy statement /stephansturges/voxhearth-mac/blob/main/Documentation/PRIVACY.md and threat model /stephansturges/voxhearth-mac/blob/main/Documentation/THREAT MODEL.md , including the macOS and destination-app trust boundaries. - Apple Silicon Mac - macOS 14 Sonoma or later - Microphone permission - Accessibility permission to insert text into other applications Official binaries exist only as tagged GitHub Releases /stephansturges/voxhearth-mac/releases . If that page does not list v0.1.0 , no official VoxHearth binary has been published yet; build from source and treat any unsigned local DMG as a development artifact. To install a published release: - Open the latest GitHub release /stephansturges/voxhearth-mac/releases/latest and confirm its tag. - Download the matching VoxHearth-v