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

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ifuse
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ifuse
```

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

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

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

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

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

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

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

## 软件包事实

- **软件包键:** brew:ifuse
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/ifuse>
- **版本:** 1.2.1
- **来源摘要:** FUSE module for iOS devices
- **主页:** <https://libimobiledevice.org/>
- **仓库:** <https://github.com/libimobiledevice/ifuse>
- **上游文档:** <https://libimobiledevice.org/>
- **许可证:** LGPL-2.1-or-later
- **源码归档:** <https://github.com/libimobiledevice/ifuse/releases/download/1.2.1/ifuse-1.2.1.tar.bz2>
- **最后更新:** 2026-07-28T13:50:26+09:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- ifuse (cli)
- ifuse (别名)

## 依赖

- glib
- libfuse
- libimobiledevice
- libplist

## 构建依赖

- pkgconf

## 安装行为

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

## 版本和新鲜度

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

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

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

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.

### 时间线

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

### 来源

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


## 安全说明

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:** ifuse
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** linux
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

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


## 相关链接

- [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.
- [Package ecosystem packages](https://pkg.so/zh-hans/package-ecosystem-tools/) - Matched package manager, installer, dependency, registry, or publishing metadata.
- [Homebrew utility packages](https://pkg.so/zh-hans/brew-utility-packages/) - Matched Homebrew package provider.
- [glib](https://pkg.so/zh-hans/brew/glib/) - Runtime dependency declared by Homebrew.
- [libimobiledevice](https://pkg.so/zh-hans/brew/libimobiledevice/) - Runtime dependency declared by Homebrew.
- [libfuse](https://pkg.so/zh-hans/brew/libfuse/) - 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.
- [ideviceinstaller](https://pkg.so/zh-hans/brew/ideviceinstaller/) - Shares the same upstream homepage.
- [bindfs](https://pkg.so/zh-hans/brew/bindfs/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, mount, system.
- [squashfuse](https://pkg.so/zh-hans/brew/squashfuse/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, mount, system.
- [dwarfs](https://pkg.so/zh-hans/brew/dwarfs/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [sshfs](https://pkg.so/zh-hans/brew/sshfs/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [erofs-utils](https://pkg.so/zh-hans/brew/erofs-utils/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [ntfs-3g](https://pkg.so/zh-hans/brew/ntfs-3g/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [save3ds_fuse](https://pkg.so/zh-hans/brew/save3ds-fuse/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [libusbmuxd](https://pkg.so/zh-hans/brew/libusbmuxd/) - Local package facts share a topical domain. Shared terms: cli, devices, ios, libimobiledevice, libplist.
- [libirecovery](https://pkg.so/zh-hans/brew/libirecovery/) - Local package facts share a topical domain. Shared terms: cli, ios, libimobiledevice, libplist, system.

## Combined YAML source

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