Download
Flacon available for Mac and Linux.
Apple macOS
Mac OS users can download program from the our site.
Flacon_6.1.0.dmg
If you are using old versions of Mac OS and have problems with running the Flacon. Try the version for the legacy MacOS.
Flacon_6.1.0-LegacyOS.dmg
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 is the recommended way to install the Flacon under Linux.
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 as root:
Debian 10
echo "deb http://download.opensuse.org/repositories/home:/Sokoloff/Debian_10.0 ./" > /etc/apt/sources.list.d/flacon.list
wget http://download.opensuse.org/repositories/home:/Sokoloff/Debian_10.0/Release.key -O- | apt-key add -
apt-get update
apt-get install flacon
Debian 9
echo "deb http://download.opensuse.org/repositories/home:/Sokoloff/Debian_9.0 ./" > /etc/apt/sources.list.d/flacon.list
wget http://download.opensuse.org/repositories/home:/Sokoloff/Debian_9.0/Release.key -O- | apt-key add -
apt-get update
apt-get install flacon
Fedora
Fedora users can install it from the official repositories.
sudo dnf install 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.