A little script to simplify installing Bitwig Studio in user-space on Fedora KDE.
Officially, Bitwig Studio for Linux is only available in .deb
and .flatpak
formats. The .deb
installer is aimed at Ubuntu/Debian users. The .flatpak
version, while globally adaptable, has its drawbacks (for example, it doesn't support plugins installed via yabridge). There's no official .rpm
build for Fedora.
install_assets.sh
installs the main script, a custom Bitwig Studio icon, and adds two new commands to KDE context menu for*.flatpak
filesuninstall_assets.sh
reverses whatinstall_assets.sh
has doneuninstall_bitwig.sh
removes unpacked Bitwig Studio files
- Fedora KDE 39 or higher
dolphin
- a file manager (comes preinstalled with Fedora KDE)ostree
- a package for working with flatpak files
- Install
ostree
package:sudo dnf install ostree
- Download Bitwig Studio flatpak installer from your Bitwig account
- Download the contents of this repository either manually or by using git:
git clone https://github.com/drzhnn/unpack-bitwig-flatpak-installer.git
- Run
install_assets.sh
script
- In Dolphin file manager, right click on the downloaded Bitwig Studio flatpak installer and select "Unpack and install Bitwig Studio"
- Enter your root password (it is required by the
ostree
command) - Wait for the unpacking to finish
Now you should be able to find and run Bitwig Studio from Application Launcher and pin it to your Task Manager panel.