Skip to main content

Release Notes

What shipped, when, and what it changes for you.

Upcoming Release

Fixes

Dictation Pastes Again on Recent Hyprland (Omarchy 4)

  • On Hyprland 0.56 and later, which is what Omarchy 4 ships, transcriptions stopped arriving in your applications. The words were recognised correctly, they simply never landed anywhere, and they were gone from the clipboard too, so there was nothing left to paste by hand. The recording indicator also appeared in the wrong place.
  • Hyprland 0.56 changed the way other programs talk to it, and Knowii Voice AI was still speaking the old language. Every window instruction it sent was quietly ignored, which left the recording indicator holding your keyboard focus. The paste went to the indicator instead of to you.
  • Both are fixed, and older Hyprland versions keep working exactly as before. If you switched the recording indicator off to work around this, you can turn it back on.

Cancel Now Discards What You Said

  • Pressing your cancel shortcut once transcription had already started stopped the recording, but the text still showed up in your application a moment later. Cancel now means discard: nothing is pasted, and nothing is written to your history.

Version 0.9.0 (August 23, 2026)

New Features

Instant Transcription (Experimental)

  • Turn on Settings > Advanced > Transcription > Instant transcription and Knowii Voice AI transcribes your speech at natural pauses while you are still talking. When you stop, only the last few words remain to process — your text appears almost instantly, even after minutes of dictation.
  • Nothing changes in how the text arrives: one paste, at the end, like always. Your saved recordings are untouched.
  • Off by default. The classic whole-recording mode stays exactly as it was.

Improvements

Confirm With Enter, Cancel With Escape

  • Confirmation dialogs (deleting a history entry, clearing unstarred entries) now respond to the keyboard: Enter confirms, Escape cancels. No more reaching for the mouse to answer a yes/no question.

A Quieter, Sharper Recording Indicator

  • The recording indicator no longer keeps your computer busy after it disappears: once it fades out, it stops all background drawing work. Less CPU, less battery, nothing to notice — which is the point.
  • On Windows, the indicator could show up cropped after unplugging a monitor, switching displays, or changing the display scale. It now redraws correctly wherever it lands.

Long Dictations No Longer Lose Text

  • With models like Parakeet, recordings longer than a couple of minutes could come back garbled, incomplete, or empty — the model simply cannot process that much audio in one go. Long dictations are now split at pauses in your speech behind the scenes, transcribed piece by piece, and delivered as one text. Ten-minute monologues welcome.

Your Dictation Survives a Model Hiccup

  • Knowii Voice AI loads the transcription model in the background while you speak, so transcription starts the moment you stop. Until now, if that background load failed, your dictation was lost with an error. The app now retries the load before transcribing: you might wait a few extra seconds, but your words come through.

Windows Crash on Startup After 0.8.0 — Fixed

  • Version 0.8.0 could crash on startup on Windows 10 and 11. The bundled transcription engine had been built for very recent processors only, so it failed instantly on anything older. It is now built for a portable baseline and runs on every supported CPU. If 0.8.0 crashed for you, update to 0.9.0.

Version 0.8.0 (August 22, 2026)

New Features

Transcribe Your Files, Right in the App

  • Drop audio or video files onto the Knowii Voice AI window and they are transcribed into your history: meeting recordings, interviews, podcasts, videos. No ffmpeg, no conversion, nothing uploaded anywhere.
  • Prefer the tray? Transcribe File... opens a file picker and works even while the main window is hidden.
  • Drop several files at once and they are processed as a queue, with a progress card showing which file is running and what comes next. The card's ✕ skips the current file; Cancel all, the tray, or your cancel shortcut stop the whole job.
  • Long recordings are cut at pauses in the speech, never in the middle of a word, and a transcribed hour of audio stays tidy in your history thanks to a Show more toggle.
  • File transcriptions are never pasted into other apps and never show the recording overlay. They land in history, period. See File Transcription.

The transcribe CLI Now Ships With the App

  • Every installer now includes the standalone transcribe command: subtitles (srt, vtt), plain text, JSON, batch folders, model management, all offline. On deb and RPM installs it lands at /usr/bin/transcribe, ready to use.
  • New to it? The Transcribe CLI Tutorial takes you from zero to your first subtitle file.

