AuraScribe on Linux: offline dictation for Debian and Ubuntu

Set up AuraScribe, a free open-source offline dictation app, on Debian or Ubuntu: install the .deb, use an X11 session for the global hotkey, and type clean text into any app, fully offline.

6 min read

Good offline dictation has been hard to find on Linux. AuraScribe runs there natively, does all of its transcription on your own machine, and types clean text into any application. This guide covers installing it on Debian or Ubuntu and the one session detail that matters for the global hotkey.

Install the .deb

Download the Linux package (a .deb) from the releases page and install it with your package manager, for example sudo apt install ./AuraScribe_2.0.0_amd64.deb, or by double-clicking it in your file manager. It targets Debian and Ubuntu and their derivatives.

Use an X11 session

This is the one thing to know on Linux. A global hotkey that works in every window, and the ability to type text into whatever app has focus, both rely on synthetic input, which Wayland deliberately restricts for security. So AuraScribe works best in an X11 login session. On the login screen, click the gear or session icon and choose the Xorg or X11 option before you sign in. Everything else, including the transcription itself, behaves the same as on Windows and macOS.

Set the hotkey and dictate

The default shortcut is Ctrl + Shift + Space, rebindable to anything you prefer. Press it in any window, speak, and release. Recognition runs on your CPU as you talk, and a local cleanup pass handles punctuation, casing, and filler words, so the finished text is typed straight into your editor, browser, terminal, or chat box the moment you stop.

What you need

AuraScribe on Linux needs a 64-bit Debian or Ubuntu system, a microphone, and, for the hotkey and typing, an X11 session. No GPU is required. After the first language model downloads once, it runs fully offline, with no account and no subscription.

If you want dictation that never leaves your machine, that is the whole idea here. You can download AuraScribe for Linux now, or read more about local versus cloud dictation.

All posts