pkg.soopen package index

brew / 順位 13712

fuse-zip を Homebrew, apt, dnf, pacman, zypper でインストール

fuse-zip のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install fuse-zip

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install fuse-zip

Debian stable package indexes · fuse-zip · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install fuse-zip

Fedora Rawhide package metadata · fuse-zip · ソース: dl.fedoraproject.org

Arch Linux pacman確認済み · 92%
sudo pacman -S fuse-zip

Arch Linux sync databases · fuse-zip · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install fuse-zip

openSUSE Tumbleweed package metadata · fuse-zip · ソース: download.opensuse.org

概要

パッケージ概要

FUSE file system to create & manipulate ZIP archives

コマンドとエイリアス

  • fuse-zip

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 0.3.0: Support added for absolute and parent-relative paths in file names in read-only mode.
  • 0.4: Unix file permissions and owner information added.
  • 0.7.0: File and archive comments, high-precision timestamps, and special Unix file types added.

Related projects

  • The README compares fuse-zip with KIO, GNOME VFS, mc vfs, unpackfs, avfs, and fuse-j-zip.
  • The project depends conceptually on FUSE and libzip and is related to tools and systems that mount archives as filesystems.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:archive

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
fuse-zip実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.7.2
マネージャ更新日2026-06-21
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:fuse-zip
バージョン0.7.2
パッケージマネージャHomebrew
ホームページhttps://bitbucket.org/agalanin/fuse-zip
最終更新2026-06-21T18:29:14-04:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

fuse-zip 0.7.2-3

ZIP archive mounter based on FUSE

https://bitbucket.org/agalanin/fuse-zip

sudo apt install fuse-zip
  • Section: utils
  • Architecture: amd64
  • 7 依存関係
  • normalized package name match
  • 一致条件: Fuse Zip
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fuse-zip from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

fuse-zip 0.6.0-0ubuntu5

ZIP archive mounter based on FUSE

https://bitbucket.org/agalanin/fuse-zip

sudo apt install fuse-zip
  • Section: universe/utils
  • Architecture: amd64
  • 6 依存関係
  • normalized package name match
  • 一致条件: Fuse Zip
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fuse-zip from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

fuse-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-zip
  • License: GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: fuse-zip
  • 7 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fuse Zip
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: fuse-zip from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

fuse-zip 0.7.2-4

Mount and modify zip files

https://bitbucket.org/agalanin/fuse-zip

sudo pacman -S fuse-zip
  • License: GPL
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Fuse Zip
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: fuse-zip from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

fuse-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
  • License: GPL-3.0-or-later
  • Category: System/Filesystems
  • Architecture: x86_64
  • Source Package: fuse-zip
  • 6 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fuse Zip
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: fuse-zip from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation