~/download

$ls -la /releases/latest/

download

Murmur Free is a fully functional voice dictation app with local whisper.cpp, 99+ languages, and zero telemetry. Pick your distro and you're up in under a minute. No curl | sudo bash. We promise — review the installer before running it. Want cloud engines and more? See Pro.

install (recommended, Ubuntu / Debian)
wget -O install.sh https://murmurlinux.com/install.sh
sudo sh install.sh

The script adds the murmurlinux APT repo and installs Murmur. Inspect the script before running, as you would any installer.

apt repository (manual setup)
wget -qO- https://murmurlinux.github.io/apt/gpg.key | sudo tee /etc/apt/keyrings/murmur.asc > /dev/null
echo "deb [signed-by=/etc/apt/keyrings/murmur.asc] https://murmurlinux.github.io/apt/ stable main" | sudo tee /etc/apt/sources.list.d/murmur.list
sudo apt update && sudo apt install murmur
.appimage (any distro, auto-updates on launch)
wget https://github.com/murmurlinux/murmur/releases/download/v0.3.6/Murmur_0.3.6_amd64.AppImage
chmod +x Murmur_0.3.6_amd64.AppImage
./Murmur_0.3.6_amd64.AppImage
advanced: .deb manual install

For users who already have libwebkit2gtk-4.1-0, xdotool, and libayatana-appindicator3 installed. On a stock desktop install dpkg -i will hit a dependency wall — use the recommended one-liner above instead.

.deb direct download
wget https://github.com/murmurlinux/murmur/releases/download/v0.3.6/Murmur_0.3.6_amd64.deb
sudo apt install ./Murmur_0.3.6_amd64.deb

First launch auto-downloads a ~75 MB speech model (tiny.en). On a metered connection, see docs for alternative model sizes.

download .debdownload .AppImageget pro
$