Automic VaultAutomic Vault

brew

fuse-overlayfs を Homebrew, apk, apt, dnf, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install fuse-overlayfs

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add fuse-overlayfs

Alpine Linux edge package indexes · fuse-overlayfs · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install fuse-overlayfs

Debian stable package indexes · fuse-overlayfs · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install fuse-overlayfs

Fedora Rawhide package metadata · fuse-overlayfs · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#fuse-overlayfs

nixpkgs package indexes · pkgs/by-name/fu/fuse-overlayfs/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S fuse-overlayfs

Arch Linux sync databases · fuse-overlayfs · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install fuse-overlayfs

openSUSE Tumbleweed package metadata · fuse-overlayfs · ソース: download.opensuse.org

概要

パッケージ概要

FUSE implementation for overlayfs

コマンドとエイリアス

  • fuse-overlayfs

履歴

プロジェクトの歴史と使われ方

fuse-overlayfs is a FUSE implementation of overlay-style filesystems for rootless containers. The official README describes it as an implementation of overlay and shiftfs in FUSE, with command-line options for lower, upper, work, merged, UID, and GID mappings.

プロジェクトの歴史

The project lives under the containers organization and is written in Rust. Its README documents libfuse 3.2.1 or newer as a requirement and notes that use from a user namespace, such as rootless Podman, requires a Linux kernel at least 4.18.0.

採用の歴史

fuse-overlayfs became part of the rootless-container storage story because many kernels prevent unprivileged users from mounting kernel overlay filesystems. The containers/storage manual documents `mount_program = "/usr/bin/fuse-overlayfs"` as the custom mount helper used when rootless storage cannot use kernel defaults.

The same containers/storage documentation names fuse-overlayfs in its `SEE ALSO` section and in examples involving permission masks, showing that it is treated as a normal component of the containers storage stack rather than a standalone experiment.

使われ方

Users can run fuse-overlayfs directly by passing overlay-style mount options such as `lowerdir`, `upperdir`, `workdir`, and a merged directory. Container engines more often invoke it indirectly through containers/storage configuration as a `mount_program`.

The project also distributes pre-built static binaries for multiple architectures through GitHub Releases, which makes it practical on container hosts where the binary is needed before normal package-manager integration is available.

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

The package matters because it made overlay-style copy-on-write storage usable for rootless container workflows before all target kernels could provide equivalent unprivileged overlay support. It is a small package with outsized influence in Podman and OCI tooling because storage-driver details determine whether rootless containers feel native or second-class.

タイムライン

  • 2017: containers/storage documentation originates the shared storage configuration manual.
  • v1.0.0: fuse-overlayfs reaches a stable tagged release line.
  • Current README: project documents rootless Podman and Linux kernel requirements for user-namespace operation.

Related projects

  • fuse-overlayfs is closely related to containers/storage, which documents the `mount_program` setting.
  • It is also related to Podman rootless operation, which relies on the containers configuration stack for user storage.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 2 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
fuse-overlayfscliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.17
マネージャ更新日2026-06-09
ローカルデータOK
上流最新
検出された最新v1.17

https://github.com/containers/fuse-overlayfs

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:fuse-overlayfs
バージョン1.17
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/fuse-overlayfs
ホームページhttps://github.com/containers/fuse-overlayfs
リポジトリhttps://github.com/containers/fuse-overlayfs
上流ドキュメントhttps://github.com/containers/fuse-overlayfs#readme
ライセンスGPL-2.0-or-later
ソースアーカイブhttps://github.com/containers/fuse-overlayfs/archive/refs/tags/v1.17.tar.gz
最終更新2026-06-09T12:53:39Z
Pulseupdated
依存関係libfuse
ビルド依存関係autoconf, automake, pkgconf
Bottle利用可能 (対象 arm64_linux, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefuse-overlayfs
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

fuse-overlayfs 1.14-1+b1

implementation of overlay+shiftfs in FUSE for rootless containers

https://github.com/containers/fuse-overlayfs

sudo apt install fuse-overlayfs
  • Section: misc
  • Architecture: amd64
  • Source Package: fuse-overlayfs
  • 3 依存関係
  • normalized package name match
  • 一致条件: Fuse Overlayfs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fuse-overlayfs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

fuse-overlayfs

nix profile install nixpkgs#fuse-overlayfs
  • normalized package name match
  • 一致条件: Fuse Overlayfs
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fu/fuse-overlayfs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

fuse-overlayfs 1.13-1

implementation of overlay+shiftfs in FUSE for rootless containers

https://github.com/containers/fuse-overlayfs

sudo apt install fuse-overlayfs
  • Section: universe/misc
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Fuse Overlayfs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fuse-overlayfs from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

fuse-overlayfs 1.16-r0

FUSE implementation for overlayfs

https://github.com/containers/fuse-overlayfs

sudo apk add fuse-overlayfs
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: fuse-overlayfs
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fuse Overlayfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fuse-overlayfs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

fuse-overlayfs-doc 1.16-r0

FUSE implementation for overlayfs (documentation)

https://github.com/containers/fuse-overlayfs

sudo apk add fuse-overlayfs-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: fuse-overlayfs
  • normalized package name match
  • 一致条件: Fuse Overlayfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fuse-overlayfs-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

fuse-overlayfs 1.16-2.fc44

FUSE overlay+shiftfs implementation for rootless containers

https://github.com/containers/fuse-overlayfs

sudo dnf install fuse-overlayfs
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fuse-overlayfs
  • 7 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Fuse Overlayfs
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fuse-overlayfs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

fuse-overlayfs 1.16-1

FUSE implementation of overlayfs

https://github.com/containers/fuse-overlayfs

sudo pacman -S fuse-overlayfs
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Fuse Overlayfs
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: fuse-overlayfs from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

fuse-overlayfs 1.16-1.4

FUSE implementation for overlayfs

https://github.com/containers/fuse-overlayfs

sudo zypper install fuse-overlayfs
  • License: GPL-2.0-or-later
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: fuse-overlayfs
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fuse Overlayfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: fuse-overlayfs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment