Difference between revisions of "Downloads"

From mitk.org
Jump to navigation Jump to search
 
(102 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
+
== Latest stable installers and packages ==
= MITK Downloads =
 
== Releases ==
 
If you are looking for the '''MITK 3M3''' image analysis application please go here: http://3m3.mitk.org
 
  
Source code of snapshot releases can be found here: https://www.mitk.org/download/source/
+
{| class="wikitable"
 
 
Recent releases of special applications are here: https://www.mitk.org/download/releases/
 
 
 
Some older releases can be found at the [http://sourceforge.net/projects/mitk/ MITK SourceForge project site.]http://sourceforge.net/projects/mitk/
 
 
 
== Windows Installer ==
 
On the [https://sourceforge.net/projects/mitk/files/ Sourceforge download page] you can get installers for Windows 32bit and 64bit. Please note these include only the example application, not the SDK.
 
 
 
If you have problems running the application, please install the Microsoft Redistributable Packages for VS 2008 ( [http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en 32bit] / [http://www.microsoft.com/downloads/details.aspx?familyid=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en 64bit])
 
 
 
Nightly built installers can be found here: https://www.mitk.org/download/ Caution! These are automatically generated ''untested developer versions''!
 
 
 
There is also a binary installer for the '''MITK 3M3''' image analysis application which is based on MITK. See http://3m3.mitk.org for details.
 
 
 
== Plugin Generator ==
 
The MITK Plugin Generator is a command line tool which can generate CTK-style MITK plug-ins and optionally a whole CMake project to boostrap the process of setting up a MITK-based project.
 
 
 
For more information, please see [[SetupAMitkBasedProject]]
 
 
 
Linux binaries:
 
{| border="1" cellpadding="2" cellspacing="0"
 
| '''Version'''
 
| '''Release date'''
 
| '''Dependencies'''
 
| '''Download'''
 
| '''Notes'''
 
|-
 
| 1.4.0
 
| 24-Feb-2012
 
| Qt 4.6.2
 
| [[Media:Download$MITKPluginGenerator-1.4.0-Linux.tar.gz]]
 
| Build on Ubuntu 11.04 x64
 
|-
 
| 1.3.0
 
| 26-Jan-2012
 
| Qt 4.6.2
 
| [[Media:Download$MITKPluginGenerator-1.3.0-Linux.tar.gz]]
 
| Build on Ubuntu 11.04 x64
 
|-
 
| 1.2.0
 
| 12-Dec-2011
 
| Qt 4.6.2
 
| [[Media:Download$MITKPluginGenerator-1.2.0-Linux.tar.gz]]
 
| Build on Ubuntu 11.04 x64
 
|-
 
| 1.1.1
 
| 19-Sep-2011
 
| Qt 4.6.2
 
| [[Media:Download$MITKPluginGenerator-1.1.1-Linux.tar.gz]]
 
| Build on Ubuntu 11.04 x64
 
|-
 
| 1.0.0
 
| 5-Aug-2011
 
| Qt 4.6.2
 
| [[Media:Download$MITKPluginGenerator-1.0.0-Linux.tar.gz]]
 
| Build on Ubuntu 11.04 x64
 
|}
 
 
 
Windows binaries:
 
{| border="1" cellpadding="2" cellspacing="0"
 
| '''Version'''
 
| '''Release date'''
 
| '''Dependencies'''
 
| '''Download'''
 
| '''Notes'''
 
 
|-
 
|-
| 1.4.0
+
! |
| 24-Feb-2012
+
! scope="col" | Windows 10 and later
| -
+
! scope="col" | Linux
| [[Media:Download$MITKPluginGenerator-1.4.0-win32.zip]]
+
! scope="col" | macOS
| x32 binary
+
! scope="col" | Documentation
 
|-
 
|-
| 1.3.0
+
! scope="row" rowspan="2" | MITK v2023.12
| 26-Jan-2012
+
| [https://www.mitk.org/download/releases/MITK-2023.12/Windows/MITK-v2023.12-windows-x86_64.zip Without installation (.zip)]
| -  
+
| rowspan="2" | [https://www.mitk.org/download/releases/MITK-2023.12/Ubuntu%2020.04/MITK-v2023.12-linux-x86_64.tar.gz Ubuntu 20.04 (.tar.gz)*]
| [[Media:Download$MITKPluginGenerator-1.3.0-win32.zip]]  
+
| rowspan="2" | [https://www.mitk.org/download/releases/MITK-2023.12/macOS%20Catalina/MITK-v2023.12-macos-x86_64.dmg Catalina 10.15 (.dmg)*]
| x32 binary
+
| [https://phabricator.mitk.org/w/mitk/changelog/release-v2023.12/ Changelog]
 
|-
 
|-
| 1.2.0
+
| [https://www.mitk.org/download/releases/MITK-2023.12/Windows/MITK-v2023.12-windows-x86_64.exe Installer (.exe)]
| 12-Dec-2011
+
| [https://docs.mitk.org/2023.12/UserManualPortal.html User Manual]
| -
 
| [[Media:Download$MITKPluginGenerator-1.2.0-win32.zip]]
 
| x32 binary
 
|-
 
| 1.1.1
 
| 19-Sep-2011
 
| -  
 
| [[Media:Download$MITKPluginGenerator-1.1.1-win32.zip]]  
 
| x32 binary
 
|-
 
| 1.0.0
 
| 5-Aug-2011
 
| -
 
| [[Media:Download$MITKPluginGenerator-1.0.0-win32.zip]]
 
| x32 binary
 
 
|}
 
|}
  
Sources:
+
== Other downloads ==
 
+
* [https://www.mitk.org/download/releases/ Previous stable releases]
If the above binary downloads are not compatible with your system, you can download the Plugin Generator sources and build it yourself (basic CMake knowledge required).
+
* [https://www.mitk.org/download/ci/snapshots/ Unstable preview packages]
 
 
[[Media:Download$MITKPluginGenerator-1.4.0-src-unix.tar.gz]] (UNIX style line endings)
 
 
 
[[Media:Download$MITKPluginGenerator-1.4.0-src-win32.zip]] (Windows style line endings)
 
  
 
== Source code ==
 
== Source code ==
'''New: We moved to Git, the subversion repository won't get updated anymore!!!'''
 
 
Since MITK is under active development we recommend to use the Git repository at:
 
 
'''<code><nowiki>  http://git.mitk.org/MITK.git</nowiki></code>'''
 
 
For details see [[MitkGit]].
 
 
Some build instructions can be found in the current, nightly generated [http://docs.mitk.org/nightly-qt4/BuildInstructionsPage.html MITK documentation]. Build requirements are listed [https://www.mitk.org/wiki/Build_requirements here].
 
 
Before downloading source code, you can check the nightly status of MITK using the [http://cdash.mitk.org/index.php?project=MITK MITK dashboard], hosted at mitk.org.
 
  
== Getting started ==
+
* [https://github.com/MITK/MITK GitHub.com]
You can get a getting started tutorial with installation instructions on the [[Documentation]] page.
 

Latest revision as of 19:50, 30 November 2023

Latest stable installers and packages

Windows 10 and later Linux macOS Documentation
MITK v2023.12 Without installation (.zip) Ubuntu 20.04 (.tar.gz)* Catalina 10.15 (.dmg)* Changelog
Installer (.exe) User Manual

Other downloads

Source code