# ext4fuse を Homebrew, MacPorts, Nix でインストール

ext4fuse のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ext4fuse
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ext4fuse
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:ext4fuse
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.1.3
- **ソース概要:** Read-only implementation of ext4 for FUSE
- **ホームページ:** <https://github.com/gerard/ext4fuse>
- **リポジトリ:** <https://github.com/gerard/ext4fuse>
- **最終更新:** 2026-06-21T14:54:22-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ext4fuse (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.1.3
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

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


## ソース

- 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
