Download LMMS
Downloading and using LMMS is free! Just choose the operating system you want to run LMMS on:
Install LMMS on Linux
Click one of the buttons below to download LMMS for Linux.
Unless you were directed here to test a pull request, please download an official build from the main download page instead.
Pull Request #8004
LinuxLMMS #8004 @f87d65b Linux ARM64
LMMS #8004 @f87d65b
Set minimum deployment target for macOS builds
Our macOS builds do not set a minimum deployment target, which (I believe) makes XCode/AppleClang default to the same version as the host. So on Nightly, this would mean the minimum macOS version is 13 (Ventura) on x86_64 and 14 (Sonoma) on arm64. This places an unnecessary restriction on users, which is a problem.
So I've lowered the minimum deployment target to the lowest values it will allow:
10.13 (High Sierra) for x86_64, and 11.0 (Big Sur) for arm64
NOTE: I added the minimum deployment target to the ccache key. I'm not really sure if this is necessary. If not, I can remove it.
.AppImage
executable before running:chmod +x ~/Downloads/lmms-*.AppImage
Install LMMS on Windows
Click one of the buttons below to download LMMS for Windows
Unless you were directed here to test a pull request, please download an official build from the main download page instead.
Pull Request #8004
Windows ARM64LMMS #8004 @f87d65b Windows (msvc)
LMMS #8004 @f87d65b Windows
LMMS #8004 @f87d65b
Set minimum deployment target for macOS builds
Our macOS builds do not set a minimum deployment target, which (I believe) makes XCode/AppleClang default to the same version as the host. So on Nightly, this would mean the minimum macOS version is 13 (Ventura) on x86_64 and 14 (Sonoma) on arm64. This places an unnecessary restriction on users, which is a problem.
So I've lowered the minimum deployment target to the lowest values it will allow:
10.13 (High Sierra) for x86_64, and 11.0 (Big Sur) for arm64
NOTE: I added the minimum deployment target to the ccache key. I'm not really sure if this is necessary. If not, I can remove it.
Install LMMS on macOS
Click one of the buttons below to download LMMS for macOS
Unless you were directed here to test a pull request, please download an official build from the main download page instead.
Pull Request #8004
macOSLMMS #8004 @f87d65b macOS Intel
LMMS #8004 @f87d65b
Set minimum deployment target for macOS builds
Our macOS builds do not set a minimum deployment target, which (I believe) makes XCode/AppleClang default to the same version as the host. So on Nightly, this would mean the minimum macOS version is 13 (Ventura) on x86_64 and 14 (Sonoma) on arm64. This places an unnecessary restriction on users, which is a problem.
So I've lowered the minimum deployment target to the lowest values it will allow:
10.13 (High Sierra) for x86_64, and 11.0 (Big Sur) for arm64
NOTE: I added the minimum deployment target to the ccache key. I'm not really sure if this is necessary. If not, I can remove it.
sudo xattr -d -r com.apple.quarantine /Applications/LMMS.app