A zero-GUI macOS voice input tool. Press a hotkey, speak, and the corrected text is pasted into whatever app you're using.
Stars
295
Forks
35
Watchers
295
Open Issues
21
Overall repository health assessment
No package.json found
This might not be a Node.js project
fix(build): add missing SystemConfiguration framework linkage
0197e0dView on GitHubfix(net): enable system proxy support for model downloads (#43)
5d5405bView on GitHubfix(model): make download cancellation responsive during network issues (#41) (#42)
02bc0feView on GitHubfix(core): propagate ASR errors and fail session with partial text (#33)
553fec8View on GitHubfix(wizard): match runtime LLM request in test button (#34)
82413b5View on GitHubfix(wizard): check config save return values and report failures (#35)
5165645View on GitHubfeat(model): unified model status API with sha256 cache and async UI (#36)
ae862afView on GitHubfix(mlx): add generation counter to prevent stale session operations (#38)
9c18f78View on GitHubfix(statusbar): use Rust FFI for resolved hotkey display (#37)
57f6df8View on GitHubfix(clippy): resolve all clippy errors and warnings (#32)
1e9422fView on GitHubfix(asr): surface real ASR errors instead of generic message (#31)
b9d1d88View on GitHubperf(asr): cache MLX model across sessions to avoid repeated loads (#30)
5852917View on GitHubfix(model): skip sha256 check for non-LFS files in manifest pull (#29)
4e5f7cbView on GitHubfix(core): isolate sessions to prevent old/new interference (#28)
8b22ea8View on GitHubfix(asr): prevent use-after-free in MLX callback on cancel (#27)
87d343dView on GitHub