macOS
brew install fuse-ziplocal Homebrew formula metadata
brew / Rang 13712
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fuse-zip in AI-Agent-Workflows.
Installation
brew install fuse-ziplocal Homebrew formula metadata
sudo apt install fuse-zipDebian stable package indexes · fuse-zip · Quelle: deb.debian.org
sudo dnf install fuse-zipFedora Rawhide package metadata · fuse-zip · Quelle: dl.fedoraproject.org
sudo pacman -S fuse-zipArch Linux sync databases · fuse-zip · Quelle: geo.mirror.pkgbuild.com
sudo zypper install fuse-zipopenSUSE Tumbleweed package metadata · fuse-zip · Quelle: download.opensuse.org
Überblick
FUSE file system to create & manipulate ZIP archives
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
fuse-zip | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:fuse-zip |
|---|---|
| Version | 0.7.2 |
| Paketmanager | Homebrew |
| Homepage | https://bitbucket.org/agalanin/fuse-zip |
| Zuletzt aktualisiert | 2026-06-21T18:29:14-04:00 |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-14.fc45
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.5
File System to Navigate, Extract, Create and Modify ZIP Archives
https://bitbucket.org/agalanin/fuse-zip
sudo zypper install fuse-zipQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.