macOS
brew install fuse-ziplocal Homebrew formula metadata
brew / 順位 13712
fuse-zip のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fuse-ziplocal Homebrew formula metadata
sudo apt install fuse-zipDebian stable package indexes · fuse-zip · ソース: deb.debian.org
sudo dnf install fuse-zipFedora Rawhide package metadata · fuse-zip · ソース: dl.fedoraproject.org
sudo pacman -S fuse-zipArch Linux sync databases · fuse-zip · ソース: geo.mirror.pkgbuild.com
sudo zypper install fuse-zipopenSUSE Tumbleweed package metadata · fuse-zip · ソース: download.opensuse.org
概要
FUSE file system to create & manipulate ZIP archives
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fuse-zip | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:fuse-zip |
|---|---|
| バージョン | 0.7.2 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://bitbucket.org/agalanin/fuse-zip |
| 最終更新 | 2026-06-21T18:29:14-04:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-zipソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.