Download latest Agile Toolkit version, sample project or addons download, sample project, sample website, addons, add-ons, packages

Stable Packages (4.1.x)

Older Releases

Older version works fine, but some semantic was changed.

Starting New Project with Git

Agile Toolkit development is hosted on GitHub. If you plan to use GitHub too, it's much easier to clone "atk4-example" project instead of downloading a ZIP.

git clone git://github.com/romaninsh/atk4-example.git myproject
git submodule init
git submodule update
Next create empty directory hosting using GitHub or other Git server.
git remote rm origin
git remote add origin git@github.com:yourname/yourproject.git
git push -u origin master

Continue your development. "git submodule update" will update Agile Toolkit

Recent Releases

Agile Toolkit 4.1.1

Agile toolkit 4.1.1 cleans up file comments, consistency, fixes several minor issues ad brings slightly better "demo" when you first install atk4-example.

Agile Toolkit 4.1

Agile toolkit 4.1 is the first stable release of 4.1 branch. Please read through recent changes to see what's new.

Agile Toolkit 4.0.3

Agile toolkit 4.0.3 fixed bug https://github.com/atk4/atk4/issues/9 which was showing on new installation mechanism (without .htaccess)

Agile Toolkit 4.0.2

Agile toolkit 4.0.2 introduces minor improvements over 4.0.1. Bundled version of jQuery and jQuery UI is updated. Example now works much better on wide range of LAMP environments. Agile Toolkit will now periodically check for new versions and notify you if there is update.

Agile Toolkit 4.0.1

Agile toolkit 4.0.1 is the first stable release of 4.0 branch. You do not need any other frameworks to use Agile Toolkit. Simply download the sample-project or sample-website package and start editing.

If you would like to download our logo, please go to About section.