Download Audio Forge for Linux

Install Audio Forge for Linux with an AppImage and desktop launcher.

<- other versions | Windows | Android | iOS

Install Audio Forge for Linux

Run this command in a terminal:

curl -fsSL https://slashpaf.com/audioforge/install.sh | sh

The installer downloads the latest AppImage, installs it for your user account, and adds Audio Forge to your application launcher.

To uninstall:

curl -fsSL https://slashpaf.com/audioforge/install.sh | sh -s -- --uninstall

For audio conversion, recording, secure auth storage, Google sign-in, and running AppImages directly, make sure the recommended runtime dependencies are installed. The installer checks these and prints the right command when anything is missing.

On Ubuntu 24.04 and newer:

sudo apt update; sudo apt install -y ffmpeg pulseaudio-utils libsecret-1-0 libwebkit2gtk-4.1-0 libfuse2t64

On Debian and older Ubuntu releases:

sudo apt update; sudo apt install -y ffmpeg pulseaudio-utils libsecret-1-0 libwebkit2gtk-4.1-0 libfuse2

To let the installer run that dependency command for you:

curl -fsSL https://slashpaf.com/audioforge/install.sh | AUDIOFORGE_INSTALL_DEPS=1 sh