| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseOpen-source on-device voice-to-text for macOS. Press a key, speak, text appears at your cursor.
MetaWhisp is a free, open-source native macOS menu bar app that transcribes speech locally on Apple Silicon using WhisperKit (OpenAI's Whisper). No cloud, no latency, no data leaves your Mac.
That's it. Works in any text field — editors, browsers, terminals, messengers.
Transcription
Text Processing
Translation
Smart Dictionary
Dashboard & Analytics
System Integration
# Clone
git clone https://github.com/MetaWhisp/MetaWhisp.git
cd MetaWhisp
# Build (release mode for ML performance)
swift build -c release
# Create app bundle
bash build.sh
# App is installed to ~/Applications/MetaWhisp.appResolved automatically via Swift Package Manager:
App/ # App entry point, AppDelegate, menu bar Models/ # Data models (settings, history, transcription result) Services/ Audio/ # Microphone recording (AVAudioEngine, 16kHz PCM) Cloud/ # LLM client (OpenAI/Cerebras compatible) Data/ # History persistence (SwiftData) License/ # Pro subscription management Processing/ # Text processing, corrections, filler removal System/ # Hotkeys, text insertion, sounds, coordinator Transcription/ # WhisperKit engine, cloud engine, model manager Views/ Components/ # Charts, recording overlay, reusable UI MenuBar/ # Status bar popover Windows/ # Main window, settings, history, dashboard, onboarding Helpers/ # Design system, notch detection, text analyzer Resources/ # App icon, sounds, Info.plist, entitlements
Hotkey → TranscriptionCoordinator → WhisperKit (on-device)
↓ or CloudWhisper (Pro)
TextProcessor → CorrectionDictionary → TextInsertionService
↓ ↓
LLM (clean/structure/translate) Cmd+V auto-paste
The app records audio at 16kHz mono PCM, transcribes via WhisperKit using Metal GPU acceleration, optionally processes the text (filler removal, AI cleanup, translation), applies learned corrections, and pastes the result via simulated Cmd+V.
On first launch, MetaWhisp downloads the selected Whisper model (~40–950 MB) to ~/Library/Application Support/MetaWhisp/Models/.
Free features (no API key needed):
Features requiring API key (set in Settings):
MIT
Comprehensive SEO + AEO + GEO audit skill for Claude Code. Real-browser Core Web Vitals, Schema.org validation, live LLM citation tracking across ChatGPT/Perplexity/Claude/Grok, internal link graph…
The best AEO/GEO skill for Claude Code. Audit, fix, and monitor your website's visibility across ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews. 100+ optimization techniques, 33 evide…
Python 1
| Back | FazBrowse Home | New Git URL |