# Installer ext4fuse avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:ext4fuse
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ext4fuse
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ext4fuse
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ext4fuse
```

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

## Faits du paquet

- **Clé du paquet:** brew:ext4fuse
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.3
- **Résumé source:** Read-only implementation of ext4 for FUSE
- **Page d'accueil:** <https://github.com/gerard/ext4fuse>
- **Dépôt:** <https://github.com/gerard/ext4fuse>
- **Dernière mise à jour:** 2026-06-21T14:54:22-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ext4fuse (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

ext4fuse is a read-only EXT4 implementation for FUSE, originally motivated by reading Linux partitions from OS X while also working on other FUSE implementations.

### Historique du projet

The GitHub repository was created in 2010 and describes ext4fuse as an EXT4 implementation for FUSE. The README emphasizes read-only access as a deliberate safety property and documents tested or expected use on OS X, Linux, FreeBSD, and OpenSolaris.

### Historique d'adoption

The supplied package metadata lists Homebrew, MacPorts, and Nix packages. The README itself recommends Homebrew installation for OS X and FreeBSD ports for FreeBSD users, showing a package-manager-oriented adoption path from the project's own documentation.

### Modes d'utilisation

The README documents mounting an ext4 partition with 'ext4fuse <device> <mountpoint>', compiling with make or gmake, and collecting logs for bug reports with the FUSE logfile option.

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

ext4fuse is the kind of small system utility package users install when they need one specific cross-filesystem bridge. Its read-only design lowers the risk of exposing Linux ext4 volumes on macOS and other FUSE-capable systems.

### Chronologie

- 2010: GitHub API reports gerard/ext4fuse repository creation.
- 2010s: README documents OS X Homebrew and FreeBSD ports installation paths.
- 2020: Recent commits include fixes for sparse-file read handling.
- 2021: GitHub API reports the latest repository push in April 2021.

### Related projects

- ext4fuse depends on FUSE and pkg-config for builds.
- The README references osxfuse/fuse4x style FUSE implementations and FreeBSD ports packaging.

### Sources

- <https://api.github.com/repos/gerard/ext4fuse>
- <https://github.com/gerard/ext4fuse#readme>
- source_facts.package-manager


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

- Nix - ext4fuse: normalized package name match | nixpkgs package indexes: pkgs/by-name/ex/ext4fuse/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ext4fuse: normalized package name match | MacPorts ports tree: fuse/ext4fuse/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/ext4fuse.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ext4fuse.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
