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

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

## 安装

```sh
sudo av install brew:libusbmuxd
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install libusbmuxd
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libusbmuxd
```

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

### Linux

- apk (92%):

```sh
sudo apk add libusbmuxd
```

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

- dnf (92%):

```sh
sudo dnf install libusbmuxd
```

  证据: Fedora Rawhide package metadata: libusbmuxd 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#libusbmuxd
```

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

- pacman (92%):

```sh
sudo pacman -S libusbmuxd
```

  证据: Arch Linux sync databases: libusbmuxd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libusbmuxd-2.0-7
```

  证据: Debian stable package indexes: libusbmuxd-2.0-7 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Ubuntu apt (92%):

```sh
sudo apt install libusbmuxd-dev
```

  证据: Ubuntu 24.04 LTS package indexes: libusbmuxd-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

- zypper (92%):

```sh
sudo zypper install libusbmuxd-2_0-7
```

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

## 软件包事实

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

## 可执行文件

- inetcat (cli)
- iproxy (cli)
- inetcat (别名)
- iproxy (别名)

## 依赖

- libimobiledevice-glue
- libplist

## 构建依赖

- pkgconf

## 安装行为

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

## 版本和新鲜度

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

libusbmuxd is the libimobiledevice client library and tool set for talking to the usbmux protocol used to multiplex connections to services on iOS devices.

### 项目历史

The library grew out of the libimobiledevice ecosystem, which provides open-source userspace tools for communicating with iPhone, iPad, and iPod touch devices. Its README describes libusbmuxd as a client library that does not talk directly to a device; it connects to a socket exposed by a usbmuxd daemon, using Apple's daemon on macOS and Windows or the libimobiledevice usbmuxd daemon on Linux.

### 采用历史

The package is widely carried because libimobiledevice-based tooling needs a portable way to reach device services over USB or network sync. The 1.0.9 release notes identify it as the first release after splitting usbmuxd and libusbmuxd, which made the daemon and client library easier for distributions to package separately.

### 使用方式

Most users encounter libusbmuxd through higher-level tools, but the package also ships iproxy for forwarding a local TCP port to a service on a connected iOS device and inetcat for exposing a raw connection.

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

It is one of the plumbing packages that makes non-Apple iOS workflows possible: device pairing, service access, backups, testing, and debugging stacks commonly depend on this small multiplexing layer.

### 时间线

- 1.0.9: First release after the usbmuxd/libusbmuxd project split.
- 2.0.0: Added support for USB and network devices reported by usbmuxd and introduced new context-aware event subscription APIs.
- 2.0.2: Renamed the library/API-versioned files to libusbmuxd-2.0 and added man pages for iproxy and inetcat.
- 2.1.0: Moved socket code to libimobiledevice-glue and added libusbmuxd_version().

### Related projects

- libimobiledevice is the higher-level project that uses libusbmuxd for iOS service communication.
- usbmuxd is the daemon side of the protocol.
- libplist and libimobiledevice-glue are related libimobiledevice dependencies.

### 来源

