GNU/Linux¶
Official Builds¶
You can install the latest version of Zrythm for your distro here
This is the recommended way to install the latest version for most users.
Flatpak¶
Flatpak builds are coming soon.
AppImage¶
AppImage builds are coming soon.
LibraZik¶
Zrythm is available in LibraZik 2 for testing.
AUR¶
For Arch GNU/Linux users, Zrythm is available in the AUR under zrythm and zrythm-git.
Manual Installation¶
Zrythm uses the Meson build system, so the procedure to build and install is as follows:
meson build
ninja -C build
ninja -C build install
See the meson.options
file for installation options.