musl downloads

Git repository

The latest musl source is always available via the git revision control system. The following command can be used to checkout a copy of the musl git repository:

git clone git://git.etalabs.net/musl

You will need to copy dist/config.mak to the top-level build directory and edit it to match your target system if you do not already have a config.mak file.

The source and revision history is also browsable online via gitweb, at:

http://git.etalabs.net/cgi-bin/gitweb.cgi?p=musl

Releases

musl-0.9.0.tar.gz - May 6, 2012
Milestone release covering all interfaces in ISO C99 and POSIX 2008 base. Relicensed under standard MIT license. New configure script for easy build setup. Full stack protector and PIE support on i386 and x86_64 targets. Major floating-point math improvements and fixes, application compatibility improvements (mostly legacy header details), and additional bug fixes in dlerror and several wide character functions.

Older versions

Earlier versions of musl from the alpha and beta series (0.5.0 through 0.8.10) have been moved to a separate page.