- <https://github.com/libimobiledevice/libusbmuxd>
- <https://raw.githubusercontent.com/libimobiledevice/libusbmuxd/master/NEWS>
- <https://raw.githubusercontent.com/libimobiledevice/libusbmuxd/master/README.md>
- <https://www.libimobiledevice.org/>


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libusbmuxd
- **Aliases:** usb-multiplex-daemon
- **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 - libusbmuxd-2.0-7 - 2.1.0-1+b1: normalized package name match | Debian stable package indexes: libusbmuxd-2.0-7 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Client library to handle usbmux connections with iOS devices (library) | https://libimobiledevice.org
- Debian apt - libusbmuxd-dev - 2.1.0-1+b1: normalized package name match | Debian stable package indexes: libusbmuxd-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Client library to handle usbmux connections with iOS devices (devel) | https://libimobiledevice.org
- Debian apt - libusbmuxd-tools - 2.1.0-1+b1: normalized package name match | Debian stable package indexes: libusbmuxd-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Client library to handle usbmux connections with iOS devices (tools) | https://libimobiledevice.org
- Nix - libusbmuxd: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libusbmuxd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libusbmuxd-dev - 2.0.2-4build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libusbmuxd-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | USB multiplexor daemon for iPhone and iPod Touch devices - devel | https://libimobiledevice.org
- Ubuntu apt - libusbmuxd-tools - 2.0.2-4build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libusbmuxd-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | USB multiplexor daemon for iPhone and iPod Touch devices - tools | https://libimobiledevice.org
- Ubuntu apt - libusbmuxd6 - 2.0.2-4build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libusbmuxd6 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | USB multiplexor daemon for iPhone and iPod Touch devices - library | https://libimobiledevice.org
- apk - libusbmuxd - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: libusbmuxd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | USB Multiplex Daemon | https://libimobiledevice.org
- apk - libusbmuxd-dev - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: libusbmuxd-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | USB Multiplex Daemon (development files) | https://libimobiledevice.org
- apk - libusbmuxd-doc - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: libusbmuxd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | USB Multiplex Daemon (documentation) | https://libimobiledevice.org
- apk - libusbmuxd-progs - 2.1.1-r0: normalized package name match | Alpine Linux edge package indexes: libusbmuxd-progs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | USB Multiplex Daemon - utilities | https://libimobiledevice.org
- dnf - libusbmuxd - 2.1.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: libusbmuxd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Client library USB multiplex daemon for Apple's iOS devices | https://www.libimobiledevice.org/
- dnf - libusbmuxd-devel - 2.1.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: libusbmuxd-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development package for libusbmuxd | https://www.libimobiledevice.org/
- dnf - libusbmuxd-utils - 2.1.1-2.fc45: normalized package name match | Fedora Rawhide package metadata: libusbmuxd-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Utilities for communicating with Apple's iOS devices | https://www.libimobiledevice.org/
- pacman - libusbmuxd - 2.1.1-2: normalized package name match | Arch Linux sync databases: libusbmuxd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Client library to multiplex connections from and to iOS devices | https://libimobiledevice.org/
- zypper - libusbmuxd-2_0-7 - 2.1.0-1.6: normalized package name match | openSUSE Tumbleweed package metadata: libusbmuxd-2_0-7 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A client library to multiplex connections from and to iOS devices | https://github.com/libimobiledevice/libusbmuxd


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/zh-hans/brew-utility-packages/) - Matched Homebrew package provider.
- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Matched curated package taxonomy and local package facts.
- [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.
- [libimobiledevice](https://pkg.so/zh-hans/brew/libimobiledevice/) - Popular package that depends on this formula.
- [ios-webkit-debug-proxy](https://pkg.so/zh-hans/brew/ios-webkit-debug-proxy/) - Popular package that depends on this formula.
- [libirecovery](https://pkg.so/zh-hans/brew/libirecovery/) - Shares the same upstream homepage.
- [dfu-util](https://pkg.so/zh-hans/brew/dfu-util/) - Shares pkgdb curated category or tags: cli, system, usb.
- [libusb-compat](https://pkg.so/zh-hans/brew/libusb-compat/) - Shares pkgdb curated category or tags: cli, system, usb.
- [libftdi](https://pkg.so/zh-hans/brew/libftdi/) - Shares pkgdb curated category or tags: cli, system, usb.
- [lsusb](https://pkg.so/zh-hans/brew/lsusb/) - Shares pkgdb curated category or tags: cli, system, usb.
- [usbutils](https://pkg.so/zh-hans/brew/usbutils/) - Shares pkgdb curated category or tags: cli, system, usb.
- [cyme](https://pkg.so/zh-hans/brew/cyme/) - Shares pkgdb curated category or tags: cli, system, usb.
- [dfu-programmer](https://pkg.so/zh-hans/brew/dfu-programmer/) - Shares pkgdb curated category or tags: cli, system, usb.
- [ifuse](https://pkg.so/zh-hans/brew/ifuse/) - Local package facts share a topical domain. Shared terms: cli, devices, ios, libimobiledevice, libplist.

## Combined YAML source

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