The current release of Clozure CL is version 1.10.

The preferred way to get Clozure CL is via Subversion. For example, to get Clozure CL 1.10 for Darwin/x86, you'd type (where the $ is the shell prompt):

$ svn co http://svn.clozure.com/publicsvn/openmcl/release/1.10/darwinx86/ccl

To get a version for a different platform, change the darwinx86 to one of linuxx86, freebsdx86, solarisx86, windows, linuxppc, or linuxarm.

All versions include both 32- and 64-bit binaries (except for ARM, which is currently 32-bit only).

Please see the installation page for details on completing the installation.

After installing CCL, read about getting updates and bug fixes.

If there is some reason you cannot use Subversion, you can download an archive listed in the table below. All these archives are available from http://ccl.clozure.com/ftp/pub/release/1.10 or via anonymous ftp from ftp://ftp.clozure.com/pub/release/1.10/.

x86 PowerPC ARM
Mac OS X 10.6 and later .tar.gz
Linux .tar.gz .tar.gz .tar.gz
FreeBSD 8 and later (maybe earlier) .tar.gz
Solaris .tar.gz
Windows XP and later .zip

Mac users may also elect to install Clozure CL from the Mac App Store. It sometimes lags a little behind the version you can get from here.

If you are interested in running the development version of Clozure CL, please see the wiki topic TrackingTheTrunk.

Compatibility Notes

32-bit x86 ports need SSE2

The 32-bit x86 versions of Clozure CL depend on the presence of the SSE2 instructions. Most x86 processors manufactured and sold in the last several years support SSE2 (all Apple Intel-based Macs do, for instance), but there are some exceptions.

The Wikipedia article on SSE2 lists processor models that support SSE2 (and also notes some of the more notable exceptions).

Additional Notes

See also the wiki topics SystemRequirements and PlatformNotes.