🍺 BREW Explorer

← all formulae

fuse-overlayfs

brew install fuse-overlayfs v1.17 GPL-2.0-or-later

FUSE implementation for overlayfs

1.6k
30-day installs · #1075
11.4k
90-day · #764
39.0k
365-day · #778
671
★ GitHub stars · updated 2mo ago

Runtime dependencies

Build dependencies

GitHub topics

containers fuse overlay rootless-containers

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "autoconf",
    "automake",
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "libfuse"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "FUSE implementation for overlayfs",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:52+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "fuse-overlayfs",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-09T10:18:49Z",
  "github_readme_excerpt": "fuse-overlayfs\n===========\n\nAn implementation of overlay+shiftfs in FUSE for rootless containers.\n\nUsage:\n=======================================================\n\n```\n$ fuse-overlayfs -o lowerdir=lowerdir/a:lowerdir/b,upperdir=up,workdir=workdir merged\n```\n\nSpecify a different UID/GID mapping:\n\n```\n$ fuse-overlayfs -o uidmapping=0:10:100:100:10000:2000,gidmapping=0:10:100:100:10000:2000,lowerdir=lowerdir/a:lowerdir/b,upperdir=up,workdir=workdir merged\n```\n\nRequirements:\n=======================================================\n\nYour system needs `libfuse` \u003e= v3.2.1.\n\n* On Fedora: `dnf install fuse3-devel`\n* On Ubuntu \u003e= 19.04: `apt install libfuse3-dev`\n\nAlso, please note that, when using `fuse-overlayfs` **from a user namespace**\n(for example, when using rootless `podman`) a Linux Kernel \u003e= v4.18.0 is required.\n\n\nBuilding:\n=======================================================\n\nfuse-overlayfs is written in Rust. To build:\n\n```\ncargo build --release\n```\n\nThe resulting binary is at `target/release/fuse-overlayfs`.\n\nTo install:\n\n```\nmake install\n```\n\nPre-built static binaries for multiple architectures (x86_64, aarch64,\narmv7l, s390x, ppc64le, riscv64) are available from the\n[GitHub Releases](https://github.com/containers/fuse-overlayfs/releases) page.\n",
  "github_repo": "containers/fuse-overlayfs",
  "github_stars": 671,
  "github_topics": [
    "containers",
    "fuse",
    "overlay",
    "rootless-containers"
  ],
  "homepage": "https://github.com/containers/fuse-overlayfs",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 1643,
  "installs_365d": 39013,
  "installs_90d": 11369,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-2.0-or-later",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "fuse-overlayfs",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1075,
  "rank_365d": 778,
  "rank_90d": 764,
  "raw_hash": "a4893345a449c49c",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/f/fuse-overlayfs.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "1.17",
  "versioned_formulae": [],
  "why_use_this": null
}