# ideviceinstaller mit Homebrew, apk, apt, dnf, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ideviceinstaller in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install ideviceinstaller
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ideviceinstaller
```

  Evidenz: 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
```

  Evidenz: 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
```

  Evidenz: 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
```

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

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

## Paketfakten

- **Paketschlüssel:** brew:ideviceinstaller
- **Paketmanager:** Homebrew
- **Version:** 1.2.0
- **Quellzusammenfassung:** Tool for managing apps on iOS devices
- **Homepage:** <https://libimobiledevice.org/>
- **Repository:** <https://github.com/libimobiledevice/ideviceinstaller>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- ideviceinstaller (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.2.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## Combined YAML source

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


## Quellen

- 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
