Dictate text with a hotkey and have it pasted, cleaned up, into any Mac app you are using.
Review a local history of your past voice transcriptions in both raw and cleaned form.
Choose a cleanup tone, casual, balanced, or business, to match how the transcribed text sounds.
| leonardm01/macintalk | aakarsh-goyal/macjuice | altuzar/sonicflow | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Swift | Swift | Swift |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 1/5 | 2/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires an Apple silicon Mac with a recent macOS and Xcode version, plus Apple Intelligence enabled.
MacinTalk is a small menu bar utility for Mac that lets you dictate text anywhere on your system using your voice. It lives quietly in your menu bar and transcribes your speech directly on your device using Apple's SpeechAnalyzer technology, then cleans up the resulting text with Apple Intelligence before pasting the polished result into whatever app you were typing in. To use it, you hold a hotkey, Control plus Option plus Space, speak your sentence, and let go. MacinTalk transcribes what you said locally on your Mac, tidies up filler words and grammar using Apple's on device Foundation Models when they are available, and then pastes the cleaned text into the app you had focused, using the clipboard and a simulated paste keystroke. If Apple Intelligence is not available on your machine, it simply pastes the raw, uncleaned transcript instead. The main window has a Home section where you can watch your dictation happen live, see a partial transcript as you speak, and browse a locally stored history of previous transcriptions in both their raw and cleaned forms, with options to copy, delete, or clear that history. A Settings section lets you pick a cleanup style, casual, balanced, or business, and manage the app's permissions and any speech recognition assets it needs installed. Because this is an early, MVP stage tool, it only works on macOS, not iOS, and it depends on Apple's speech assets being installed for your language before it can work fully offline. It temporarily uses your clipboard during the paste step, restoring your previous clipboard contents when possible, and it does not yet support cloud fallback or custom vocabulary. Running it requires an Apple silicon Mac with a fairly recent version of macOS and Xcode, Apple Intelligence turned on in system settings, and granting the app microphone access along with input monitoring and accessibility permissions so it can listen for the hotkey and paste text system wide. Internally, the app is organized around a coordinator that manages the record, clean, and insert steps, a service for live microphone transcription, a cleaner for on device text polishing, a global hotkey listener, and a component that safely handles clipboard based text insertion.
A macOS menu bar app that transcribes your speech on device with a hotkey, cleans it up using Apple Intelligence, and pastes the polished text wherever you were typing.
Mainly Swift. The stack also includes Swift, SpeechAnalyzer, Foundation Models.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
double-check against the repo, no cap.