OMG! Ubuntu — Linux — Thu, 27 Aug 2026 15:33:24 +0000
Summary
Ubuntu 26.10 will include Myna, an in-development AI-powered speech-to-text feature that transcribes dictation into any valid text field when activated with the super + t keyboard shortcut. Myna is an orchestrator that loads a local AI model, handles hot-key activation, passes microphone audio to the model, and returns the transcription via IBus, while a new default GNOME Shell extension displays an on-screen indicator with an animated wave when it is listening and recording. Canonical states that all processing happens entirely offline with no audio stored, logged, or used for training, and that multiple local AI models — including variants optimized for NVIDIA GPUs or CPUs — will be distributed as snaps, with the most suitable model selected for a system's hardware. The article's author tested an early build from GitHub source code and found it transcribed fairly accurately, if slowly, into most fields tried, including the text editor, GNOME Shell overview, and Firefox. The feature will be opt-in and easily removable, reflecting Canonical's stated approach that AI features in Ubuntu must offer real value to users.
AI-powered voice typing is coming to Ubuntu in Myna, a speech-to-text feature that lets you talk into any valid text field. It’s still a work in progress, but I grabbed an early build to see how it’s shaping up.
With Ubuntu 26.10 now entering its freeze, the user-facing pieces of myna are falling in to place. This week, a new GNOME Shell extension was added to default installs to provide an on-screen indicator when myna is listening and recording.
To be clear: Myna is not a GNOME Shell extension. It’s an orchestrator that loads an AI model, handles hot-key activation, passes audio from your microphone to the AI model and then pass the transcription output back to the text field of an app using IBus1.
But the extension is important. It’s the bit you’ll see, so that you know Myna is listening to and processing audio.
You can see Myna in action in the (quick) screen recording below. It shows Myna being activated to and used to transcribe a simple sentence straight into the Text Editor app:
Myna’s GitHub page says2: “Whether you are looking to dictate text hands-free, improve accessibility, or streamline your workflow, myna brings seamless voice recognition directly to your Linux ecosystem.”
In the version I tried, I activated Myna by pressing (but NOT holding – a change from how Canonical described the feature previously) super + t, having focused the text field in the app I want to use voice typing with.
An onscreen display (OSD) appears to indicate that listening is active. As I talked, an animated ‘wave’ inside the OSD oscillate.This is a nice bit of confirmatory feedback so you know it’s working.
When done, pressing the same keyboard shortcut again stops listening. The OSD animation goes flat as the audio is transcribed in the background. After a short pause, the text appeared in the text field of the app I wanted.

According to the spec, if you close or minimise the ‘target’ window after activating Myna, it will stop working. I couldn’t get that to reliably happen, though the myna OSD did let me know focus was lost on occasion.
Focusing a different window or alt-tabbing away from it won’t, per the spec, interrupt the input. Myna keeps track of the intended target – which means you won’t end up with the right thing pasted into the wrong text field!
If Myna doesn’t hear any audio, it tells you so; it can’t transcribe silence or, alas, work telepathically.
No audio leaves your device, say Canonical. Myna doesn’t rely on cloud models; it works entirely offline, figuratively and literally. And any audio that is used for transcription is not stored, logged or trained on.
In my testing myna used Whisper. But a variety of local AI models will be available (all as snaps), including some that can run solely on NVIDIA GPUs, some CPU only, some that have broader language support, etc.
By the time this feature is ready for wider testing, the best local AI model for your system’s hardware is used.
I haven’t found any of the voice snaps, or the myna orchestrator, on the Snap store yet, but I got it things up and running from source code on GitHub. As the feature will be distributed as a snap
The good news is that it worked, fairly accurately, albeit a tad slowly (I was running WIP source code in a virtual machine, so I’m taking nothing as read). Input landed in most fields I tried, including the text editor, GNOME Shell overview and Firefox.
Canonical will take a deliberate approach to AI features in Ubuntu, per its VP of Engineering, Jon Seager. He said using AI for its own sake rarely works, and that any features found in Ubuntu will need to offer real value to users.
Not a fan of AI?3 Myna is expected to be opt-in and. Both it and the speech recognition models that are downloaded on-demand will be Snaps, so easily removable (and avoidable).
.md files, structured and worded to unambiguously steer and assist AI agents in understanding/set out constraints. However, it’s not clear if any of Myna’s code itself has been generated by AI tools.↩︎Original article: https://www.omgubuntu.co.uk/2026/08/testing-ubuntu-ai-voice-dictation Source: OMG! Ubuntu