macOS
brew install fuse-ziplocal Homebrew formula metadata
brew
FUSE file system to create & manipulate ZIP archives. Version 0.7.2 via Homebrew; verified 2026-06-21.
install
brew install fuse-ziplocal Homebrew formula metadata
sudo apt install fuse-zipDebian stable package indexes · fuse-zip · source: deb.debian.org
sudo dnf install fuse-zipFedora Rawhide package metadata · fuse-zip · source: dl.fedoraproject.org
sudo pacman -S fuse-zipArch Linux sync databases · fuse-zip · source: geo.mirror.pkgbuild.com
sudo zypper install fuse-zipopenSUSE Tumbleweed package metadata · fuse-zip · source: download.opensuse.org
overview
FUSE file system to create & manipulate ZIP archives
history
fuse-zip is a FUSE filesystem for mounting ZIP and ZIP64 archives as writable directory trees. Its official README emphasizes that users can navigate, extract, create, and modify ZIP archives from ordinary applications without application-specific virtual-filesystem support.
Alexander Galanin maintains the project in a public Bitbucket Git repository. The README describes fuse-zip as a C++ filesystem based on libzip and lists support for read-only and read-write modes, transparent packing and unpacking, ZIP64, Unix permissions, timestamps, comments, sparse files, and several ZIP extra fields.
The README records feature milestones across the 0.x series: version 0.3.0 added support for absolute and parent-relative paths in read-only mode; version 0.4 added Unix file permissions and owner information; and version 0.7.0 added comments, high-precision timestamps, and read/write support for special Unix file types.
The official README lists distribution through Debian, Ubuntu, Fedora, Arch Linux, Gentoo, Fink, Homebrew, FreeBSD, and OpenBSD. It also states that fuse-zip was used by the Chrome OS zip archive mounter and by vifm, indicating adoption both as an end-user tool and as a component in larger file-management workflows.
The normal usage pattern is to create a mount point, run `fuse-zip archive.zip mountpoint`, work with the mounted directory, and unmount it with `fusermount -u`. If the ZIP file does not exist, the tool creates it after unmounting.
The README warns that added and changed files live in memory until unmount and that modified archives are repacked at unmount time, so large archives need enough memory and temporary disk space.
fuse-zip is package-nerd-interesting because it turns an archive format into a writable POSIX-like filesystem while preserving many Unix metadata details that archive tools commonly flatten. It occupies the practical space between `zip`/`unzip` commands and desktop virtual-filesystem stacks such as KIO or GNOME VFS.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fuse-zip | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://bitbucket.org/agalanin/fuse-zip
install metadata
| Package key | brew:fuse-zip |
|---|---|
| Version | 0.7.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fuse-zip |
| Homepage | https://bitbucket.org/agalanin/fuse-zip |
| Repository | https://bitbucket.org/agalanin/fuse-zip |
| Upstream docs | https://bitbucket.org/agalanin/fuse-zip |
| License | GPL-3.0-or-later |
| Source archive | https://bitbucket.org/agalanin/fuse-zip/downloads/fuse-zip-0.7.2.tar.gz |
| Last updated | 2026-06-21T18:29:14-04:00 |
| Pulse | updated |
| Dependencies | libfuse@2, libzip |
| Build dependencies | pkgconf |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fuse-zip |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fuse-zip 0.7.2-3
ZIP archive mounter based on FUSE
https://bitbucket.org/agalanin/fuse-zip
sudo apt install fuse-zipfuse-zip 0.6.0-0ubuntu5
ZIP archive mounter based on FUSE
https://bitbucket.org/agalanin/fuse-zip
sudo apt install fuse-zipfuse-zip 0.7.2-13.fc44
Filesystem to navigate, extract, create and modify ZIP archives
https://bitbucket.org/agalanin/fuse-zip/
sudo dnf install fuse-zipfuse-zip 0.7.2-4
Mount and modify zip files
https://bitbucket.org/agalanin/fuse-zip
sudo pacman -S fuse-zipfuse-zip 0.7.2+git.1733961742.3715770-1.3
File System to Navigate, Extract, Create and Modify ZIP Archives
https://bitbucket.org/agalanin/fuse-zip
sudo zypper install fuse-zipsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.