A privacy-first, open-source speech-to-text application that runs entirely on your machine, powered by a neural network via NVIDIA’s Parakeet TDT 0.6B v3 model for fast, local transcription. Murmure turns your voice into text with no internet connection and zero data collection, and supports 25 European languages.
Learn more on the official website | Documentation
- Privacy First: All processing happens locally on your device. No data ever leaves your computer.
- No Telemetry: Zero tracking, zero analytics. Your data stays yours, always.
- Open Source: Free and open source software. Inspect, modify, and contribute.
- Powered by Parakeet TDT 0.6B v3: NVIDIA’s latest state-of-the-art speech recognition model runs entirely on-device for fast, low-latency transcription.
- Multilingual: Supports 25 languages!
List of supported languages
Bulgarian (bg), Croatian (hr), Czech (cs), Danish (da), Dutch (nl), English (en), Estonian (et), Finnish (fi), French (fr), German (de), Greek (el), Hungarian (hu), Italian (it), Latvian (lv), Lithuanian (lt), Maltese (mt), Polish (pl), Portuguese (pt), Romanian (ro), Slovak (sk), Slovenian (sl), Spanish (es), Swedish (sv), Russian (ru), Ukrainian (uk)Murmure provides a clean and focused speech-to-text experience. Once launched, simply start recording your voice. The text appears instantly, processed directly on your computer.
Typical use cases include:
- Dictating to any AI prompt (Cursor, ChatGPT, Mistral, Claude code, etc.)
- Writing notes hands-free
- Capturing creative ideas or dictation
- Post processing with a local LLM to translate, fix grammar, etc.
Because all computation is local, no network connection is required.
Important
Murmure requires Windows 10 or later. Older versions (such as Windows 8.1) are not supported and may result in missing system libraries (e.g. dxcore.dll).
Multiple installation methods are available:
-
Using a
.msiorsetup.exefile:- Go to the release page and download the latest Murmure_x64.msi (or Murmure_x64-setup.exe).
- Run the installer and follow the setup wizard.
-
Via WinGet:
- Open the
Consoleapp via the Windows start menu. - Inside the console, paste
winget install Kieirra.Murmureand follow the instructions. (--scope userwill be available in the future)
- Open the
Important
Murmure requires the Microsoft Visual C++ Redistributable to work on Windows. This package is present on most computers, but if you encounter the error message The code execution cannot proceed because MSVCP140.dll was not found. Reinstalling the program may fix this problem., download and install the package from the official page or use this direct download link: https://aka.ms/vc14/vc_redist.x64.exe
⚠️ Antivirus Notice : Some users reported that Kaspersky may block Murmure. If needed, please add Murmure as an exclusion in your antivirus settings.
Note
Wayland: Two shortcut modes are available. KDE Plasma 6, Hyprland, and Sway use the xdg-desktop-portal GlobalShortcuts portal with no manual setup. GNOME defaults to CLI mode: you must configure a custom OS shortcut before using Murmure, and Push-to-talk is not available. See the Linux installation guide and the shortcut configuration guide.
Multiple installation methods are available:
-
Quick install via terminal (Debian-based distributions):
curl -fsSL https://raw.githubusercontent.com/Kieirra/murmure/main/install.sh | sh -
Using a
.debfile (Debian-based distributions):- Go to the release page and download the latest
Murmure_amd64.deb. - Install it:
sudo dpkg -i Murmure_amd64.deb
- Go to the release page and download the latest
-
Using an AppImage:
- Download
Murmure_amd64.AppImagefrom the release page. - Make it executable:
chmod +x Murmure_amd64.AppImage - Run the AppImage.
- Download
- Download Murmure_aarch64_darwin.dmg from the release page
- Drag Murmure to the Applications folder, then open it from there.
- Murmure should ask for permissions to access your microphone and accessibility.
- Restart Murmure for the permissions to take effect.
Important
Updating Murmure on macOS from 1.6.0: If you experience issues with Murmure and the shortcuts are not working, please do this exactly in this order, (and "Remove" means not only un-toggling but really removing completely Murmure from the list) :
- Remove Murmure from System Settings → Privacy & Security → Accessibility.
- Remove Murmure from System Settings → Privacy & Security → Input monitoring.
- Install the last version
- Launch Murmure.
- Re-grant the Accessibility
- Re-grant the Input monitoring permission
- Restart Murmure.
it should work. It's a bit painful but you will not do it again with the next version, it's because 1.6.0 have the same name but is not detected as the same application... so macos is lost.
- Download Murmure_x86_64_darwin.dmg from the release page
- Drag Murmure to the Applications folder, then open it from there.
- Murmure should ask for permissions to access your microphone and accessibility.
- Restart Murmure for the permissions to take effect.
The same upgrade note from 1.6.0 applies. See the MacOS section above.
Murmure supports importing a .murmure configuration file via the command line (murmure import config.murmure), useful for mass deployment or sharing settings across machines. A --strategy merge option is available to keep existing settings. See the CLI documentation for details.
See CHANGELOG.md.
- (1.10.0) feat(audio): Improve transcription accuracy with higher quality audio resampling, especially on low-end microphones
- (1.10.0) feat(audio): Improve transcription accuracy with a SmoothQuant int8 Parakeet encoder, fixing accuracy degradation on long recordings (thanks to @thiswillbeyourgithub) #289
- (1.10.0) feat(dictionary): Improve dictionary accuracy via Parakeet phrase boosting #338
- (1.10.0) feat(audio): Lower output volume while recording #364
- (1.10.0) feat(shortcuts): Delete key removes the selected shortcut
- (1.10.0) fix(shortcuts): Prevent adding a duplicate shortcut
- (1.10.0) feat(overlay): Close button to cancel an ongoing transcription #305 (reply in thread)
- (1.10.0) feat(insert): None option for Text Insert Mode to disable auto-insertion #349
- (1.10.0) feat(overlay): Countdown timer shown in the last minute before the recording limit #359
- (1.10.0) feat(dictation): Long dictation mode (VAD) that writes on silence to bypass the 5-minute limit #359
- (1.10.0) fix(api): Remove the experimental tag and consolidate the API
- (1.10.0) fix(api): Implement LLM Connect service
- (1.10.0) fix(visualizer): Always reset the visualizer at the end of a transcription
- (1.10.0) feat(llm): Built-in prompt preset for input anonymisation
- (1.10.0) fix(onboarding): Improve UI onboarding non-wayland
- (1.10.0) feat(dictionary): Virtualize the list to handle large dictionaries
- (1.10.0) (under consideration) fix(audio): Band-limited resampling with anti-aliasing low-pass filter to improve transcription quality on non-16kHz mics
- (under consideration) (1.10.0) fix(api): Auto-split long audio for LLM transcription
- (under consideration) (1.10.0) feat(draft): Draft Mode to review and edit a transcription before writing (medical use case)
- (under consideration) feat(llm): Auto-detect Ollama on first LLM Connect setup
See CONTRIBUTING.md.
Reporting issues is done on GitHub.
See PRIVACY_POLICY.md.
| Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation |
If you like Murmure and want to support its development: Support on Tipeee
Murmure is free and open source, released under the GNU AGPL v3 License. You can inspect, modify, and redistribute it freely as long as derivative works remain open source.
- Thanks to NVIDIA for releasing the model Parakeet TDT 0.6B v3
- Tauri for being an amazing tool
- The open‑source community for their tools and libraries.
