Skip to content

v0.1.0 — Initial release

Choose a tag to compare

@AlexFlanker AlexFlanker released this 31 May 22:25
· 7 commits to main since this release

A one-command macOS installer that turns Whisper-Input-Next into an always-on, fully local voice keyboard — offline, free, and private.

demo

✨ 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 with WIN_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).