WhisperDictation v1.0.7 — Polished Release
WhisperDictation v1.0.7
Polished, stable release with all tests passing and expanded developer vocabulary.
Quality
- 51 tests passing — settings, state machine, models, TextCorrector (numbers, acronyms, capitalization, punctuation), audio devices, WhisperBridge
- All XcodeGen/xcodebuild issues resolved
- Comprehensive CLAUDE.md documenting all gotchas and patterns
Streaming Output
Text appears at your cursor as each segment is decoded — grammar correction applied per-segment in real time.
Speed
- GPU pre-warming (no first-use lag)
- Adaptive decoding (greedy for short clips, beam search for longer)
- VAD trims silence before inference
Accuracy
- 500-word developer vocabulary covering:
- Frontend: React hooks, SSR/SSG, accessibility, design systems, CSS, animations, PWA
- Backend: middleware, caching, auth, message brokers, circuit breakers, queues
- DevOps: CI/CD, canary deploys, SLAs, feature flags, monitoring
- UI: tooltip, dropdown, modal, accordion, carousel, pagination
- AI/ML: LLM, RAG, embeddings, PyTorch, transformers
- Languages & frameworks: 30+ languages, 50+ frameworks
- Hallucination suppression, independent transcription context
- 100+ term auto-casing (api->API, javascript->JavaScript)
- Number word conversion (three hundred->300, eighty eighty->8,080)
Install
- Download WhisperDictation.dmg
- Open DMG, drag to Applications
- If macOS blocks it:
xattr -cr /Applications/WhisperDictation.app - Open WhisperDictation
- Grant Microphone + Accessibility permissions
- Settings > Model > download Small Q5 (181 MB, recommended)
Requires macOS 14 (Sonoma) or later.
Build from Source
git clone --recurse-submodules https://github.com/sam-pop/WhisperDictation.git
cd WhisperDictation
make whisper && make model && make runFull Changelog: v1.0.6...v1.0.7