# Installer ideviceinstaller avec Homebrew, apk, apt, dnf, MacPorts, Nix

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

## installation

```sh
sudo av install brew:ideviceinstaller
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ideviceinstaller
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ideviceinstaller
```

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

### Linux

- apk (92%):

```sh
sudo apk add ideviceinstaller
```

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

- Debian apt (92%):

```sh
sudo apt install ideviceinstaller
```

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

- dnf (92%):

```sh
sudo dnf install ideviceinstaller
```

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

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

## Faits du paquet

- **Clé du paquet:** brew:ideviceinstaller
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ideviceinstaller>
- **Version:** 1.2.0
- **Résumé source:** Tool for managing apps on iOS devices
- **Page d'accueil:** <https://libimobiledevice.org/>
- **Dépôt:** <https://github.com/libimobiledevice/ideviceinstaller>
- **Docs amont:** <https://libimobiledevice.org/>
- **Licence:** GPL-2.0-or-later
- **Archive source:** <https://github.com/libimobiledevice/ideviceinstaller/releases/download/1.2.0/ideviceinstaller-1.2.0.tar.bz2>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- ideviceinstaller (cli)
- ideviceinstaller (alias)

## Dépendances

- libimobiledevice
- libplist
- libzip

## Dépendances de compilation

- autoconf
- automake
- libtool
- pkgconf

## 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: 1.2.0
- données locales: OK
- dépôt amont: https://github.com/libimobiledevice/ideviceinstaller
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

ideviceinstaller is a command-line application for managing apps and app archives on iOS devices through the libimobiledevice stack. It matters to developers and automation users because it provides app install, list, upgrade, and uninstall workflows without Xcode's GUI path.

### Historique du projet

The project belongs to libimobiledevice, a free software stack born from the absence of iTunes on Linux for early iPhone hardware. libiphone became libimobiledevice with the goal of communicating with iOS devices using reimplemented native protocols and no bundled Apple libraries.

ideviceinstaller focuses on the installation service of an iOS device. Its README describes support for app packages, carrier bundles, developer .app directories, filtered app listing, plist/XML/JSON output, and use across Linux, macOS, Windows, and Android.

### Historique d'adoption

The tool became part of the practical libimobiledevice toolkit used by developers, testers, CI systems, and mobile tooling that needed USB-connected device operations outside Apple's own interfaces. Its packaging across Homebrew, Debian, Ubuntu, Fedora, MacPorts, Nix, and Alpine reflects that cross-platform role.

The broader libimobiledevice site frames command-line utilities as a way to interact with device services without building an application, covering workflows from basic device information through firmware restore; ideviceinstaller occupies the app-management slice of that toolbox.

### Modes d'utilisation

Typical commands list installed bundle identifiers, install app packages, and uninstall apps by bundle identifier. The 1.2.0 release changed the command-line style to subcommands such as install and list, added JSON output, and added options for external sinf and iTunes metadata.

Because it talks to real devices through libimobiledevice and usbmux-style plumbing, package users care about matching library versions, device firmware behavior, and output formats for automation.

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

ideviceinstaller is a high-leverage wrapper around obscure Apple device services. Package maintainers care because it bridges mobile-device protocol libraries, CLI workflows, and OS-specific USB access without needing Apple's proprietary stack.

It is also a good example of a package whose usefulness depends on a family of sibling packages: libimobiledevice, libplist, libusbmuxd, usbmuxd, libimobiledevice-glue, and related utilities tend to move together.

### Chronologie

- 2007: libimobiledevice development began, according to the project site.
- 2023-07-20: The ideviceinstaller README recorded its documented feature set and usage examples.
- 2025-10-30: ideviceinstaller 1.2.0 was released with subcommands, JSON output, and app-query improvements.
- 2025-10-30: GitHub listed ideviceinstaller 1.2.0 as a release.

### Related projects

- libimobiledevice is the direct protocol library dependency. The surrounding stack includes libplist, libusbmuxd, usbmuxd, ifuse, idevicerestore, libirecovery, libideviceactivation, and libimobiledevice-glue.
- In user workflows it overlaps with Xcode device tools and mobile-test frameworks, but its packaging niche is portable command-line access to iOS app installation services.

### Sources

- <https://github.com/libimobiledevice/ideviceinstaller>
- <https://libimobiledevice.org/>
- <https://libimobiledevice.org/news/2025/10/30/ideviceinstaller-1.2.0-release/>
- <https://raw.githubusercontent.com/libimobiledevice/ideviceinstaller/master/README.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ideviceinstaller
- **Version Scheme:** 0
- **Revision:** 0
- **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

- Debian apt - ideviceinstaller - 1.1.1+git20240518-1+b1: normalized package name match | Debian stable package indexes: ideviceinstaller from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Utility to manage installed applications on an iDevice | https://www.libimobiledevice.org/
- Nix - ideviceinstaller: normalized package name match | nixpkgs package indexes: pkgs/by-name/id/ideviceinstaller/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ideviceinstaller - 1.1.1-1build4: normalized package name match | Ubuntu 24.04 LTS package indexes: ideviceinstaller from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Utility to manage installed applications on an iDevice | https://www.libimobiledevice.org/
- apk - ideviceinstaller - 1.2.0-r0: normalized package name match | Alpine Linux edge package indexes: ideviceinstaller from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Manage apps of iOS devices | https://libimobiledevice.org
- apk - ideviceinstaller-doc - 1.2.0-r0: normalized package name match | Alpine Linux edge package indexes: ideviceinstaller-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Manage apps of iOS devices (documentation) | https://libimobiledevice.org
- dnf - ideviceinstaller - 1.2.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: ideviceinstaller from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Manage apps of iOS devices | https://www.libimobiledevice.org/
- MacPorts - ideviceinstaller: normalized package name match | MacPorts ports tree: devel/ideviceinstaller/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.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [libzip](https://pkg.so/fr/brew/libzip/) - Runtime dependency declared by Homebrew.
- [libimobiledevice](https://pkg.so/fr/brew/libimobiledevice/) - Runtime dependency declared by Homebrew.
- [libplist](https://pkg.so/fr/brew/libplist/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/fr/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/fr/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/fr/brew/automake/) - Build dependency declared by Homebrew.
- [ifuse](https://pkg.so/fr/brew/ifuse/) - Shares the same upstream homepage.
- [ios-deploy](https://pkg.so/fr/brew/ios-deploy/) - Shares pkgdb curated category or tags: cli, developer-tools, ios, iphone.
- [react-native-cli](https://pkg.so/fr/brew/react-native-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, ios, mobile-development.
- [cocoapods](https://pkg.so/fr/brew/cocoapods/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [swiftgen](https://pkg.so/fr/brew/swiftgen/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [molten-vk](https://pkg.so/fr/brew/molten-vk/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [carthage](https://pkg.so/fr/brew/carthage/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [rswift](https://pkg.so/fr/brew/rswift/) - Shares pkgdb curated category or tags: cli, developer-tools, ios, mobile-development.
- [mobilecli](https://pkg.so/fr/npm/mobilecli/) - Local package facts share a topical domain. Shared terms: apps, cli, developer, developer-tools, development.
- [ios-webkit-debug-proxy](https://pkg.so/fr/brew/ios-webkit-debug-proxy/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, devices, ios.

## Combined YAML source

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