# 使用 Homebrew 安装 libfuse

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

## 安装

```sh
sudo av install brew:libfuse
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install libfuse
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:libfuse
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/libfuse>
- **版本:** 3.18.2
- **来源摘要:** Reference implementation of the Linux FUSE interface
- **主页:** <https://github.com/libfuse/libfuse>
- **仓库:** <https://github.com/libfuse/libfuse>
- **许可证:** LGPL-2.1-only AND GPL-2.0-only
- **源码归档:** <https://github.com/libfuse/libfuse/releases/download/fuse-3.18.2/fuse-3.18.2.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- fusermount3 (cli)
- mount.fuse3 (cli)
- fusermount3 (别名)
- mount.fuse3 (别名)

## 构建依赖

- meson
- ninja

## 安装行为

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

## 版本和新鲜度

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

libfuse is the reference userspace library for Linux FUSE, the interface that lets standalone programs implement filesystems while the kernel FUSE module forwards VFS requests to them.

### 项目历史

The libfuse README describes FUSE as two pieces: the kernel module maintained in the regular Linux kernel repositories and the libfuse userspace library maintained in the libfuse repository. The same README describes high-level synchronous and low-level asynchronous APIs, mount and unmount helpers, request handling, and response functions.

The repository history reaches back to an imported-sources commit dated 2001-10-23. Its kernel interface header carries copyright notices for Miklos Szeredi from 2001 onward, and the project changelog for FUSE 2.9.5 on 2016-01-14 thanks Szeredi while naming Nikolaus Rath as the new maintainer. libfuse 3.x later moved packaging and development toward Meson/Ninja and the fuse3 command set.

### 采用历史

FUSE became a central Linux packaging dependency because it let SSH, archive, cloud, virtual, encrypted, and application-specific filesystems ship as ordinary user-space programs. The README states that libfuse is shipped by all major Linux distributions and has been in production use across a wide range of systems for many years.

### 使用方式

A FUSE filesystem normally links against libfuse, mounts a userspace daemon, receives kernel requests through callbacks, and sends replies through the library. The package also provides fusermount3 and mount.fuse3 for mounting user filesystems with controlled privilege boundaries.

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

libfuse is one of the packages that changed what a filesystem package can be: a userspace daemon, not a kernel module. Its formulae are unusually sensitive to Linux-only behavior, setuid helpers, /etc/fuse.conf policy, kernel ABI expectations, and the split between older FUSE 2 consumers and newer FUSE 3 consumers.

### 时间线

- 2001-10-23: GitHub commit metadata records the imported-sources commit later tagged start.
- 2016-01-14: The changelog records FUSE 2.9.5 and the maintainer change to Nikolaus Rath.
- 2017-09-12: The changelog records libfuse 3.2.0 dropping autotools build support.
- 2026-03-18: GitHub release metadata records fuse-3.18.2.

### Related projects

- The Linux kernel FUSE module is the kernel-side peer of libfuse.
- macFUSE is the macOS-oriented related project named by the libfuse README for macOS users.
- SSHFS and many other userspace filesystems are built on the FUSE model.

### 来源

- <https://api.github.com/repos/libfuse/libfuse/commits/bc22e7bec727bc72d91a3001fbda976f1adf352d>
- <https://api.github.com/repos/libfuse/libfuse/releases?per_page=100>
- <https://github.com/libfuse/libfuse>
- <https://github.com/libfuse/libfuse/blob/master/ChangeLog.rst>
- <https://libfuse.github.io/doxygen/>


## 安全说明

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:** libfuse
- **Aliases:** libfuse@3
- **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


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [ninja](https://pkg.so/zh-hans/brew/ninja/) - Build dependency declared by Homebrew.
- [meson](https://pkg.so/zh-hans/brew/meson/) - Build dependency declared by Homebrew.
- [fuse-overlayfs](https://pkg.so/zh-hans/brew/fuse-overlayfs/) - Popular package that depends on this formula.
- [tup](https://pkg.so/zh-hans/brew/tup/) - Popular package that depends on this formula.
- [sshfs](https://pkg.so/zh-hans/brew/sshfs/) - Popular package that depends on this formula.
- [gcsfuse](https://pkg.so/zh-hans/brew/gcsfuse/) - Popular package that depends on this formula.
- [gocryptfs](https://pkg.so/zh-hans/brew/gocryptfs/) - Popular package that depends on this formula.
- [ifuse](https://pkg.so/zh-hans/brew/ifuse/) - Popular package that depends on this formula.
- [dislocker](https://pkg.so/zh-hans/brew/dislocker/) - Popular package that depends on this formula.
- [s3fs](https://pkg.so/zh-hans/brew/s3fs/) - Popular package that depends on this formula.
- [dwarfs](https://pkg.so/zh-hans/brew/dwarfs/) - Shares pkgdb curated category or tags: cli, filesystem, filesystems, fuse, system.
- [erofs-utils](https://pkg.so/zh-hans/brew/erofs-utils/) - Shares pkgdb curated category or tags: cli, filesystem, filesystems, fuse, system.
- [ntfs-3g](https://pkg.so/zh-hans/brew/ntfs-3g/) - Shares pkgdb curated category or tags: cli, filesystem, filesystems, fuse, system.
- [save3ds_fuse](https://pkg.so/zh-hans/brew/save3ds-fuse/) - Shares pkgdb curated category or tags: cli, filesystem, filesystems, fuse, system.
- [simple-mtpfs](https://pkg.so/zh-hans/brew/simple-mtpfs/) - Shares pkgdb curated category or tags: cli, filesystem, filesystems, fuse, system.
- [ext4fuse](https://pkg.so/zh-hans/brew/ext4fuse/) - Shares pkgdb curated category or tags: cli, filesystem, filesystems, fuse, system.
- [ratarmount](https://pkg.so/zh-hans/brew/ratarmount/) - Shares pkgdb curated category or tags: cli, filesystem, filesystems, fuse, system.
- [mp3fs](https://pkg.so/zh-hans/brew/mp3fs/) - Shares pkgdb curated category or tags: cli, filesystem, filesystems, fuse, system.

## Combined YAML source

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