| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-24 | 1.9 kB | |
| v1.20.0_ voice-type - standalone voxtype package source code.tar.gz | 2026-07-24 | 55.5 MB | |
| v1.20.0_ voice-type - standalone voxtype package source code.zip | 2026-07-24 | 55.8 MB | |
| Totals: 3 Items | 111.4 MB | 0 | |
voice-type is now voxtype — its own standalone package 🎙️
Local voice dictation has moved out of the suite into its own PyPI package, voxtype. You can now install just voice dictation, without the rest of claude-code-tools:
:::bash
uv tool install voxtype # macOS only (Intel + Apple Silicon)
voxtype setup # interactive config wizard
voxtype # start dictating
One command picks the best engine for your machine — Apple-GPU
parakeet-mlx on Apple Silicon, CPU parakeet on Intel — and makes it the
default, so no flags are needed.
⚠️ Breaking change for existing voice users
The claude-code-tools[voice] / [voice-parakeet] / [voice-mlx] extras
and the voice-type command have been removed. Migrate with:
:::bash
uv tool install voxtype
Your existing ~/.config/voice-type/config.toml and downloaded models in
~/.cache/voice-type are still used automatically, so your setup carries
over untouched.
Also in this release
- Parakeet by default; moonshine is now the opt-in
voxtype[moonshine]extra (it has no Intel-macOS build). - Fixed an intermittent dead-hotkey race with the recording overlay — the keyboard tap is now installed after the GUI event loop is up, so it can't be silently killed.
- Startup feedback: a live spinner while the model loads onto the GPU, plus a byte-level progress bar for first-run model downloads.
- macOS-only, stated plainly — not supported on Linux/Windows (the hotkey can't be suppressed and there's no overlay there).
- Repo hygiene: stopped tracking generated
docs-site/.astrocache and a stray localnode_modulessymlink.
The rest of the suite (aichat, tmux-cli, msg, gdocs, …) is unchanged.
voxtype is published to PyPI separately, starting at v0.1.0.
Full changelog: https://github.com/pchalasani/claude-code-tools/compare/v1.19.8...v1.20.0