Linux MultiMedia Studio

Download

Support This Project

Executables

The following binary packages are currently available:

Sources

You should build LMMS on your own if your distribution does not ship a recent version of LMMS (0.4.x).

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.

LMMS Git repository

If you like to be up to date or are annoyed by a bug which is already fixed, you can download the latest source from our Git repository:

0.4 branch For serious use.

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

Master branch For developing and testing new features. Primary focus on realizing ambitious ideas, not stability. Use only if you know what you're doing.

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