# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix 安装 ideviceinstaller

查看 ideviceinstaller 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ideviceinstaller
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ideviceinstaller
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:ideviceinstaller
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/ideviceinstaller>
- **版本:** 1.2.0
- **来源摘要:** Tool for managing apps on iOS devices
- **主页:** <https://libimobiledevice.org/>
- **仓库:** <https://github.com/libimobiledevice/ideviceinstaller>
- **上游文档:** <https://libimobiledevice.org/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://github.com/libimobiledevice/ideviceinstaller/releases/download/1.2.0/ideviceinstaller-1.2.0.tar.bz2>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- ideviceinstaller (cli)
- ideviceinstaller (别名)

## 依赖

- libimobiledevice
- libplist
- libzip

## 构建依赖

- autoconf
- automake
- libtool
- pkgconf

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.2.0
- 本地数据: OK
- 上游仓库: https://github.com/libimobiledevice/ideviceinstaller
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

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

## 其他软件包管理器记录

- 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


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [libzip](https://pkg.so/zh-hans/brew/libzip/) - Runtime dependency declared by Homebrew.
- [libimobiledevice](https://pkg.so/zh-hans/brew/libimobiledevice/) - Runtime dependency declared by Homebrew.
- [libplist](https://pkg.so/zh-hans/brew/libplist/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/zh-hans/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/zh-hans/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/zh-hans/brew/automake/) - Build dependency declared by Homebrew.
- [ifuse](https://pkg.so/zh-hans/brew/ifuse/) - Shares the same upstream homepage.
- [ios-deploy](https://pkg.so/zh-hans/brew/ios-deploy/) - Shares pkgdb curated category or tags: cli, developer-tools, ios, iphone.
- [react-native-cli](https://pkg.so/zh-hans/brew/react-native-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, ios, mobile-development.
- [cocoapods](https://pkg.so/zh-hans/brew/cocoapods/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [swiftgen](https://pkg.so/zh-hans/brew/swiftgen/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [molten-vk](https://pkg.so/zh-hans/brew/molten-vk/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [carthage](https://pkg.so/zh-hans/brew/carthage/) - Shares pkgdb curated category or tags: cli, developer-tools, ios.
- [rswift](https://pkg.so/zh-hans/brew/rswift/) - Shares pkgdb curated category or tags: cli, developer-tools, ios, mobile-development.
- [mobilecli](https://pkg.so/zh-hans/npm/mobilecli/) - Local package facts share a topical domain. Shared terms: apps, cli, developer, developer-tools, development.
- [ios-webkit-debug-proxy](https://pkg.so/zh-hans/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)


## 来源

- 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
