An early-in-development, open source, cross-platform digital audio workstation (DAW) built in Rust.
- Rust & Cargo: this project is developed using the latest stable Rust toolchain
- on Linux you'll also need to install the alsa development headers:
- Debian:
sudo apt install libasound2-dev - Fedora:
sudo dnf install alsa-lib-devel - Arch:
sudo pacman -S alsa-lib
- Debian:
git clone https://github.com/generic-daw/generic-daw.git
cd generic-daw
curl https://unpkg.com/lucide-static@latest/font/Lucide.ttf -Lo Lucide.ttf
cargo build --releaseSee the current development status and future plans in the dedicated GitHub project.
Generic DAW is licensed under the GPLv3 License. By contributing to Generic DAW, you agree that your contributions will be licensed under the GPLv3 as well.