# 使用 Homebrew, apt, dnf, pacman, zypper 安装 fuse-zip

查看 fuse-zip 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:fuse-zip
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fuse-zip
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install fuse-zip
```

  证据: Debian stable package indexes: fuse-zip from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install fuse-zip
```

  证据: Fedora Rawhide package metadata: fuse-zip from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S fuse-zip
```

  证据: Arch Linux sync databases: fuse-zip from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install fuse-zip
```

  证据: openSUSE Tumbleweed package metadata: fuse-zip from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:fuse-zip
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/fuse-zip>
- **版本:** 0.7.2
- **来源摘要:** FUSE file system to create & manipulate ZIP archives
- **主页:** <https://bitbucket.org/agalanin/fuse-zip>
- **上游文档:** <https://bitbucket.org/agalanin/fuse-zip>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://bitbucket.org/agalanin/fuse-zip/downloads/fuse-zip-0.7.2.tar.gz>
- **最后更新:** 2026-06-21T18:29:14-04:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- fuse-zip (cli)
- fuse-zip (别名)

## 依赖

- libfuse@2
- libzip

## 构建依赖

- pkgconf

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.7.2
- 管理器更新时间: 2026-06-21
- 本地数据: OK
- 上游仓库: https://bitbucket.org/agalanin/fuse-zip
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

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.

### 来源

- <https://bitbucket.org/agalanin/fuse-zip>
- <https://bitbucket.org/agalanin/fuse-zip/raw/master/README.md>


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fuse-zip
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** linux
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Debian apt - fuse-zip - 0.7.2-3: normalized package name match | Debian stable package indexes: fuse-zip from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | ZIP archive mounter based on FUSE | https://bitbucket.org/agalanin/fuse-zip
- Ubuntu apt - fuse-zip - 0.6.0-0ubuntu5: normalized package name match | Ubuntu 24.04 LTS package indexes: fuse-zip from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | ZIP archive mounter based on FUSE | https://bitbucket.org/agalanin/fuse-zip
- dnf - fuse-zip - 0.7.2-14.fc45: normalized package name match | Fedora Rawhide package metadata: fuse-zip from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Filesystem to navigate, extract, create and modify ZIP archives | https://bitbucket.org/agalanin/fuse-zip/
- pacman - fuse-zip - 0.7.2-4: normalized package name match | Arch Linux sync databases: fuse-zip from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Mount and modify zip files | https://bitbucket.org/agalanin/fuse-zip
- zypper - fuse-zip - 0.7.2+git.1733961742.3715770-1.5: normalized package name match | openSUSE Tumbleweed package metadata: fuse-zip from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | File System to Navigate, Extract, Create and Modify ZIP Archives | https://bitbucket.org/agalanin/fuse-zip


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Archive and compression packages](https://pkg.so/zh-hans/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [libzip](https://pkg.so/zh-hans/brew/libzip/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ratarmount](https://pkg.so/zh-hans/brew/ratarmount/) - Shares pkgdb curated category or tags: archives, cli, filesystem, fuse, system.
- [squashfuse](https://pkg.so/zh-hans/brew/squashfuse/) - Shares pkgdb curated category or tags: archives, cli, filesystem, fuse, system.
- [avfs](https://pkg.so/zh-hans/brew/avfs/) - Shares pkgdb curated category or tags: archives, cli, filesystem, fuse, system.
- [libfuse](https://pkg.so/zh-hans/brew/libfuse/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [dwarfs](https://pkg.so/zh-hans/brew/dwarfs/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [sshfs](https://pkg.so/zh-hans/brew/sshfs/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [erofs-utils](https://pkg.so/zh-hans/brew/erofs-utils/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [ntfs-3g](https://pkg.so/zh-hans/brew/ntfs-3g/) - Shares pkgdb curated category or tags: cli, filesystem, fuse, system.
- [afuse](https://pkg.so/zh-hans/brew/afuse/) - Local package facts share a topical domain. Shared terms: cli, file, filesystem, fuse, libfuse.
- [mp3fs](https://pkg.so/zh-hans/brew/mp3fs/) - Local package facts share a topical domain. Shared terms: cli, file, filesystem, fuse, libfuse.

## Combined YAML source

View the package source record on GitHub. [combined/fuse-zip.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fuse-zip.yml)


## 来源

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