Automic VaultAutomic Vault

brew

avfs を Homebrew, apk, apt, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install avfs

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add avfs

Alpine Linux edge package indexes · avfs · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install avfs

Debian stable package indexes · avfs · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#avfs

nixpkgs package indexes · pkgs/by-name/av/avfs/package.nix · ソース: api.github.com

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

Arch Linux sync databases · avfs · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install avfs

openSUSE Tumbleweed package metadata · avfs · ソース: download.opensuse.org

概要

パッケージ概要

Virtual file system that facilitates looking inside archives

コマンドとエイリアス

  • avfs-config
  • avfsd
  • davpass
  • ftppass
  • mountavfs
  • umountavfs

履歴

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

AVFS is a virtual filesystem for looking inside archives, compressed files, and some remote resources through ordinary file operations. Its distinctive user interface is the `#` path syntax, where a regular archive path can become a browsable virtual directory.

プロジェクトの歴史

AVFS began as a userspace filesystem experiment for archive and remote-file access. Its own NEWS file records a version 0.1 first release, then rapid additions of ZIP, RAR, symbolic links, Solaris support, autoconf, and Midnight Commander external filesystem handlers in the early 0.x series.

The project changed shape as Unix filesystem integration changed. Version 0.5 introduced avfscoda because the preload method would not work for GLIBC 2.1 and newer. Version 0.9.0 was a major rewrite that changed the magic character from `@` to `#`, added ftp, http, rsh, and dav handlers, and reworked caching and multithreaded operation. Version 0.9.7 added FUSE support, which became the more durable packaging story for modern Linux systems.

AVFS continued to receive maintenance long after its early SourceForge-era design. Later releases added xz/lzma, zip64, lzip, zstd, rar 5, macOS build fixes, FUSE 3 support, and large-file/time_t fixes, keeping a very old idea usable on current systems.

採用の歴史

AVFS is packaged across a wide spread of Unix-like distributions in the batch input: Alpine, Homebrew, Debian, Nix, Arch, Ubuntu, and openSUSE. That adoption pattern fits a mature system utility whose value is broad but specialized.

The README frames AVFS as something any program can use without recompilation or kernel changes. Package adoption likely followed from that generic utility: shells, editors, file managers, and scripts can browse archives through the same virtual path model.

使われ方

Typical usage is to append `#` to an archive path, such as listing `file.tgz#/` or copying files out of `zipfile.zip#/*`. The README also documents virtual handlers for ftp, ssh, http, WebDAV, floppies, package formats, and the `/#avfsstat` control/status namespace.

Modern users mostly care about `avfsd`, `mountavfs`, and the FUSE form. The older library and preload approaches remain part of the project's history, but FUSE made AVFS fit normal package-manager expectations better.

パッケージ好きにとっての重要性

AVFS is interesting because it packages a shell-native alternative to one-off archive commands. Instead of teaching every tool about tar, zip, gzip, or remote protocols, AVFS makes those resources look like directories.

It is also a long-lived SourceForge project that survived multiple Unix eras: LD_PRELOAD tricks, CODA, FUSE, 32-bit limits, new compression formats, and distribution hardening. That makes it a tidy example of compatibility maintenance as package culture.

タイムライン

  • 0.1: First release.
  • 0.2: ZIP support, partial RAR support, Solaris stability, modular handlers.
  • 0.5: avfscoda introduced for newer GLIBC systems.
  • 0.9.0: Major rewrite; magic character changed to `#`; ftp, http, rsh, and dav handlers added.
  • 2006: Version 0.9.7 added FUSE installation support.
  • 2011: Version 1.0.0 released.
  • 2019: Version 1.1.0 removed CODA and PRELOAD support.
  • 2026: Version 1.3.0 added FUSE 3 support and made system zlib the default when available.

Related projects

  • Midnight Commander's extfs handlers are used by AVFS for several archive and package formats.
  • Pavel Machek's podfuk is listed by the AVFS homepage as a similar userspace filesystem project.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:ftp,archive

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 2 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
avfs-configcliグローバル実行可能ファイル
avfsdcliグローバル実行可能ファイル
davpasscliグローバル実行可能ファイル
ftppasscliグローバル実行可能ファイル
mountavfscliグローバル実行可能ファイル
umountavfscliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-10
マネージャ版1.3.0
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://avf.sourceforge.net/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://avf.sourceforge.net/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:avfs
バージョン1.3.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/avfs
ホームページhttps://avf.sourceforge.net/
リポジトリhttps://sourceforge.net/p/avf/git
上流ドキュメントhttps://avf.sourceforge.net/
ライセンスGPL-2.0-only AND LGPL-2.0-only AND GPL-2.0-or-later AND Zlib
ソースアーカイブhttps://downloads.sourceforge.net/project/avf/avfs/1.3.0/avfs-1.3.0.tar.bz2
依存関係bzip2, libfuse, xz
ビルド依存関係pkgconf
Bottle利用可能 (対象 arm64_linux, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameavfs
Version Scheme0
Revision0
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

avfs 1.2.0-2

virtual filesystem to access archives, disk images, remote locations

https://avf.sourceforge.net/

sudo apt install avfs
  • Section: utils
  • Architecture: amd64
  • 9 依存関係
  • 9 任意依存関係
  • normalized package name match
  • 一致条件: Avfs
Debian stable package indexes · deb.debian.org · Debian stable package indexes: avfs from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

avfs

nix profile install nixpkgs#avfs
  • normalized package name match
  • 一致条件: Avfs
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/av/avfs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

avfs 1.1.5-1build2

virtual filesystem to access archives, disk images, remote locations

http://sourceforge.net/projects/avf

sudo apt install avfs
  • Section: universe/utils
  • Architecture: amd64
  • 8 依存関係
  • 10 任意依存関係
  • normalized package name match
  • 一致条件: Avfs
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: avfs from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

avfs 1.2.0-r0

A Virtual File System for looking into archives

https://avf.sourceforge.net/

sudo apk add avfs
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: avfs
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Avfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: avfs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

avfs-dev 1.2.0-r0

A Virtual File System for looking into archives (development files)

https://avf.sourceforge.net/

sudo apk add avfs-dev
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: avfs
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Avfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: avfs-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

avfs-libs 1.2.0-r0

A Virtual File System for looking into archives (libraries)

https://avf.sourceforge.net/

sudo apk add avfs-libs
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: avfs
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Avfs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: avfs-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

avfs 1.3.0-1

Virtual filesystem that allows browsing compressed files

http://avf.sourceforge.net/

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

avfs 1.2.0-3.4

AVFS - an archive look-inside filesystem

https://avf.sourceforge.net/

sudo zypper install avfs
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: avfs
  • 11 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Avfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: avfs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

avfs-devel 1.2.0-3.4

Development files for AVFS, an archive look-inside filesystem

https://avf.sourceforge.net/

sudo zypper install avfs-devel
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: avfs
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Avfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: avfs-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libavfs1 1.2.0-3.4

Shared library for AVFS, an archive look-inside filesystem

https://avf.sourceforge.net/

sudo zypper install libavfs1
  • License: GPL-2.0-or-later AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: avfs
  • 8 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Avfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libavfs1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment