Download

Agavi can be installed in three different ways: using release packages, through our PEAR channel or directly from the SVN repository.

Package Download

Agavi 1.0.7 Latest stable release

December 22, 2011 · Release Notes · Changelog

Agavi 0.11.8 Latest legacy release

July 25, 2009 · Release Notes · Changelog

PEAR Installation

If you decide that you would like to install Agavi by using PEAR, you can install it rather quickly using these commands:

pear channel-discover pear.agavi.org
pear install agavi/agavi

To install a specific version, use this command:

pear install agavi/agavi-version
Note: depending on your configuration, you may need to prepend sudo to the commands above.

The PEAR channel is located at pear.agavi.org.

Subversion

Check out a specific version from SVN:

svn checkout http://svn.agavi.org/tags/version

Since these tags never change, exporting will do the job just fine, too:

svn export http://svn.agavi.org/tags/version

You can, of course, also run your application off a branch or even trunk. Those may occasionally be unstable while we fiddle with things, or, as in the case of trunk, not be updated at all for a while:

svn checkout http://svn.agavi.org/branches/1.0

svn checkout http://svn.agavi.org/trunk