macOS
brew install libfuselocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libfuse in AI-Agent-Workflows.
Installation
brew install libfuselocal Homebrew formula metadata
Überblick
Reference implementation of the Linux FUSE interface
Verlauf
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.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
fusermount3 | cli | globales Executable | |
mount.fuse3 | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/libfuse/libfuse
Installationsmetadaten
| Paketschlüssel | brew:libfuse |
|---|---|
| Version | 3.18.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/libfuse |
| Homepage | https://github.com/libfuse/libfuse |
| Repository | https://github.com/libfuse/libfuse |
| Upstream-Dokumentation | https://github.com/libfuse/libfuse/wiki |
| Lizenz | LGPL-2.1-only AND GPL-2.0-only |
| Quellarchiv | https://github.com/libfuse/libfuse/releases/download/fuse-3.18.2/fuse-3.18.2.tar.gz |
| Zuletzt aktualisiert | 2026-05-15T10:09:59-04:00 |
| Pulse | updated |
| Build-Abhängigkeiten | meson, ninja |
| Bottle | verfügbar (auf arm64_linux, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libfuse |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.