Download

Flacon available for Mac and Linux.

Apple macOS

Mac OS users can download program from the our site.
Flacon_11.3.0.dmg

AppImage for Linux

AppImage is a format for distributing portable software on Linux without needing superuser permissions to install the application. To run an AppImage, simply:

  • Download flacon-11.3.0-x86_64.AppImage file
  • Make it executable and run!
    $ chmod a+x flacon-11.3.0-x86_64.AppImage
    $ ./flacon-11.3.0-x86_64.AppImage
    

Flatpack for Linux

Flatpak is a modern method of distributing Linux applications. The applications run inside a sandbox environment and don’t rely on packages or environment provided by your Linux distributions.

Flatpak builds of Flacon are now provided on Flathub (direct link to download flcon).

Ubuntu

Ubuntu users can use repository at launchpad. Open up a terminal and input these commands:

sudo add-apt-repository ppa:flacon
sudo apt-get update
sudo apt-get install flacon

Debian and Linux Mint “Debian”

Debian and Linux Mint “Debian” users can use repository at OpenSUSE Build Service.

Open up a terminal and input these commands:

Debian 11

echo "deb http://download.opensuse.org/repositories/home:/Sokoloff/Debian_11 ./" | sudo tee /etc/apt/sources.list.d/flacon.list
wget http://download.opensuse.org/repositories/home:/Sokoloff/Debian_11/Release.key -O- | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/flacon.gpg
sudo apt-get update
sudo apt-get install flacon

Debian 10

echo "deb http://download.opensuse.org/repositories/home:/Sokoloff/Debian_10 ./" | sudo tee /etc/apt/sources.list.d/flacon.list
wget http://download.opensuse.org/repositories/home:/Sokoloff/Debian_10/Release.key -O- | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/flacon.gpg
sudo apt-get update
sudo apt-get install flacon

Fedora

Fedora users can install it from the official repositories.

sudo dnf install flacon

Gentoo

Gentoo users can install it from the official repositories.

emerge --ask media-sound/flacon

Void Linux

Void Linux users can install it from the official repositories.

sudo xbps-install flacon

Other distribution

Please let me know about packages for your distribution.

FreeBSD

FreeBSD users can install it from the official repositories.

pkg install flacon

Alternatively, users can install it from ports (build from source):

cd /usr/ports/audio/flacon && make install clean

Source code

Flacon is a free and open source application. Patches, suggestions and comments are welcome. The source code is hosted on GitHub.

If you are having troubles compiling the program, you might want to read “Build Instuctions” on the WIKI section. Also, this section is useful when you want to learn more details about a development or translation process.