Install Help · 🐧 Linux (beta)

Installing HyperVoice on Linux

HyperVoice on Linux ships as a single .AppImage file — no package manager, no install step. Tested on Ubuntu 24.04, Fedora 41, Pop!_OS 22.04, Mint 22; works on any modern x86_64 desktop Linux.

On Windows? Windows install guide →  ·  On Mac? macOS install guide →

TL;DR

  1. Download HyperVoice_0.6.7_amd64.AppImage
  2. chmod +x ~/Downloads/HyperVoice_*_amd64.AppImage
  3. Double-click it (or run from terminal). X11 session required — see below if you're on Wayland.

Step 1 — Download

Grab the AppImage from your dashboard, or directly from hypervoice.app/api/download/linux. It's a single ~100 MB file — your browser will save it to ~/Downloads/ by default.

Step 2 — Make it executable

AppImages aren't executable by default after download. Two ways to fix that:

GNOME Files 44+ doesn't show "Allow executing"?

Recent GNOME (Ubuntu 23.10+, Fedora 38+) deliberately removed the permission toggle for security reasons. Use the terminal command above instead. The AppImage will then double-click-launch from Files normally.

Step 3 — Run it

Either double-click the file in your file manager, or run it directly:

~/Downloads/HyperVoice_0.6.7_amd64.AppImage

First launch downloads a Whisper speech model (default Tiny English ~75 MB) and walks you through hotkey setup. After that, press your hotkey anywhere on your desktop and dictate — same as the Windows build.

Tip — move it to ~/Applications/ for tidiness

Most GNOME / KDE / Cinnamon launchers auto-detect AppImages in ~/Applications/ and add them to your apps menu so you can launch from the Activities overview just like a regular app. Optional, but nice.

"AppImage won't open" / FUSE missing

AppImages mount themselves at runtime via FUSE. Most desktop Linuxes ship with it, but a few don't out of the box — most notably Ubuntu 24.04, which dropped the legacy libfuse2 package and uses libfuse2t64 instead. If your AppImage double-click does nothing, or you see an error mentioning libfuse / fusermount, install it:

Wayland session — switch to X11 first

HyperVoice currently requires an X11 session. Wayland users see the app launch and the UI render, but the global hotkey won't register and paste won't reach the target window — Wayland blocks the cross-app focus/input APIs we depend on. The portal-based replacements aren't ready yet (we're tracking it).

Most major distros let you switch session at login:

Wayland support is on the roadmap once xdg-desktop-portal exposes the focus-restore / global-shortcuts APIs HyperVoice needs.

"It signs me in but forgets next launch"

HyperVoice stores your session token in the Secret Service (the standard Linux keyring API). If no keyring daemon is running, sign-in works once but doesn't persist across restarts. Most desktop environments include one by default:

On Debian/Ubuntu: sudo apt install gnome-keyring and re-login.

Linux known limitations (beta)

Updating HyperVoice

HyperVoice has a built-in auto-updater — when a new version ships, you'll see a banner inside the app with a "Download & restart" button. The updater swaps the AppImage in place and relaunches.

If you'd rather check manually, the dashboard always serves the latest AppImage from hypervoice.app/api/download/linux — replace your existing file and you're done.

Still stuck?

Two fast paths to get unblocked:

Download HyperVoice for Linux Beta Back to dashboard