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

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

## installation

```sh
sudo av install brew:libimobiledevice
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install libimobiledevice
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libimobiledevice
```

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

### Linux

- apk (92%):

```sh
sudo apk add libimobiledevice
```

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

- dnf (92%):

```sh
sudo dnf install libimobiledevice
```

  Preuve: Fedora Rawhide package metadata: libimobiledevice 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#libimobiledevice
```

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

- pacman (92%):

```sh
sudo pacman -S libimobiledevice
```

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

- Debian apt (92%):

```sh
sudo apt install libimobiledevice-1.0-6
```

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

- Ubuntu apt (92%):

```sh
sudo apt install libimobiledevice-dev
```

  Preuve: Ubuntu 24.04 LTS package indexes: libimobiledevice-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

- zypper (92%):

```sh
sudo zypper install imobiledevice-tools
```

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

## Faits du paquet

- **Clé du paquet:** brew:libimobiledevice
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.4.0
- **Résumé source:** Library to communicate with iOS devices natively
- **Page d'accueil:** <https://www.libimobiledevice.org/>
- **Dépôt:** <https://github.com/libimobiledevice/libimobiledevice>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- afcclient (alias)
- idevice_id (alias)
- idevicebackup (alias)
- idevicebackup2 (alias)
- idevicebtlogger (alias)
- idevicecrashreport (alias)
- idevicedate (alias)
- idevicedebug (alias)
- idevicedebugserverproxy (alias)
- idevicedevmodectl (alias)
- idevicediagnostics (alias)
- ideviceenterrecovery (alias)
- ideviceimagemounter (alias)
- ideviceinfo (alias)
- idevicename (alias)
- idevicenotificationproxy (alias)
- idevicepair (alias)
- ideviceprovision (alias)
- idevicescreenshot (alias)
- idevicesetlocation (alias)
- idevicesyslog (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

libimobiledevice is the core C library and tool suite for talking to iPhone, iPod touch, iPad, Apple TV, and related iOS-family devices using native protocols. It is one of the canonical open source answers to using Apple mobile devices from Linux and other non-iTunes environments.

### Historique du projet

The project README says development began in August 2007 with the goal of bringing support for Apple mobile devices to the Linux desktop. The project site describes the original motivation more pointedly: iTunes was not available for Linux, so libiphone was created and later became libimobiledevice to let Linux systems communicate with Apple devices.

The library grew from device discovery and file access into a wider service layer: pairing, AFC filesystem access, backup and restore, diagnostics, screenshots, syslog relay, provisioning, debug services, developer disk image mounting, and other native device services. The 1.3.0 release was part of a June 15, 2020 release round that also included usbmuxd, libplist, libirecovery, idevicerestore, ifuse, and related projects.

Version 1.4.0, released on October 10, 2025, was labeled a development release with plans for more frequent releases. Its notes included MbedTLS support, reverse proxy work, wireless pairing for Apple TV, iOS 17+ personalized developer disk image mounting, new tools, and API additions.

### Historique d'adoption

libimobiledevice became a dependency hub for Linux desktop integration, package-manager utilities, mobile-device automation, and restore workflows. Its own README lists testing on Linux, macOS, Windows, and Android, and the project site cites integration by community projects and larger deployments handling more than 10,000 devices.

### Modes d'utilisation

Users usually meet the package through tools such as idevice_id, ideviceinfo, idevicepair, idevicebackup2, ideviceimagemounter, idevicescreenshot, idevicesyslog, and afcclient. Developers use the library when they need Apple-device protocols without linking to Apple proprietary libraries or requiring jailbreaks.

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

For package maintainers, libimobiledevice is important because it coordinates a small ecosystem of tightly related libraries: libplist for property lists, libusbmuxd and usbmuxd for USB multiplexing, libimobiledevice-glue for shared helpers, libirecovery for recovery-mode communication, and idevicerestore for firmware workflows. Keeping these versions aligned is the package-manager puzzle.

### Chronologie

- 2007-08: Development began with the goal of supporting Apple mobile devices on the Linux desktop.
- 2015-02-02: libimobiledevice 1.2.0 was published on GitHub releases.
- 2020-06-15: The project announced a release round including libimobiledevice 1.3.0, libirecovery 1.0.0, idevicerestore 1.0.0, and related components.
- 2025-10-10: libimobiledevice 1.4.0 was released with MbedTLS support, wireless-pairing work, new tools, and API additions.
- 2025-10-24: Project API documentation was updated for the 1.4.0 release.

### Related projects

- Related projects include libplist, libusbmuxd, usbmuxd, libimobiledevice-glue, libirecovery, libtatsu, libideviceactivation, ideviceinstaller, idevicerestore, and ifuse. Together they form the open source Apple-device access stack used by many Unix-like packages.

### Sources

- <https://github.com/libimobiledevice/libimobiledevice/releases>
- <https://libimobiledevice.org/>
- <https://libimobiledevice.org/news/2020/06/15/release-galore/>
- <https://libimobiledevice.org/news/2025/10/24/docs-updated/>
- <https://raw.githubusercontent.com/libimobiledevice/libimobiledevice/master/README.md>


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libimobiledevice-1.0-6 - 1.3.0+git20250228-2: normalized package name match | Debian stable package indexes: libimobiledevice-1.0-6 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for communicating with iPhone and other Apple devices | https://www.libimobiledevice.org/
- Debian apt - libimobiledevice-dev - 1.3.0+git20250228-2: normalized package name match | Debian stable package indexes: libimobiledevice-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Development files for libimobiledevice | https://www.libimobiledevice.org/
- Debian apt - libimobiledevice-doc - 1.3.0+git20250228-2: normalized package name match | Debian stable package indexes: libimobiledevice-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Library for communicating with iPhone and other Apple devices (documentation) | https://www.libimobiledevice.org/
- Debian apt - libimobiledevice-utils - 1.3.0+git20250228-2: normalized package name match | Debian stable package indexes: libimobiledevice-utils from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Utitilies for communicating with iPhone and other Apple devices | https://www.libimobiledevice.org/
- Debian apt - python3-imobiledevice - 1.3.0+git20250228-2: normalized package name match | Debian stable package indexes: python3-imobiledevice from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Python 3 bindings for communicating with iPhone and other Apple device | https://www.libimobiledevice.org/
- Nix - libimobiledevice: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libimobiledevice/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libimobiledevice-dev - 1.3.0-8.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libimobiledevice-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Development files for libimobiledevice | https://www.libimobiledevice.org/
- Ubuntu apt - libimobiledevice-doc - 1.3.0-8.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libimobiledevice-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Library for communicating with iPhone and other Apple devices (documentation) | https://www.libimobiledevice.org/
- Ubuntu apt - libimobiledevice-utils - 1.3.0-8.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libimobiledevice-utils from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Utitilies for communicating with iPhone and other Apple devices | https://www.libimobiledevice.org/
- Ubuntu apt - libimobiledevice6 - 1.3.0-8.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libimobiledevice6 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | Library for communicating with iPhone and other Apple devices | https://www.libimobiledevice.org/
- Ubuntu apt - python3-imobiledevice - 1.3.0-8.1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-imobiledevice from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Python 3 bindings for communicating with iPhone and other Apple device | https://www.libimobiledevice.org/
- apk - libimobiledevice - 1.4.0-r0: normalized package name match | Alpine Linux edge package indexes: libimobiledevice from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library that talks iPhone and iPod Touch protocols on Linux | https://libimobiledevice.org
- apk - libimobiledevice-dev - 1.4.0-r0: normalized package name match | Alpine Linux edge package indexes: libimobiledevice-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library that talks iPhone and iPod Touch protocols on Linux (development files) | https://libimobiledevice.org
- apk - libimobiledevice-doc - 1.4.0-r0: normalized package name match | Alpine Linux edge package indexes: libimobiledevice-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library that talks iPhone and iPod Touch protocols on Linux (documentation) | https://libimobiledevice.org
- apk - libimobiledevice-progs - 1.4.0-r0: normalized package name match | Alpine Linux edge package indexes: libimobiledevice-progs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Tools that talks iPhone and iPod Touch devices' protocols on Linux | https://libimobiledevice.org
- dnf - libimobiledevice - 1.4.0-7.fc45: normalized package name match | Fedora Rawhide package metadata: libimobiledevice from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Library for connecting to mobile devices | https://libimobiledevice.org/


## Combined YAML source

View the package source record on GitHub. [combined/libimobiledevice.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libimobiledevice.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
