Home

 About

 Sponsors

 Download

 Documentation

 FAQ

 Mailing Lists

 Testing

 News

 Bug Tracking

 Data

 Related Software

 Applications

 Copyright

 Marketplace

Download the software via periodic releases or with CVS access. CVS is a source code revision control system used by many participants in the open-source community. CVS access reflects the current state of the software, which may be broken (since it is under active development). A more stable alternative is to download periodic source code releases. The code may be out of date, but will likely compile and function consistently.


You may optionally register at the Registration page.


Official Releases
The current release is version 3.6.0 from April 2008. The following downloads are available.

Release 3.6.0 (April 14 2008)


Release 3.4.0 (September 23 2007)


Release 3.2.0 (March 11 2007)


Release 3.0.1 (patch 1) (January 18 2007)


Release 3.0.0 (November 12 2006)


Release 2.8.1 (patch 1) (June 23 2006)


Release 2.6.0 (March 15 2006)


Release 2.4.1 (patch 1) (December 3 2005)


Release 2.4.0 (November 30 2005)


Release 2.2.0 (August 2005)


Release 2.0.1 (patch 1) (March 2005)


Release 2.0.0 (February 2005)


Release 1.8.1 (patch 1) (September 2004)


Release 1.8.0 (August 2004)


Release 1.8.0 BETA (August 2004)


Release 1.6.0 (January 2004)


Release 1.4.0 (September 2003)


Release 1.2.0 (Mar. 2003)


Release 1.0.0 (Oct. 2002)


Public Beta 1 (Feb. 2002)


Public Beta 2 (June. 2002)


CVS Access
To use CVS, you must have CVS installed on your system. You may wish to use the Cygwin tools on Windows platforms, or WinCVS which provides a very nice GUI to CVS.

The source is accessed by checking out a read-only version of the Insight source code. (Only developers have write-access to the repository.) Use the following commands.

Checkout the source code:
cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight login
password: insight

cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight co Insight

You can also obtain the Insight documentation:
cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight co InsightDocuments

A variety of Insight demo applications are available in the InsightApplications module:
cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight co InsightApplications

The following release tags are provided (use with -r):

  • ITK-3-6 for release 3.6 branch.
  • ITK-3-4 for release 3.4 branch.
  • ITK-3-2 for release 3.2 branch.
  • ITK-3-0 for release 3.0 branch.
  • ITK-2-8-1 for release 2.8 branch (patch 1).
  • ITK-2-8 for release 2.8 branch.
  • ITK-2-6 for release 2.6 branch.
  • ITK-2-4 for release 2.4 branch.
  • ITK-2-2 for release 2.2 branch.
  • ITK-2-0 for release 2.0 branch.
  • ITK-1-8 for release 1.8 branch.
  • ITK-1-6 for release 1.6 branch.
  • ITK-1-4 for release 1.4 branch.
  • Release-1-2 for release 1.2 branch.
  • Release-1-0 for release 1.0 branch.
  • Release-0_7 for beta release 0.7 branch.