Dictate text into any macOS app by holding a key, speaking, and releasing it.
Speak in Chinese and get translated, polished English text for emails to foreign clients.
Use offline local speech recognition and text polishing on Apple Silicon Macs with no internet needed.
| wylopci/speakey | aayusharyan/fake-iis | agentrhq/webcmd | |
|---|---|---|---|
| Stars | 35 | 35 | 35 |
| Language | — | HTML | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 3/5 |
| Audience | general | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires macOS 12 or later, a free Groq API key, and an internet connection unless using the local Apple Silicon only offline mode.
Speakey is a voice input app for macOS. Hold down the right Option key, speak, and when you let go your words appear as typed text wherever your cursor is, whether that is in a chat app, an email, a browser, or a notes app. The idea is to let you type with your voice in any text field on the Mac. Rather than producing a raw transcript, Speakey runs an AI cleanup step that removes filler sounds like um and uh, smooths out repeated words, and adds punctuation automatically, aiming to capture what you meant to say rather than exactly what you said. It supports Chinese, English, Japanese, and Korean with automatic language detection, and it can translate on the fly, so speaking in Chinese can produce English text, which the README suggests is useful for writing emails to foreign clients. The tone of the cleanup also adjusts to context, becoming more formal when pasted into an email and staying more casual in chat apps. Over time it learns commonly used words and lets you set correction rules for words it consistently mishears. Speakey is free to use. Speech recognition runs through your own free Groq API key rather than the developer's servers, so your key and your data are yours to control. Recent versions also added an optional local, offline speech recognition mode using whisper.cpp, available only on Apple Silicon Macs, along with an optional local Taiwanese TAIDE model for offline text polishing. On privacy, the app has no account system, no tracking, and no servers of its own. What you say and the recognized text travel encrypted to Groq for recognition and polishing, using OpenAI's open source Whisper model and an open source text model by default, with no Chinese AI vendor models used unless you manually switch to one. Your API key and usage history stay only on your own computer. It requires macOS 12 or later, either Apple Silicon or Intel, and an internet connection for the cloud based recognition. The app is free to use and share as is, but the license does not allow modifying and redistributing it, renaming or reselling it, or reverse engineering it.
Speakey is a free macOS app that turns held-key voice input into cleaned-up, punctuated typed text, with support for translation and multiple languages.
Free to use and share as is, but you cannot modify and redistribute it, rename or resell it, or reverse engineer it.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.