Difference between revisions of "Downloads"

From mitk.org
Jump to navigation Jump to search
(username removed)
 
(145 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
+
== Latest stable installers and packages ==
[[TableOfContents]]
 
  
= Binary packages =
+
{| class="wikitable"
 
+
|-
Currently there is no complete binary release of the MITK application. However, you can download a binary version of the [[Interactive_segmentation|interactive segmentation module]]. You can get Installer packages for Windows and tarballs for Ubuntu Linux 8.04.
+
! |
 
+
! scope="col" | Windows 10 and later
{| border="1" cellpadding="2" cellspacing="0"
+
! scope="col" | Linux
| Version
+
! scope="col" | macOS
| Windows
+
! scope="col" | Documentation
| Linux
+
|-
 +
! scope="row" rowspan="2" | MITK v2023.12
 +
| [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)*]
 +
| rowspan="2" | [https://www.mitk.org/download/releases/MITK-2023.12/macOS%20Catalina/MITK-v2023.12-macos-x86_64.dmg Catalina 10.15 (.dmg)*]
 +
| [https://phabricator.mitk.org/w/mitk/changelog/release-v2023.12/ Changelog]
 
|-
 
|-
|   '''0.10'''
+
| [https://www.mitk.org/download/releases/MITK-2023.12/Windows/MITK-v2023.12-windows-x86_64.exe Installer (.exe)]
[attachment:InteractiveSegmentation-Win32.exe Windows-Installer]  
+
| [https://docs.mitk.org/2023.12/UserManualPortal.html User Manual]
| [attachment:InteractiveSegmentation-Ubuntu804.tar.gz Ubuntu 8.04-tarball]  
 
 
|}
 
|}
  
= Source code =
+
== Other downloads ==
 
+
* [https://www.mitk.org/download/releases/ Previous stable releases]
== Subversion repository ==
+
* [https://www.mitk.org/download/ci/snapshots/ Unstable preview packages]
 
 
Since MITK is under active development we recommend to use the subversion repository at:
 
 
 
http://svn.mitk.org
 
 
 
If you need a subversion client, see the [http://subversion.tigris.org Subversion website] for further information.
 
 
 
Some build instructions can be found in the [http://mbi.dkfz-heidelberg.de/mitk/documentation/doxygen/BuildInstructionsPage.html MITK documentation].
 
 
 
== Releases ==
 
  
Infrequent releases of MITK can be found packaged at SourceForge
+
== Source code ==
  
{| border="1" cellpadding="2" cellspacing="0"
+
* [https://github.com/MITK/MITK GitHub.com]
|  Version
 
|  Release date
 
|  Download link
 
|  Documentation
 
|  Tutorial
 
|-
 
|  '''0.10'''
 
|  ??-Sep-2008
 
|  link
 
|  [http://mitk.org/documentation/mitk-0.10/ Documentation]
 
|  [http://mitk.org/documentation/mitk-0.10/TutorialPage.html Tutorial]
 
|-
 
|  0.8
 
|  19-Dec-2007 
 
|  [https://sourceforge.net/project/showfiles.php?group_id=147803&package_id=162973&release_id=562760 Download]
 
|  [http://mitk.org/documentation/mitk-0.8/ Documentation]
 
|  [http://mitk.org/documentation/mitk-0.8/TutorialPage.html Tutorial]
 
|-
 
|  0.6
 
|  27-Jun-2006
 
[https://sourceforge.net/project/showfiles.php?group_id=147803&package_id=162973&release_id=427988 Download]
 
|  [http://mitk.org/documentation/mitk-0.6/ Documentation]
 
|  [http://mitk.org/documentation/mitk-0.6/TutorialPage.html Tutorial]
 
|-
 
|  0.4
 
|  21-Oct-2005
 
|  [https://sourceforge.net/project/showfiles.php?group_id=147803&package_id=162973&release_id=365046 Download]
 
|  [http://mitk.org/documentation/mitk-0.4/ Documentation]
 
|  [http://mitk.org/documentation/mitk-0.4/TutorialPage.html Tutorial]
 

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