Support This Project
Hosted by:
Get Allegro game programming library at SourceForge.net. Fast, secure and Free Open Source software downloads
Project page

Latest version

The latest stable version (4.4.x) works under Unix (Linux, FreeBSD, etc.), Windows, MacOS X and Haiku/BeOS. The previous stable version (4.2.x) also works under DOS and QNX. You can read the full change log. If you prefer upgrading through diffs from a previous version, check the older versions page. If you want to get Allegro through SVN, check the SVN page. You can also download weekly SVN snapshots from this page if you can't use SVN directly.

There is a stable branch and a developmental branch. Currently the developmental branch refers to the 4.9.x branch, leading to Allegro 5, which has a completely different API. If you are looking for the classical Allegro API, you want either the 4.4.x branch or the 4.2.x branch.

Since version 3.12, Allegro has adopted the same numbering scheme as the Linux kernel, which uses three numbers. The first number indicates a major version. Differences here usually mean that a lot of things have changed. The second number indicates if the release is stable (even number) or unstable (odd number). Finally the third number marks smaller differences between releases.

The main source downloads include instructions on how to build Allegro for each of the supported platforms. These exist as individual .txt files in the docs/build subdirectory. You can also access them online (for 4.4.x).

Stable branch 4.4.1.1 source releases

FilenameSizeDescription
allegro-4.4.1.1.zip4.8MSource code for all platforms in DOS/Windows friendly format.
allegro-4.4.1.1.tar.gz4.5MSource code for all platforms in Unix friendly format.
allegro-4.4.1.1.7z3.0MSource code for all platforms in DOS/Windows friendly format.
allegro-4.4.1.1_diff.zip8kThis file is a diff that can be installed over a clean copy of the 4.4.0.1 version of Allegro to update it to the current version.
Browse all files

Older stable branch 4.2.3.1 source releases

FilenameSizeDescription
all4231.zip3.8MSource code for all platforms in DOS/Windows friendly format.
allegro-4.2.3.1.tar.gz3.1MSource code for all platforms in Unix friendly format.
all4231_diff.zip139kThis file is a diff that can be installed over a clean copy of the 4.2.3 version of Allegro to update it to the current version.
allegro-enduser-4.2.3.1.tar.gz863kThis version contains the base library, without documentation or example programs. It's targeted at those who want to run Allegro programs written by other people. If you want to develop programs yourself, you will have to download the full source code version. Only for Linux/Unix.
Browse all files

Developmental branch source releases

Download 4.9.x from Sourceforge

Change log for 4.9.x

Miscellaneous files

FilenameSizeDescription
alldata.zip360kThis file contains the data needed by the Allegro demo game. It's only needed if you got an old WIP version of the library, or if you updated to the current version via diffs, as these didn't include the demo data to save space.
dx70_min.zip440kYou may have problems compiling the Allegro DLL if you don't have the correct version of the DirectX SDK library and header files. This file contains the minimal version of the DirectX 7 SDK needed to compile the DLL yourself. Only for Windows.
dx70_mgw.zip243kThis file contains the minimal version of the DirectX 7 SDK for MinGW. Only for Windows.
dx80_mgw.zip442kThis file contains the minimal version of the DirectX 8 SDK for MinGW. Only for Windows.
dx70_dmc.zip234kThis file contains the minimal version of the DirectX 7 SDK for Digital Mars C/C++. Only for Windows.

Binary version (only for Windows)

SiteDescription
www.allegro.cc/filesMatthew Leverton has built binary packages for many different Windows compilers and offers them in several download formats.
Allegro binary packageThe allegro-bin package at SourceForge contains several binary distributions of Allegro for Windows. You only need it if you have a compiler unable to produce the Allegro DLL (like Borland). To use, unzip a package inside a temporary directory and follow the instructions found inside.
devpaks.orgMichal Molhanec mantains a Devpak repository, where you can get a package of the precompiled library for MinGW and Dev-C++. Note that the Allegro Devpaks are also mirrored through SourceForge's allegro-bin package. If the Devpak site is down, check the previous entry's link.