Cleaner, More Accurate Transcriptions

  • Word Replacements: For terms that are always transcribed the same wrong way, add an exact find-and-replace rule (Settings → Transcription). It matches whole words, ignores capitalization, and fixes those stubborn terms every time.
  • Phonetic Replacements: Dictating in one language but using names or acronyms from another? Fix terms that come out in the wrong alphabet. For example, map the transcribed sound "эн восемь эн" to "N8N".
  • Remove Filler Words (optional): Automatically clean up hesitations like "uh", "um", and "hmm", and shorten stutters such as "doc doc doc" to "doc". Off by default; the words removed adapt to your transcription language, and you can supply your own list.
  • Whisper Prompt (optional): Give Whisper models a short hint about punctuation, capitalization, or vocabulary, for example "Add proper punctuation and capitalization".

Write Digit Sequences as Numbers

  • New option in Settings → Transcription: automatically convert runs of spoken digits ("one one two two") into numbers ("1122"). Only applies to 3 or more digits in a row, so normal sentences are never changed. Great for dictating account numbers, phone numbers, and codes.

View and Copy Logs From Inside the App

  • New Application Logs section under Settings → Advanced. See the most recent activity and copy it to your clipboard with one click, so reporting a problem no longer means hunting for log files on your disk. The logs never contain the words you dictated.

Start and Stop Dictation From a Command

  • knowii-voice-ai --toggle-transcription starts recording in the running app (run it again to stop and transcribe), and knowii-voice-ai --cancel throws away whatever is in progress. Wire them to a panel button, a window manager keybinding, or a script. See Control a running app for Hyprland and Waybar examples. These commands never pull the window in front of what you are doing.
  • Two new startup options: --start-hidden starts straight to the system tray for this launch, and --no-tray starts without a tray icon at all.

Improvements

Better Audio Quality

  • Knowii Voice AI now records at your microphone's natural quality and prepares the audio for transcription itself, giving the AI model cleaner audio to work with.
  • More microphones just work, including USB and Bluetooth mics that only support a single recording quality.
  • Nothing gets cut off: the very end of what you say is always captured, even when you stop recording quickly.
  • Each recording starts fresh, so audio from a previous recording can never bleed into the next one.

Ignores Silent Recordings

  • If you tap your shortcut by accident or record without speaking, the app now produces no text instead of letting the AI model invent phrases out of silence. Just record again and speak normally.

Smoother Recording Overlay (Linux)

  • The live audio level display is now updated at a steady, efficient rate, keeping the recording overlay smooth while using noticeably less memory during long sessions.

Recording Starts Faster

  • Pressing your shortcut now opens the microphone noticeably sooner, so less of your first word can slip by before recording actually begins. The app gets ready while it starts up, instead of doing the work at the moment you press the key.

Reliability & Stability

