Browse by type
Audacious is a lightweight, open-source audio player focused on high audio quality and low resource usage. It supports a wide range of audio formats and provides a flexible plugin system for extending functionality.
audtoolMost Linux distributions provide Audacious in their respective package repositories. For Windows we offer an installer. On macOS, Audacious can be installed using Homebrew.
There are also Flatpak and Snap packages of Audacious, however we do neither provide nor support them. So if you have an issue with these packages, make sure it also affects ordinary installation methods before reporting it to us.
See also the download instructions on our website.
Reading our build pipeline installation script may help with the package names when using Ubuntu or macOS.
After downloading the source code, you need to create a build directory (e.g.
meson setup build). To view a list of all supported build options, you can use
the command meson configure build. Alternatively inspect the file meson_options.txt.
Logs can be found in meson-logs within your build directory.
Example:
meson setup build # pass custom build options with -D option=value
meson compile -C build # start building
meson install -C build # install the built software
Consult the official Meson documentation for more details, e.g. Running Meson and Configuring a build directory.
Audacious uses a modular plugin system to provide most of its functionality. Many plugins are included in the audacious-plugins package, officially provided and supported by the Audacious developers. But there are also third-party plugins available, install and use them at your own risk though.
Plugins can be enabled or disabled at runtime within the Audacious settings window. When using the GTK or Qt interface, several plugins (e.g. album cover, lyrics, file browser, visualizations) can be docked into the main window.
Supported audio formats depend on enabled plugins but typically include:
audacious -V on the command line)Contributions are welcome!
Before submitting large changes, consider opening a forum thread first to discuss your ideas. Also remember that the developers of Audacious are volunteers and can only spend a limited amount of their free time on the project.
Audacious is licensed under the BSD-2-Clause license. Please note that many of the plugins distributed with Audacious are under different licenses. See the COPYING file and the respective plugin source code for more details.
$ claude mcp add audacious \
-- python -m otcore.mcp_server <graph>