# Installer gmic avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:gmic
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gmic
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gmic
```

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

### Linux

- apk (92%):

```sh
sudo apk add gmic
```

  Preuve: Alpine Linux edge package indexes: gmic from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install gmic
```

  Preuve: Debian stable package indexes: gmic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install gmic
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#gmic
```

  Preuve: nixpkgs package indexes: pkgs/by-name/gm/gmic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gmic
```

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

- zypper (92%):

```sh
sudo zypper install gmic
```

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

## Faits du paquet

- **Clé du paquet:** brew:gmic
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.0.3
- **Résumé source:** Full-Featured Open-Source Framework for Image Processing
- **Page d'accueil:** <https://gmic.eu/>
- **Dépôt:** <https://github.com/GreycLab/gmic>
- **Dernière mise à jour:** 2026-07-20T15:28:53Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gmic (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.0.3
## Historique du projet et usages

G'MIC, GREYC's Magic for Image Computing, is an open-source image-processing framework from the GREYC laboratory in Caen, France. It combines a command-line interpreter, a C++ library, plug-ins for image editors, a web service, and a scripting language for building reusable image filters.

### Historique du projet

G'MIC began in the late 2000s and celebrated 15 years of development with the 3.2.5 release article in 2023. The project is developed by the IMAGE team at GREYC, a public research laboratory associated with CNRS, ENSICAEN, and the University of Caen, and is distributed under CeCILL free-software licenses.

The framework grew around a dedicated image-processing language designed for prototyping algorithms and operators. The command-line tool exposes that language from a shell, libgmic embeds it in applications, and G'MIC-Qt brings the same processing catalog to desktop image editors.

By the 3.x series, the project had accumulated hundreds of filters and a formal software citation through a 2025 Journal of Open Source Software article. GitHub releases in 2025 and 2026 show frequent tagged releases, while the official reference documents the command language and command catalog.

### Historique d'adoption

G'MIC spread through multiple user interfaces rather than through a single application. The official README lists the gmic CLI, libgmic, G'MIC-Qt, G'MIC Online, and ZArt, and describes G'MIC-Qt as a plug-in for GIMP, Krita, Photoshop, Affinity Photo, PaintShop Pro, PhotoLine, and Paint.NET.

Its adoption in package managers follows that breadth: distributions package both the CLI/library side and editor plug-in side, giving image-processing users a reproducible way to install the same algorithm catalog on Linux, macOS, and other Unix-like systems.

The project also has an ecosystem role in open creative tooling. The README names Flowblade, PhotoFlow, Veejay, and EKD as open-source projects integrating G'MIC features, while the official site points users to galleries, tutorials, community forums, and scripting resources.

### Modes d'utilisation

Practitioners use gmic from the shell for scripted conversion, filtering, visualization, and batch processing of generic image datasets from 1D signals through 3D+t volumetric sequences. The README explicitly positions the CLI as a companion to ImageMagick and GraphicsMagick.

Desktop users often encounter G'MIC through G'MIC-Qt, where filters can be previewed inside image editors and copied as equivalent command-line invocations. That bridge between GUI experimentation and terminal automation is a major part of the project's workflow appeal.

Developers use libgmic to embed the framework in C++ applications. The library is documented as portable, thread-safe, multi-threaded, and designed to expose G'MIC features through a compact API.

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

G'MIC matters to package users because it is both a command and a plug-in ecosystem. A single packaged framework can serve shell scripts, creative image editors, online demos, and third-party applications.

Its filter catalog also behaves like a living standard library for image processing. Packaging it keeps a large body of research-lab and community filters installable without each editor or workflow carrying its own implementation.

### Chronologie

- 2008: Approximate beginning of the project, inferred from the 15-year anniversary article in 2023.
- 2023: G'MIC 3.2.5 article marked 15 years of development.
- 2025: G'MIC article published in the Journal of Open Source Software.
- 2026: Version 3.7.x releases published on GitHub.

### Related projects

- G'MIC-Qt connects the framework to GIMP, Krita, Photoshop, Affinity Photo, PaintShop Pro, PhotoLine, and Paint.NET.
- ImageMagick and GraphicsMagick are adjacent command-line image-processing suites mentioned by the G'MIC README.
- Flowblade, PhotoFlow, Veejay, and EKD are named by the README as open-source projects integrating G'MIC features.

### Sources

- <https://api.github.com/repos/GreycLab/gmic>
- <https://doi.org/10.21105/joss.06618>
- <https://github.com/GreycLab/gmic>
- <https://gmic.eu>
- <https://gmic.eu/gmic325/>
- <https://gmic.eu/reference>


## Notes de sécurité

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


## Autres enregistrements de gestionnaires de paquets

- Debian apt - gmic - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: gmic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing | http://gmic.sourceforge.net/
- Debian apt - gmic-zart - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: gmic-zart from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing - ZArt | http://gmic.sourceforge.net/
- Debian apt - krita-gmic - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: krita-gmic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing - Helper Tool for Krita | http://gmic.sourceforge.net/
- Debian apt - libgmic-dev - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: libgmic-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing - development files | http://gmic.sourceforge.net/
- Debian apt - libgmic1 - 2.9.4-4.1+b2: normalized package name match | Debian stable package indexes: libgmic1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GREYC's Magic for Image Computing - shared library | http://gmic.sourceforge.net/
- Nix - gmic: normalized package name match | nixpkgs package indexes: pkgs/by-name/gm/gmic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gimp-gmic - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: gimp-gmic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - GIMP Plugin | http://gmic.sourceforge.net/
- Ubuntu apt - gmic - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: gmic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing | http://gmic.sourceforge.net/
- Ubuntu apt - gmic-zart - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: gmic-zart from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - ZArt | http://gmic.sourceforge.net/
- Ubuntu apt - krita-gmic - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: krita-gmic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - Helper Tool for Krita | http://gmic.sourceforge.net/
- Ubuntu apt - libgmic-dev - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: libgmic-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - development files | http://gmic.sourceforge.net/
- Ubuntu apt - libgmic1 - 2.9.4-4build11: normalized package name match | Ubuntu 24.04 LTS package indexes: libgmic1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GREYC's Magic for Image Computing - shared library | http://gmic.sourceforge.net/
- apk - gimp-plugin-gmic - 3.7.6-r0: normalized package name match | Alpine Linux edge package indexes: gimp-plugin-gmic from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | GMIC gimp plugin | https://gmic.eu/
- apk - gmic - 3.7.6-r0: normalized package name match | Alpine Linux edge package indexes: gmic from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | GREYC's Magic for Image Computing | https://gmic.eu/
- apk - gmic-bash-completion - 3.7.6-r0: normalized package name match | Alpine Linux edge package indexes: gmic-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for gmic | https://gmic.eu/
- apk - gmic-dev - 3.7.6-r0: normalized package name match | Alpine Linux edge package indexes: gmic-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | GREYC's Magic for Image Computing (development files) | https://gmic.eu/


## Combined YAML source

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


## Sources

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