Support This Project
Download sources You should build LMMS on your own if your distribution does not ship a recent version of LMMS (0.4.x).
Download binaries The following binary-packages are currently available:
If you successfully built packages for your distribution/architecture, please write us a mail, because it's possible that we're interested in adding an according URL to the list above.
Checkout recent versions from the Git repository If you like to be up to date or are annoyed by a bug which is already fixed, you can try to checkout a version from Git repository:

0.4.x branch (for everything else but developing new features)

git clone git://lmms.git.sourceforge.net/gitroot/lmms/lmms
cd lmms
git checkout -b stable-0.4 origin/stable-0.4

0.9.x branch (for developing and testing new features, don't report bugs about this version, may not be usable at all, use only if you know what you're doing)

git clone git://lmms.git.sourceforge.net/gitroot/lmms/lmms
cd lmms