# Installer ifuse avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ifuse pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:ifuse
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ifuse
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ifuse
```

  Preuve: MacPorts ports tree: fuse/ifuse/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add ifuse
```

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

- Debian apt (92%):

```sh
sudo apt install ifuse
```

  Preuve: Debian stable package indexes: ifuse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install ifuse
```

  Preuve: Fedora Rawhide package metadata: ifuse 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#ifuse
```

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

- pacman (92%):

```sh
sudo pacman -S ifuse
```

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

- zypper (92%):

```sh
sudo zypper install ifuse
```

  Preuve: openSUSE Tumbleweed package metadata: ifuse from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:ifuse
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.2.1
- **Résumé source:** FUSE module for iOS devices
- **Page d'accueil:** <https://libimobiledevice.org/>
- **Dépôt:** <https://github.com/libimobiledevice/ifuse>
- **Dernière mise à jour:** 2026-07-28T13:50:26+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ifuse (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.2.1
## Historique du projet et usages

ifuse is the FUSE-facing member of the libimobiledevice tool family: it turns iOS device storage exposed through Apple File Conduit services into a local mount point on Unix-like systems.

### Historique du projet

The project's own NEWS file records version 0.9.0 as the first public release, with AFC and AFC2 filesystem access and file-mode handling. Later releases followed libiphone and libimobiledevice API changes, with version 1.0.0 explicitly adopting libimobiledevice APIs and version 1.2.0 moving to libfuse 3 and requiring libimobiledevice 1.4.0.

The README describes the tool as an independent application, not an Apple product, and documents the split between safe media-directory mounting, app document/container mounting, and root filesystem mounting on jailbroken devices with AFC2.

### Historique d'adoption

ifuse became a small but widely packaged bridge between the Linux/macOS FUSE ecosystem and iPhone/iPad file access. The Homebrew formula, Linux distribution packages listed in the input, and the README's Linux and macOS build notes reflect its role as an installable companion to usbmuxd, libplist, and libimobiledevice.

### Modes d'utilisation

Typical use is `ifuse <mountpoint>` to mount the media area of a connected device, with options such as `--documents`, `--container`, `--list-apps`, and `--root` covering app file sharing and jailbroken-device cases. Unmounting is delegated to the platform's FUSE tooling.

### Pourquoi les passionnés de paquets s'y intéressent

Package maintainers care about ifuse because it sits at a three-way compatibility boundary: Apple protocol behavior, libimobiledevice library ABI, and the host FUSE implementation. The 1.2.0 to 1.2.1 data-corruption fix is a compact example of why small filesystem packages can carry outsized risk.

### Chronologie

- 0.9.0: First public release with AFC and AFC2 filesystem access.
- 1.0.0: Ported from libiphone APIs to libimobiledevice APIs.
- 1.1.0: Added house_arrest support for app document/file-sharing access.
- 1.1.4: Added app listing, network-device support, and newer dependency baselines.
- 2025: Version 1.2.0 switched to libfuse 3.
- 2026: Version 1.2.1 fixed a FUSE capability regression that could corrupt data.

### Related projects

- ifuse depends on libimobiledevice for iOS communication, usbmuxd for device transport, libplist/libusbmuxd support libraries, and a host FUSE implementation such as libfuse or macFUSE.

### Sources

- <https://formulae.brew.sh/formula/ifuse>
- <https://github.com/libimobiledevice/ifuse>
- <https://libimobiledevice.org/>
- <https://raw.githubusercontent.com/libimobiledevice/ifuse/master/NEWS>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - ifuse - 1.1.4-2: normalized package name match | Debian stable package indexes: ifuse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FUSE module for iPhone and iPod Touch devices | https://libimobiledevice.org
- Nix - ifuse: normalized package name match | nixpkgs package indexes: pkgs/by-name/if/ifuse/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ifuse - 1.1.4~git20181007.3b00243-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: ifuse from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | FUSE module for iPhone and iPod Touch devices | http://libimobiledevice.org
- apk - ifuse - 1.2.1-r0: normalized package name match | Alpine Linux edge package indexes: ifuse from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fuse filesystem to access the contents of iOS devices | https://libimobiledevice.org
- apk - ifuse-doc - 1.2.1-r0: normalized package name match | Alpine Linux edge package indexes: ifuse-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fuse filesystem to access the contents of iOS devices (documentation) | https://libimobiledevice.org
- dnf - ifuse - 1.2.1-5.fc45: normalized package name match | Fedora Rawhide package metadata: ifuse from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Mount Apple iPhone and iPod touch devices | https://www.libimobiledevice.org/
- pacman - ifuse - 1.2.0-1: normalized package name match | Arch Linux sync databases: ifuse from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A fuse filesystem to access the contents of an iPhone or iPod Touch | https://libimobiledevice.org/
- zypper - ifuse - 1.2.1-1.3: normalized package name match | openSUSE Tumbleweed package metadata: ifuse from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Filesystem access for Apple devices | https://www.libimobiledevice.org
- MacPorts - ifuse: normalized package name match | MacPorts ports tree: fuse/ifuse/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/ifuse.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ifuse.yml)


## Sources

- 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
