# 使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper 安装 libimobiledevice

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install libimobiledevice
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libimobiledevice
```

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

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

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

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

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

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

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

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

## 软件包事实

- **软件包键:** brew:libimobiledevice
- **软件包管理器:** Homebrew
- **版本:** 1.4.0
- **来源摘要:** Library to communicate with iOS devices natively
- **主页:** <https://www.libimobiledevice.org/>
- **仓库:** <https://github.com/libimobiledevice/libimobiledevice>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

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

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.4.0
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

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

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.

### 时间线

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

### 来源

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


## 安全说明

infrastructure mutation or orchestration signal.

- **Geiger 风险:** orange / 中
- infrastructure mutation or orchestration signal

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

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


## 来源

- 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
