fuse-overlayfs
« Back to VersTracker
Description:
FUSE implementation for overlayfs
Type: Formula  |  Latest Version: 1.16@0  |  Tracked Since: Dec 18, 2025
Links: Homepage  |  GitHub  |  formulae.brew.sh
Stars: 631  |  Forks: 95  |  Language: C  |  Category: Devops
Tags: fuse overlay containers rootless filesystem devops
Install: brew install fuse-overlayfs
About:
fuse-overlayfs is a FUSE-based implementation of the overlay filesystem, allowing unprivileged users to create layered file systems without requiring root access or kernel support. It provides the same functionality as the kernel's overlayfs but operates entirely in userspace, making it ideal for container runtimes in restricted environments.
Key Features:
  • Unprivileged operation: runs without root privileges
  • FUSE-based: no kernel module required
  • Overlay filesystem semantics: supports layering and copy-on-write
  • Optimized for containers: used by Podman and other container tools
Use Cases:
  • Running rootless containers with overlay filesystem support
  • Building container images in restricted environments
  • Providing layered filesystems without kernel overlayfs support
Alternatives:
  • kernel overlayfs – Requires root privileges and kernel module support, but offers better performance
  • bindfs – FUSE-based but focuses on mount point manipulation rather than layering
Version History
Detected Version Rev Change Commit
Dec 18, 2025 11:42pm 1.16 0 VERSION_BUMP 6e830931