v0.1.0 — Initial release
A one-command macOS installer that turns Whisper-Input-Next into an always-on, fully local voice keyboard — offline, free, and private.
✨ Highlights
- 🎙️ Tap Right-⌘ to start/stop — single-tap toggle, no chord, no app conflicts
- 🔊 Audio cues — Submarine on start/stop, Glass when text is pasted
- 🚀 launchd auto-start service — starts at login, restarts on crash, no terminal window
- 🧠 Ctrl+F also routes to local whisper.cpp
- ⚙️ Turn-key: uv venv, deps,
whisper-cpp, model,.env, LaunchAgent — all wired automatically
🚀 Install (macOS)
git clone https://github.com/AlexFlanker/whisper-input-next-mac-kit.git
cd whisper-input-next-mac-kit && ./install.sh📌 Notes
- macOS only. Default model
large-v3-turbo(override withWIN_MODEL=large-v3). - Does not redistribute upstream source — the installer clones it from the official repo on your machine. All credit to the upstream authors — see CREDITS.md.
- Targets upstream commit
5edec44.
MIT licensed (covers this kit's own code).
