Voice typing that never leaves your machine.
Install
sudo apt install ./murmur_0.1.0-1_amd64.deb
sudo dnf install ./murmur-0.1.0-1.x86_64.rpmThen, once:
sudo usermod -aG input $USER # log out and back in
murmur models pull # fetches the speech model
murmur doctor # confirms the machine can run itGroup membership is a deliberate step, not something the package does
for you: read access to /dev/input/event* is the ability to read
every keystroke on the machine, and Murmur needs it to know when the
trigger key is held.
These packages are CPU-only. ONNX Runtime's CUDA provider is tied to a
CUDA major version and ships as objects that are not ours to
redistribute — build with --features cuda for the GPU.
Verify what you downloaded with sha256sum -c SHA256SUMS.
Full Changelog: https://github.com/copyleftdev/murmur/commits/v0.1.0