Install YADAW
YADAW publishes installers for Windows, macOS, and Linux with each tagged release.
Download a release
- Open YADAW Releases.
- Choose the newest release and expand Assets.
- Download the file for your system:
- Windows x64:
.exe - macOS Apple silicon or Intel: universal
.dmg - Linux x64 or arm64:
.AppImage
- Windows x64:
- Keep the accompanying
SHA256SUMSfile if you want to verify the download.
No release listed?
YADAW is experimental. If the Releases page has no published installer yet, you can build it from source by following the development environment guide. That process is intended for contributors.
Windows
Run the downloaded installer. Windows audio builds include ASIO support. For low-latency work, install the 64-bit ASIO driver supplied by your audio-interface manufacturer before opening YADAW.
If Windows warns about an unrecognized application, confirm that the download came from the official repository and verify its checksum before continuing.
macOS
Open the .dmg and move YADAW to Applications. The first launch may require confirmation in System Settings → Privacy & Security, especially for an experimental or unsigned build.
Allow microphone access when macOS asks; YADAW needs that permission to record from audio inputs.
Linux
Make the AppImage executable, then run it:
chmod +x YADAW-*.AppImage
./YADAW-*.AppImageYour desktop audio configuration determines which devices are available. Make sure the user running YADAW can access the selected device.
First launch
YADAW scans the system and user VST3 locations, starts its isolated audio services, and opens the project workspace. A large plug-in collection can make the first scan take longer than later launches.
Continue with Your first project.