1.7.0
KoljaB/RealtimeSTT1.7.0Feb 12, 2026by Kieirra
AI Summary
Introduces Select Command and LLM Prompts, focusing on privacy improvements and a license change.
Key Highlights
- Select Command for text transformation
- LLM Prompts with syntax highlighting
- Privacy improvements (tmp folder storage)
- License change to AGPL v3
Breaking Changes
- License changed from GPL v3 to GNU AGPL v3
New Features
- Select Command for contextual text transformation
- Multiple saved LLM prompts with syntax highlighting
- Input microphone selection
- Dictionary Import/Export
- Text Insertion Modes (Standard, Terminal-compatible, Direct typing)
- Log Verbosity Controls
- Improved global shortcut handling on macOS
Full Release Notes
# 🚀 Murmure 1.7.0 — February 12, 2026 This release pushes Murmure further into the **LLM-powered workflow era**, with powerful text manipulation features, improved customization, and stronger security foundations. But 1.7.0 also goes further on what truly defines Murmure: **privacy by design**. Temporary audio is now stored in the system `tmp` directory for automatic OS‑level cleanup, even in case of a crash. The new logging system avoids exposing transcriptions by default, and automated security scanning (SonarQube) has been introduced to further strengthen code integrity. Finally, both the macOS and Windows versions are now officially signed. Windows may still display reputation warnings initially, as the certificate builds trust over time. --- ## ✨ New Features - **(Major) Select Command** — Select any text and transform it using a custom command (fix grammar, translate to English, rephrase, etc.). Murmure now works as a contextual AI editor, not just a speech‑to‑text tool. - **(Major) LLM Prompts** — Multiple saved prompts with: - Syntax highlighting in the prompt editor - Anchor tags enforcement for safer output control - New **“Cursor Developer”** preset - **Input Microphone Selection** — Choose your preferred input microphone directly in Settings. Thanks to @litel-fr. - **Dictionary Import / Export** — Import and export custom words, including medical presets. Thanks to @icristescu ([#72](https://github.com/Kieirra/murmure/pull/72)]). - **Text Insertion Mode** — Choose how text is inserted: - Standard mode - Terminal-compatible mode - Direct typing mode ([#119](https://github.com/Kieirra/murmure/issues/119)]) - **Log Verbosity Controls** — Configure log levels (`trace`, `debug`, `info`, `warn`, `error`) and quickly open the logs folder from the app. • macOS: Improved global shortcut handling — no longer limited by system-reserved shortcuts (Thanks to @HachetAmaury) --- ## 🐛 Bug Fixes - Fixed fullscreen issue on **Select Model** page on macOS ([#82](https://github.com/Kieirra/murmure/issues/82)]). - Transcriptions are no longer logged by default for improved privacy ([#88](https://github.com/Kieirra/murmure/issues/88)]). - Temporary audio files are now saved in the system `tmp` folder instead of `app_dir` in case of crash ([[#88](https://github.com/Kieirra/murmure/issues/88)](https://github.com/Kieirra/murmure/issues/88)). - Fixed invalid word format error message in dictionary. - Allow digit conversion threshold to be set to `0`. - Updated dependencies to resolve security vulnerabilities. --- ## ♻️ Refactor - Resolved major SonarQube issues. - Streamlined shortcut logic and optimized event lookup for better maintainability and performance. --- ## 🔧 CI & Security - Added **Security Scanning with SonarQube**. - Improved static analysis for contributions (tests, compilation, linting, etc.). - Windows NSIS (.exe) installer now runs **without requiring administrator privileges**. --- ## 📜 License Update Murmure is now released under the GNU AGPL v3 instead of the GPL v3. This change strengthens the project’s commitment to open-source principles by ensuring that any network‑accessible modifications must also remain open source. --- Murmure 1.7.0 strengthens its position as a **privacy-first, local AI companion**, combining speech recognition, contextual editing, and LLM workflows — all running on your machine. 🙌 Thanks to all contributors and testers who continue to make Murmure better with every release. @HachetAmaury @laurentkempe @thiswillbeyourgithub @stevebeauge @vclerc @icristescu @litel-fr