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.
- feat(virtual-mic): Smart Speech Mic - use your phone as a wireless microphone by scanning a QR code in Murmure, no installation required on the phone
- style(layout): Add an Extensions section in the menu to better organize features
- style(layout): Global UX/UI optimization to simplify the interface and prioritize benefits over information
- docs: Official documentation for Murmure (configuration, limitations, tips, etc.) https://kieirra.github.io/murmure/
- fix(sidebar): Disable mobile mode for sidebar to prevent it from disappearing on high-scaling displays
- feat(overlay): Configure overlay size
- style(overlay): Color-coded visualizer per recording mode (standard, LLM, command)
- feat(overlay): Real-time streaming preview with configurable text width, font size and max lines
- fix(overlay): Error messages disappearing too quickly and blocking subsequent recordings
- fix(updater): macOS auto-update not working (wrong artifact format) #301
- fix(shortcuts): MacOs Cancel shortcut (Escape) no longer blocks other apps when not recording #302
- perf(bundle): Shrink Rust binary by 32% (66 MB → 45 MB) and trim unused dependencies (thanks @BorisLord) #310
- fix(voice-mode): Wake word not detected when spoken mid-sentence without a pause
- feat(linux): Native Wayland support via CLI
- fix(tray): macOS tray icon now adapts to light/dark mode using a template image (thanks @fwehrling) #312
- perf(llm): skip Ollama warmup when model is already loaded (thanks @BorisLord) #324
- fix(ui): use bundled asset for sidebar logo to avoid subroute 404 (thanks @BorisLord) #323
- fix: Log time not displayed in the correct timezone
- feat(shortcuts) : do not display LLM Connect shortcut if not enabled
- feat(shortcuts): Add a shortcut to toggle Voice Mode on/off #279
- fix(audio): First start/stop sound after a cold start was sometimes silent because the audio device was not warmed up
- feat(tray): Show a recording indicator on the tray icon during transcription, visible even when the overlay is hidden
- feat(rules): Allow adding a custom name for personal formatting rules
- feat(tray): Copy the last transcript directly from the tray menu
- feat(linux): RPM bundle for Fedora-based distributions
- feat(dictionary): Warn when entering digits in a dictionary entry and link to the formatting rules
- feat(import-export): Include Voice Mode and Smart Mic categories in the import/export of settings
- fix(shortcuts): Some AZERTY keys (e.g. ²) could not be bound
- fix(formatting-rules): Preserve user formatting rules when upgrading from pre-1.8.0
- fix(shortcuts): Clarify LLM Connect vs Command shortcut descriptions in settings
- fix(overlay): streaming automatic scroll
- fix(linux): Disable Smart Mic on Wayland
- fix(linux): Change the default Cancel shortcut on Wayland
- fix(linux): Disable push-to-talk on Wayland
- fix(visualizer): More sensitive audio visualizer, works well with low-gain microphones
- (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(dictionary): Virtualize the list to handle large dictionaries
- (1.10.0) feat(dictionary): Improve dictionary accuracy via Parakeet phrase boosting #338
- (1.10.0) feat(overlay): Close button to cancel an ongoing transcription #305 (reply in thread)
- (1.10.0) feat(llm): Built-in prompt preset for input anonymisation
- (1.10.0) fix(visualizer): Lower or dynamically adjust input sensitivity
- (1.10.0) fix(visualizer): Always reset the visualizer at the end of a transcription
- (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(onboarding): Improve UI onboarding non-wayland
- (1.10.0) feat(insert): None option for Text Insert Mode to disable auto-insertion #349
- (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.