This release is about not breaking. When something unexpected happens, the app recovers instead of crashing or freezing.

  • Never gets permanently stuck: If a transcription ever takes far too long, the app now recovers on its own and returns to a ready state, with a clear message, instead of freezing.
  • Recovers if your microphone drops out: Unplugging a USB mic or switching a Bluetooth headset mid-recording no longer breaks things. Reconnect or pick another microphone and carry on.
  • Clearer error messages: You now get a clear notification when text can't be pasted, a model fails to load, a transcription fails, or the microphone can't be accessed, so you always know what happened.
  • Keeps running through hiccups: The app degrades gracefully in edge cases (including when the system tray isn't available) rather than shutting down, and settings are automatically salvaged if the settings file ever gets corrupted.
  • Broader hardware support: Fixed a startup crash on some older processors.
  • Verified model downloads: every model file is checked against a known checksum after download, interrupted downloads restart cleanly instead of corrupting the file, and truncated downloads are detected and retried from a mirror.

Bug Fixes

No More Repeated Digits or Words (Parakeet)

  • Fixed a bug where spoken digit sequences (account numbers, phone numbers) could come out with repeated characters or words, e.g. "11768211" becoming "1176821111111". Slowly spoken numbers were the most affected. Transcriptions with Parakeet models are now accurate regardless of the paste method used.

More Reliable Clipboard Protection

  • If your clipboard held an image or files, a clipboard-based paste used to wipe it clean. The transcription now stays on the clipboard as text instead. Copied text is still restored as before.

No More Accidental Double Recordings

  • Pressing your recording shortcut while a previous transcription is still being processed is now safely ignored, instead of silently starting a new recording that could split your dictation in two.

Mouse and Trackpad No Longer Affected While the App Runs (Linux)

  • Fixed an issue where wireless mice (and similar devices that combine a keyboard and pointer, like Logitech receivers) could stop moving while Knowii Voice AI was running
  • Fixed trackpad swipe gestures (e.g. switching workspaces) breaking after a transcription was pasted on Hyprland and Sway
  • Fixed a rare case where the trackpad could stay unresponsive if the app started while a key was held down

Version 0.7.0 (July 2, 2026)

This release makes Knowii Voice AI rock-solid on Linux, and brings quality-of-life improvements to all platforms.

New Features

Microphone Test

  • Test your microphone directly from Settings → Audio to verify it's picked up correctly before you start recording

Reworked Global Shortcuts and Text Output on Linux

  • Global shortcuts now work reliably across Linux desktops (GNOME, KDE, Hyprland, and more) thanks to a new low-level shortcut engine
  • Transcribed text is now typed using your actual keyboard layout on Wayland
  • Shortcut keys are suppressed while recording, so they no longer leak into the active application
  • The .deb and .rpm packages automatically set up the required keyboard permissions; AppImage users get clear in-app guidance to do the same
  • The app now warns you when no compatible typing tool is installed

Clearer Error Feedback

  • A clear warning is shown when a recording fails to start
  • A clear warning is shown when global shortcuts fail to initialize

Faster Dropdown Navigation

  • Searchable dropdowns (like the language and model pickers) now support type-ahead: just start typing to jump to the right entry

Improvements

  • GNOME without a system tray: The app now degrades gracefully and explains what to do when no system-tray host is available
  • Quieter offline behavior: Checking for updates while offline no longer floods the logs with errors

Bug Fixes

  • Restored the main window titlebar on GNOME and KDE
  • Fixed a launch crash on GNOME (Wayland)
  • Fixed the recording overlay configuration on recent Hyprland versions
  • Linux packages now declare the required Vulkan runtime dependencies, so GPU acceleration works out of the box
  • Fixed shortcuts occasionally double-triggering after the app resumed them

Version 0.6.1 (June 17, 2026)

Improvements

Reliable Windows Builds

  • Updated the Windows packaging so installers continue to build correctly with the latest build tools
  • Ensures every release ships a complete set of Windows, macOS, and Linux downloads together

This is a maintenance release on top of 0.6.0. Nothing changed in the features or in how you use the app.


Version 0.6.0 (June 17, 2026)

This is a major release: Knowii Voice AI is now available on macOS and Linux in addition to Windows, with several new transcription models and quality-of-life improvements.

New Features

Now Available on macOS and Linux

  • macOS: Native builds for both Apple Silicon (M1 and newer) and Intel Macs, signed and notarized by Apple, so it installs without warnings
  • Linux: Native packages in three formats (.deb, AppImage, and .rpm), with Wayland/Hyprland compatibility
  • Windows remains fully supported, with the same private, on-device experience now on every major platform

More Transcription Models

  • Omnilingual: Automatic language detection across 1,600+ languages, including rare and underrepresented ones
  • Moonshine: the fastest option, for lower-end machines and quick notes
  • Parakeet v2: Updated NVIDIA Canary models with improved accuracy and timestamps

Command-Line Interface

  • A standalone transcribe command lets you transcribe audio files and manage models from the terminal. No window required
  • Handy for scripts, automation, and power users

Quick Folder Access

  • New Open Folder buttons to jump straight to your app data folder (Settings → About), your custom sounds folder (Settings → Audio), and your history folder (History)
  • Folders are created automatically if they don't exist yet

Recording Overlay Options

  • Turn the on-screen recording overlay on or off
  • Choose from more overlay positions to fit your workflow

Faster Model Downloads

  • Models now download in parallel and from mirror locations, so getting set up is quicker and more reliable

Improvements

  • Snappier History: The History screen now loads in pages and lazy-loads audio, so it stays fast even with lots of transcriptions
  • Tidier Data Storage: Your data, logs, and settings are now grouped together in a single application data location, making backups and troubleshooting easier
  • Sound Previews: Changing your start/stop sounds now plays a quick preview so you can hear your choice immediately
  • Windows: Double-click the tray icon to open the main window

Bug Fixes

  • Fixed push-to-talk on Linux (Hyprland)
  • Fixed a Windows crash when a microphone rejected the 16 kHz recording setting
  • Improved file download handling and notifications
  • Fixed a double-logging issue

Version 0.5.0 (November 12, 2025)

Improvements

Unified Update Experience

  • Update checks are now consistent across the entire app. The status bar footer, the Settings → About page, and the system tray menu all behave the same way
  • All update entry points now show the same information and work the same way

Enhanced Troubleshooting

  • Log files are now automatically generated for better troubleshooting and diagnostics
  • Log files are stored in a logs folder within your application data folder (%APPDATA%\knowii-voice-ai\logs on Windows)
  • See the Support page for instructions on locating log files when reporting issues

Bug Fixes

Update System Reliability

  • Fixed critical issues with the automatic update system that cause the application to start on startup
  • Improved error handling throughout the update process

Note: You have to download this version manually. Moving forward though, the update system should work reliably.


Version 0.4.0 (November 11, 2025)

New Features

Enhanced Model Support

  • Added English-optimized variants of Whisper models for faster and more accurate English transcriptions
  • Added Whisper Tiny model option for even faster transcriptions on lower-end hardware
  • Automatic language matching: the app now ensures your selected language is compatible with your chosen transcription model

Improved Paste System

  • New paste insert mode that types transcriptions character by character (useful for applications where clipboard paste doesn't work)
  • Paste settings moved to Advanced tab for ease of access

Better User Interface

  • Audio settings moved to a dedicated tab for easier navigation
  • Custom word replacements extracted to a separate, more accessible component

Version 0.3.0 (November 8, 2025)

New Features

Automatic Update System

  • Built-in update checker that notifies you when new versions are available
  • Download updates directly from the app (check Settings → About or the tray menu)

Audio Features

  • Add custom sounds to play when recording starts/stops
  • New set of built-in sounds

Security Enhancements

  • Cryptographic signature verification ensures updates are authentic and safe

Version 0.2.0 (November 5, 2025)

New Features

Documentation Access

  • Direct link to documentation in the About screen for quick access to help and guides

Improved User Experience

  • Added missing "Auto" language detection option in the onboarding flow
  • Enhanced main window and overlay visual design for a more polished look

Earlier Versions

Version 0.1.0 (November 4, 2025)

The initial release of Knowii Voice AI included:

Core Features

  • Local voice-to-text transcription
  • Support for multiple transcription models (Whisper and Parakeet)
  • Push-to-talk recording with customizable keyboard shortcuts
  • Transcription history with search, filtering, starring, and editing
  • Audio playback of recorded transcriptions
  • Voice Activity Detection (VAD) with real-time audio level visualization
  • Custom word replacement for fixing common transcription errors
  • System tray integration

Platform Support

  • Windows support
  • Test builds available for Linux

User Interface

  • Modern, responsive design that works on all screen sizes
  • Recording overlay with configurable position
  • Onboarding flow for new users
  • Settings organization across multiple tabs (General, Transcription, Audio, History, Advanced, Debug)
  • Model download and management

Audio Features

  • Audio feedback sounds for recording start/stop
  • Multiple sound themes
  • Volume control for audio feedback
  • Support for custom sound files

Advanced Features

  • Multiple microphone mode options (Always On, On Demand)
  • Device selection for input and output
  • Configurable model auto-unload timeouts
  • Debug mode for troubleshooting

How to Update

To update to the latest version, see the Updating Guide for detailed instructions on both automatic and manual updates.


Stay Informed

To receive notifications about new releases:


For technical details and full changelog, visit the GitHub repository.