--- layout: page title: Downloads permalink: /downloads/ ---
The latest code is always available via our github repository. If your distro of choice has an out-of-date ZoneMinder package, you'll want to compile from our source code.
You can clone our code repository with git, over HTTPS or over SSH, and then build the code locally:
{% highlight bash %} # without keys, over https git clone https://github.com/ZoneMinder/ZoneMinder.git # with keys, over ssh git clone git@github.com:ZoneMinder/ZoneMinder.git {% endhighlight %}You can also download the source code in a tarball. Instructions for compiling from source can be here.
If you are an Ubuntu user, Isaac Connor is maintaining a PPA with an up-to-date ZoneMinder package. The packages included in the default Ubuntu repos are out of date.
If you are a Gentoo user, ZoneMinder is available just by typing 'emerge zoneminder'. Thanks to the Gentoo web-apps team for making this available.
If you are a Debian user, Zoneminder is available in the "unstable" distribution. Thanks to Peter Howard for his considerable efforts in achieving this.