End User Manual


PyroCMS is free to download, so there are a few ways you can get hold of the source code.

Downloading stable versions

You can download the latest version of PyroCMS here: Download

You can also see a list of other versions by going to our GitHub profile and having a look at the various options.

Clone the Git repository

This is slightly more difficult, but in the long run it is by far the best option. Using Git you can run commands like $ git pull origin master

That will instantly get the newest copy. We use the git-flow branch structure so the master branch is the same as the latest release. If you would like to play with the bleeding edge you can pull the develop branch.