# Installer exiftool avec Homebrew, apk, chocolatey, MacPorts, Nix, zypper, pacman, scoop, winget

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

## installation

```sh
sudo av install brew:exiftool
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install exiftool
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install exiftool
```

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

### Linux

- apk (92%):

```sh
sudo apk add exiftool
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#exiftool
```

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

- zypper (92%):

```sh
sudo zypper install exiftool
```

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

- pacman (92%):

```sh
sudo pacman -S perl-image-exiftool
```

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

### Windows

- Chocolatey (92%):

```sh
choco install exiftool
```

  Preuve: Chocolatey community package catalog: exiftool from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'

- Scoop (92%):

```sh
scoop install main/exiftool
```

  Preuve: Scoop official bucket manifest trees: bucket/exiftool.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id OliverBetz.ExifTool -e
```

  Preuve: Windows Package Manager source index: OliverBetz.ExifTool from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:exiftool
- **Gestionnaire de paquets:** Homebrew
- **Version:** 13.55
- **Résumé source:** Perl lib for reading and writing EXIF metadata
- **Page d'accueil:** <https://exiftool.org>
- **Dernière mise à jour:** 2026-07-22T14:36:59-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- exiftool (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

ExifTool is Phil Harvey's platform-independent Perl library and command-line application for reading, writing, and editing metadata across a large range of image, audio, video, document, archive, and camera raw formats.

### Historique du projet

ExifTool's first public release was version 1.00 on November 19, 2003, extracting metadata from JPEG and GIF images with Canon, FujiFilm, and Pentax maker-note support. Within weeks it added XMP, TIFF, RAW extraction, GPS recognition, thumbnail extraction, and support for more camera makers.

The project grew through constant format work rather than big rewrites. By 2006 it had a standalone Windows executable; by 2008 it had broad XMP and EXIF-writing improvements; by 2023 it celebrated its 20th anniversary while adding newer metadata domains such as C2PA JUMBF and JPH support.

The release stream remains unusually active for a metadata tool. The official history page lists production and development releases, with version 13.59 published on May 27, 2026 and version 13.55 identified as a production release.

### Historique d'adoption

ExifTool is distributed in several forms: source archives, CPAN-oriented Perl module packaging, a Windows executable bundle, and a macOS package that installs the command-line application and libraries under /usr/local/bin. Package managers carry it because scripts, photographers, archivists, forensics workflows, and media pipelines rely on the same executable contract.

Its adoption is reinforced by breadth. The homepage lists support for EXIF, GPS, IPTC, XMP, JFIF, GeoTIFF, ICC profiles, Photoshop IRB, FlashPix, AFCP, ID3, maker notes from many camera vendors, timed video metadata, and tens of thousands of tags.

### Modes d'utilisation

Typical use starts with reading tags from files, but ExifTool's real command-line culture is batch work: writing or deleting metadata, copying metadata between files, exporting CSV/JSON/XML, geotagging from track logs, shifting timestamps, extracting previews, validating metadata, and renaming or organizing files from tag expressions.

The application documentation and configuration support make it script-friendly. Users can define custom tags, use config files, process directory trees, format output for other tools, and combine many operations into repeatable media-cleanup or archival workflows.

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

ExifTool is the metadata utility people install when the format list or maker-note edge cases matter more than a small dependency graph. It is a package-manager staple because the same command works across Unix, macOS, and Windows, while the upstream project continually tracks new cameras, phones, containers, standards, and malformed real-world files.

For maintainers, ExifTool is also a reminder that metadata tooling ages only if it stops moving. The package stays relevant by shipping frequent tag-table updates, compatibility fixes, security updates, and support for new file types long after the basic EXIF problem looked solved.

### Chronologie

- 2003-11-19: ExifTool 1.00 is initially released.
- 2006-11-19: ExifTool 6.57 includes the first standalone Windows executable.
- 2008-11-19: ExifTool 7.53 adds read/write support for EXIF files and block EXIF writing.
- 2023-11-19: ExifTool 12.70 marks the project's 20th anniversary.
- 2026-04-07: ExifTool 13.55 is listed as a production release.
- 2026-05-27: ExifTool 13.59 is released.

### Related projects

- ExifTool overlaps with libexif, Exempi, Image::ExifTool on MetaCPAN, camera maker-note ecosystems, IPTC/XMP standards, and metadata-heavy workflows in photography, digital preservation, and media forensics.

### Sources

- <https://exiftool.org/>
- <https://exiftool.org/exiftool_pod.html>
- <https://exiftool.org/history.html>
- <https://exiftool.org/ancient_history.html>
- <https://exiftool.org/config.html>
- <https://github.com/exiftool/exiftool>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.ExifTool_config, $EXIFTOOL_HOME/.ExifTool_config, exiftool application directory/.ExifTool_config
- Windows: %HOMEDRIVE%%HOMEPATH%\.ExifTool_config, %EXIFTOOL_HOME%\.ExifTool_config, exiftool application directory\.ExifTool_config
## Autres enregistrements de gestionnaires de paquets

- Nix - exiftool: normalized package name match | nixpkgs package indexes: exiftool from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- apk - exiftool - 13.55-r0: normalized package name match | Alpine Linux edge package indexes: exiftool from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tool for editing exif metadata in files | https://exiftool.org/
- pacman - perl-image-exiftool - 13.55-1: normalized package name match | Arch Linux sync databases: perl-image-exiftool from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Read and write EXIF information | https://exiftool.org/
- zypper - exiftool - 13.59-1.3: normalized package name match | openSUSE Tumbleweed package metadata: exiftool from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Customisable application to read and write meta information in files | https://www.exiftool.org/index.html
- MacPorts - exiftool: normalized package name match | MacPorts ports tree: perl/exiftool/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - exiftool: normalized package name match | Chocolatey community package catalog: exiftool from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'
- Scoop - main/exiftool: normalized package name match | Scoop official bucket manifest trees: bucket/exiftool.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - OliverBetz.ExifTool: normalized package name match | Windows Package Manager source index: OliverBetz.ExifTool from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

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