Give It To Me!

Which version should I get?

MochiKit comes in two flavors: development and release.

The development version always has the most features, and the documentation/demos on the site follow the development version (give or take an hour or so). We recommend that you use the development version (and join the MochiKit mailing list!) when developing your applications. If you find any issues you should create a ticket at trac.mochikit.com.

Once you're ready to deploy, it's usually time to switch over to the release version of MochiKit, so that your environment is easy to reproduce. We'll be releasing new versions of MochiKit on a regular basis, as we update the production version of our applications regularly!

Release Version

MochiKit 1.3.1 (2006-4-29) is the most current release version:

Upgrade Notes

In order to avoid namespace conflicts, two MochiKit.Base functions were renamed in MochiKit 1.3. The old names for these functions are still available when used fully qualified, but are no longer exported to window.

Development Version

MochiKit is developed in a public subversion repository. If you have any questions about subversion, you'll find answers in the subversion book.

To grab the very latest in MochiKit, simply check out the trunk from here:

Here's how to do it from a command line (assuming subversion is installed, of course):

If using Mac OS X, we recommend Martin Ott's Subversion package plus svnX if you want a GUI.

Windows users will probably want to use TortoiseSVN.