Get Premake

The latest stable version is 4.2.1.

For Windows premake-4.2.1-windows.zip
For Linux premake-4.2.1-linux.tar.gz
For Mac OS X (Universal) premake-4.2.1-macosx.tar.gz
Source Code premake-4.2.1-src.zip

A complete collection of releases is available from the SourceForge file list.

Binaries simply need to be unpacked and placed somewhere on the system search path or any other convenient location. The source code package includes solutions, workspaces, and makefiles for all of the supported toolsets in the build/ directory. Premake is self-contained and should build and run pretty much everywhere—of course, let me know if you have problems. See Building Premake for more complete build instructions.

Once Premake is installed, see the Quick Start to learn how to generate project files, or Scripting With Premake to start adding Premake support to your own projects.

Repositories

In addition to the official packages above, the following repositories have been made available by volunteers. There may be a delay while they update to the latest version. If you would like to volunteer to host a repository, please contact me.

Ubuntu Repository courtesy of pasgui Repository courtesy of Ryan Mulder (out of date)
Arch Linux User Repository

Subversion

The very latest source code is available in our Subversion repository, graciously hosted by SourceForge.net. This code may have new features, and it may have new bugs as well.

svn co https://premake.svn.sourceforge.net/svnroot/premake/trunk premake4

See Building Premake for build instructions.