# Installer itk avec Homebrew, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de itk pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:itk
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install itk
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install itk
```

  Preuve: MacPorts ports tree: x11/itk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install itk
```

  Preuve: Fedora Rawhide package metadata: itk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#itk
```

  Preuve: nixpkgs package indexes: itk from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S itk
```

  Preuve: Arch Linux sync databases: itk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install itk
```

  Preuve: openSUSE Tumbleweed package metadata: itk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:itk
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/itk>
- **Version:** 5.4.6
- **Résumé source:** Insight Toolkit is a toolkit for performing registration and segmentation
- **Page d'accueil:** <https://itk.org>
- **Dépôt:** <https://github.com/InsightSoftwareConsortium/ITK>
- **Docs amont:** <https://itk.org>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.6/InsightToolkit-5.4.6.tar.gz>
- **Dernière mise à jour:** 2026-06-22T14:03:48-07:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- itkTestDriver (cli)
- itkTestDriver (alias)

## Dépendances

- double-conversion
- fftw
- freetype
- gdcm
- glew
- hdf5
- jpeg-turbo
- libpng
- libtiff
- vtk

## Dépendances de compilation

- cmake

## Bibliothèques fournies par macOS

- expat

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 5.4.6
- gestionnaire mis à jour: 2026-06-22
- données locales: OK
- dépôt amont: https://github.com/InsightSoftwareConsortium/ITK
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

ITK, the Insight Toolkit, is an open-source, cross-platform toolkit for scientific image processing, segmentation, and registration. It is one of the foundational C++ libraries behind medical-imaging and multidimensional image-analysis software.

### Historique du projet

ITK began from the U.S. National Library of Medicine's need for open tools to analyze 3D data from the Visible Human Project. The archived ITK history says that in 1999 the NLM awarded a three-year contract to develop an open-source registration and segmentation toolkit, coordinated by Terry Yoo and built by the Insight Software Consortium.

The original consortium joined commercial and academic groups: GE Research, Kitware, MathSoft/Insightful, the University of North Carolina, the University of Tennessee/Utah group, and the University of Pennsylvania, with subcontractors from Brigham and Women's Hospital, Columbia, the University of Pennsylvania GRASP Lab, and the University of Pittsburgh.

The toolkit was built in C++ with generic programming and CMake, and it emphasized automated testing, iterative development, and language wrapping. Official ITK documentation describes it as an open-source toolkit for two-, three-, and higher-dimensional scientific image processing, segmentation, and registration.

The project continued through major 4.x, 5.x, and 6.x release lines on GitHub. ITK 5.0.0 was published in 2019, and the ITK site describes the project as using open governance and being fiscally sponsored by NumFOCUS.

### Historique d'adoption

ITK's adoption grew from medical imaging into microscopy, remote sensing, and other scientific image-analysis domains. The Visible Human Project page records that its public-domain data sets were released in 1994 and 1995 and were intended partly as public-domain data for testing medical imaging algorithms, giving ITK a clear data-driven origin.

Package-manager adoption spans Homebrew, Fedora, MacPorts, Nix, Arch, and openSUSE-family packages, but many users encounter ITK through downstream applications, Python wrapping, SimpleITK, 3D Slicer, ITK-SNAP, and research software stacks rather than by running a single CLI.

### Modes d'utilisation

ITK is primarily a development library. Users write C++ or wrapped-language programs that compose readers, writers, image types, filters, registration methods, segmentation algorithms, and pipeline components.

The Homebrew formula exposes itkTestDriver, which reflects ITK's heavy testing culture more than a traditional end-user command-line application.

### Pourquoi les passionnés de paquets s'y intéressent

ITK is package-manager significant because it is a large scientific C++ dependency with long compile times, optional wrapping, CMake integration, and downstream consumers across research software. Packaging it well saves every downstream project from rebuilding a complex imaging stack by hand.

It is also historically important as a medical-imaging open-source success: a government-funded research toolkit that became infrastructure for later tools rather than a single application.

### Chronologie

- 1994: The Visible Human male data set was publicly released.
- 1995: The Visible Human female data set was publicly released.
- 1999: NLM awarded the contract that started the Insight Toolkit effort.
- 2018: ITK 4.13.0 was published in the GitHub release stream.
- 2019: ITK 5.0.0 was published.
- 2026: ITK 6.0.0 documentation was generated in the project documentation site.

### Related projects

- The Visible Human Project is the data and research context that motivated ITK.
- CMake, VTK, SimpleITK, ITK-SNAP, 3D Slicer, NumFOCUS, and Kitware are closely related in ITK's history and ecosystem.
- Downstream scientific workflows use ITK alongside Python, image IO libraries, visualization toolkits, and domain applications for medical imaging and microscopy.

### Sources

- <https://docs.itk.org/projects/doxygen/en/latest/>
- <https://formulae.brew.sh/formula/itk>
- <https://github.com/InsightSoftwareConsortium/ITK>
- <https://github.com/InsightSoftwareConsortium/ITK/releases>
- <https://insightsoftwareconsortium.github.io/ITKWikiArchive/Wiki/ITK/About/>
- <https://itk.org/>
- <https://www.nlm.nih.gov/research/visible/visible_human.html>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour itk. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** itk
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - itk: normalized package name match | nixpkgs package indexes: itk from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- dnf - itk - 4.2.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: itk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Object oriented extensions to Tk | https://core.tcl-lang.org/itk
- dnf - itk-devel - 4.2.3-2.fc45: normalized package name match | Fedora Rawhide package metadata: itk-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development headers and libraries for linking against itk | https://core.tcl-lang.org/itk
- pacman - itk - 5.4.7-1: normalized package name match | Arch Linux sync databases: itk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | An open-source toolkit for multidimensional image analysis | https://www.itk.org
- zypper - itk - 4.1.0-2.25: normalized package name match | openSUSE Tumbleweed package metadata: itk from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Object Oriented Extension for Tcl
- MacPorts - itk: normalized package name match | MacPorts ports tree: x11/itk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [Scientific computing packages](https://pkg.so/fr/scientific-computing-tools/) - Matched scientific computing metadata.
- [libpng](https://pkg.so/fr/brew/libpng/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://pkg.so/fr/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libtiff](https://pkg.so/fr/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [freetype](https://pkg.so/fr/brew/freetype/) - Runtime dependency declared by Homebrew.
- [hdf5](https://pkg.so/fr/brew/hdf5/) - Runtime dependency declared by Homebrew.
- [fftw](https://pkg.so/fr/brew/fftw/) - Runtime dependency declared by Homebrew.
- [vtk](https://pkg.so/fr/brew/vtk/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [udunits](https://pkg.so/fr/brew/udunits/) - Shares pkgdb curated category or tags: cli, library, science, scientific-computing.
- [gdcm](https://pkg.so/fr/brew/gdcm/) - Shares pkgdb curated category or tags: cli, image-processing, library, science.
- [libxc](https://pkg.so/fr/brew/libxc/) - Shares pkgdb curated category or tags: cli, library, science, scientific-computing.
- [teem](https://pkg.so/fr/brew/teem/) - Shares pkgdb curated category or tags: cli, image-processing, science, scientific-computing.
- [numpy](https://pkg.so/fr/brew/numpy/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [qhull](https://pkg.so/fr/brew/qhull/) - Shares pkgdb curated category or tags: cli, library, science.
- [geos](https://pkg.so/fr/brew/geos/) - Shares pkgdb curated category or tags: cli, library, science.
- [root](https://pkg.so/fr/brew/root/) - Local package facts share a topical domain. Shared terms: cli, computing, fftw, freetype, jpeg.
- [montage](https://pkg.so/fr/brew/montage/) - Both packages work with overlapping file formats or content types. Shared terms: cli, freetype, image, image-processing, jpeg.

## Combined YAML source

View the package source record on GitHub. [combined/itk.yml](https://github.com/mxcl/pkgdb/blob/main/combined/itk.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
