Bitwig Studio is a professional digital audio workstation (DAW) that happens to be cross-platform. Although it isn’t free, for those who want to use a Linux-friendly DAW with a predictable workflow (similar to Ableton), look no further. I’m not sponsored by Bitwig, I simply enjoy recording and making music with this wonderful program.
They support Linux (specifically Ubuntu / Debian based distros that use .deb packages), Windows and MacOS. I found a script on GitHub that did the job for me when installing Bitwig on Fedora however it is no longer maintained so I decided to improve it and add some things.
Installation
If you’re on Fedora Workstation, you can simply run the command below and it will download the necessary packages and install Bitwig Studio for you. If you don’t have a license, you can use the demo which gives you access to everything but you can’t export your projects.
The way this script works is it first installs any dependencies that are missing (e.g. JACK, dpkg) and then fetches the latest version of Bitwig Studio from their website. It automatically scrapes the website for the latest version and downloads that. It also create a shortcut on your system so you can launch it.
Run this one-liner:
cd /tmp && wget https://raw.githubusercontent.com/berkiyo/bitwig-fedora/master/install.sh && chmod 777 install.sh && ./install.sh
Project ‘bitwig-fedora’
You can follow my project repository if you want to stay up-to-date on any changes. You can also inspect the script before you run it.
Joe
February 6, 2021 — 4:32 pm
Hi!
The bitwig people seem to have a flatpak ready: https://github.com/bitwig/bitwig-studio-flatpak. I will now try it on fedora 33.
Cheers,
Joe
Joe
February 6, 2021 — 4:36 pm
… but they write also: “don’t use it yet” :-). I will wait.
berk
February 7, 2021 — 10:54 am
Hey Joe, thanks for sharing that!
I’m looking forward to that too, hopefully it will be a solid experience .
ocean
February 17, 2021 — 6:12 am
What if I want to install a version I have a license for at not the latest version?
ocean
February 17, 2021 — 1:09 pm
Nevermind… The script downloaded the version I wanted.