# Install libusbmuxd with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

USB multiplexor library for iOS devices. Version 2.1.1 via Homebrew; verified from local package data.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install libusbmuxd
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install libusbmuxd
```

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

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

- Debian apt (92%):

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

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

- dnf (92%):

```sh
sudo dnf install libusbmuxd
```

  Evidence: Fedora Rawhide package metadata: libusbmuxd from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libusbmuxd
```

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

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

- Ubuntu apt (92%):

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

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

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

## Package facts

- **Package key:** brew:libusbmuxd
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/libusbmuxd>
- **Version:** 2.1.1
- **Source summary:** USB multiplexor library for iOS devices
- **Homepage:** <https://www.libimobiledevice.org/>
- **Repository:** <https://github.com/libimobiledevice/libusbmuxd>
- **Upstream docs:** <https://github.com/libimobiledevice/libusbmuxd>
- **License:** GPL-2.0-or-later AND LGPL-2.1-or-later
- **Source archive:** <https://github.com/libimobiledevice/libusbmuxd/releases/download/2.1.1/libusbmuxd-2.1.1.tar.bz2>
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- inetcat (cli)
- iproxy (cli)
- inetcat (alias)
- iproxy (alias)

## Dependencies

- libimobiledevice-glue
- libplist

## Build dependencies

- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2.1.1
- Local data: ok
- Upstream repository: https://github.com/libimobiledevice/libusbmuxd
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Project history and usage

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

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

library-like package without higher-risk signals.

- **Geiger risk:** green / low
- library-like package without higher-risk signals

## Source Database Details

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

## Other Package-Manager Records

- 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-1.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Client library USB multiplex daemon for Apple's iOS devices | https://www.libimobiledevice.org/
- dnf - libusbmuxd-devel - 2.1.1-1.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development package for libusbmuxd | https://www.libimobiledevice.org/
- dnf - libusbmuxd-utils - 2.1.1-1.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/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-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.4: normalized package name match | openSUSE Tumbleweed package metadata: libusbmuxd-2_0-7 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | A client library to multiplex connections from and to iOS devices | https://github.com/libimobiledevice/libusbmuxd


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Matched curated package taxonomy and local package facts.
- [libplist](https://www.automicvault.com/pkg/brew/libplist/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ios-webkit-debug-proxy](https://www.automicvault.com/pkg/brew/ios-webkit-debug-proxy/) - Popular package that depends on this formula.
- [libimobiledevice](https://www.automicvault.com/pkg/brew/libimobiledevice/) - Popular package that depends on this formula.
- [libirecovery](https://www.automicvault.com/pkg/brew/libirecovery/) - Shares the same upstream homepage.
- [blink1](https://www.automicvault.com/pkg/brew/blink1/) - Shares av.db curated category or tags: cli, system, usb.
- [bootloadhid](https://www.automicvault.com/pkg/brew/bootloadhid/) - Shares av.db curated category or tags: cli, system, usb.
- [cyme](https://www.automicvault.com/pkg/brew/cyme/) - Shares av.db curated category or tags: cli, system, usb.
- [dcled](https://www.automicvault.com/pkg/brew/dcled/) - Shares av.db curated category or tags: cli, system, usb.
- [ddcutil](https://www.automicvault.com/pkg/brew/ddcutil/) - Shares av.db curated category or tags: cli, system, usb.
- [dfu-programmer](https://www.automicvault.com/pkg/brew/dfu-programmer/) - Shares av.db curated category or tags: cli, system, usb.
- [dfu-util](https://www.automicvault.com/pkg/brew/dfu-util/) - Shares av.db curated category or tags: cli, system, usb.
- [ifuse](https://www.automicvault.com/pkg/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/automic-vault/db/blob/main/combined/libusbmuxd.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
