# afuse を Homebrew, apt, dnf でインストール

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

## インストール

```sh
sudo av install brew:afuse
```

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

### macOS

- Homebrew (100%):

```sh
brew install afuse
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install afuse
```

  証拠: Debian stable package indexes: afuse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install afuse
```

  証拠: Fedora Rawhide package metadata: afuse from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:afuse
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/afuse>
- **バージョン:** 0.5.0
- **ソース概要:** Automounting file system implemented in userspace with FUSE
- **ホームページ:** <https://github.com/pcarrier/afuse/>
- **リポジトリ:** <https://github.com/pcarrier/afuse>
- **上流ドキュメント:** <https://github.com/pcarrier/afuse#readme>
- **ライセンス:** GPL-2.0-only
- **ソースアーカイブ:** <https://github.com/pcarrier/afuse/archive/refs/tags/v0.5.0.tar.gz>
- **最終更新:** 2026-06-21T17:35:26-04:00
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

- afuse (cli)
- afuse-avahissh (cli)
- afuse (エイリアス)
- afuse-avahissh (エイリアス)

## 依存関係

- libfuse@2

## ビルド依存関係

- autoconf
- automake
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.5.0
- マネージャ更新日: 2026-06-21
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/pcarrier/afuse
- 検出された最新: v0.5.0 (最新)
## プロジェクトの歴史と使われ方

afuse is an automounting filesystem implemented in user space with FUSE. It manages a directory of virtual directories and mounts a filesystem on demand when a path is accessed.

### プロジェクトの歴史

The upstream NEWS file records an initial 0.1 release, followed by 0.1.1 moving to SVN because SourceForge CVS was unreliable, 0.2 adding timeout-based unmounting, 0.4 adding macOS and FreeBSD support plus root pre-population, and 0.5.0 adding a mount_dir option. The current GitHub repository was created in 2013 and preserves that earlier SourceForge/SVN lineage in commit messages.

The README presents afuse as a minimal user-space automounter rather than a full replacement for system automount services. Its design advantage is that it runs as the invoking user, so mount commands can use that user's environment, ssh-agent, and graphical session when appropriate.

### 採用の歴史

afuse is packaged in Homebrew, Debian, Fedora, and Ubuntu according to the supplied facts. That distribution profile fits its Unix utility role: it is small, scriptable, and useful to people composing sshfs or other FUSE filesystems.

The package also ships afuse-avahissh, an example script that uses Avahi-discovered SFTP hosts to pre-populate the afuse root. That helper makes the tool more discoverable as a network-filesystem convenience package rather than only a FUSE primitive.

### 使われ方

A common invocation uses mount_template and unmount_template options, for example mounting sshfs targets below an afuse mountpoint and unmounting them with fusermount. afuse can also pre-populate its root directory from an external command and supports options such as exact_getattr and flushwrites.

The README warns that automounted filesystems are proxied through afuse and real mounts live under a temporary instance-specific directory, so there is overhead and stale temporary directories can remain after unclean shutdowns.

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

afuse is a compact example of the Unix packaging sweet spot: one executable, one helper script, and a behavior that becomes powerful only when combined with sshfs, Avahi, and shell templates.

It also carries historical packaging details: old SourceForge/SVN origins, FUSE ABI expectations, and platform notes for Linux, macOS, and FreeBSD.

### タイムライン

- 2008: 0.2 release commit imported from SourceForge SVN.
- 2013: GitHub repository created.
- 2022: 0.5.0 release commit added mount_dir support.
- 2026: Supplied package facts show afuse in Homebrew, Debian, Fedora, and Ubuntu.

### Related projects

- FUSE is the userspace filesystem interface afuse is built on.
- sshfs is the example mount command used in the README.
- Avahi is used by the afuse-avahissh helper for service discovery.

### ソース

- <https://api.github.com/repos/pcarrier/afuse>
- <https://github.com/pcarrier/afuse#readme>
- <https://raw.githubusercontent.com/pcarrier/afuse/master/NEWS>
- source_facts.package-manager


## セキュリティノート

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:** afuse
- **Version Scheme:** 0
- **Revision:** 0
- **Requirements:** linux
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - afuse - 0.5.0-0.1+b1: normalized package name match | Debian stable package indexes: afuse from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | automounting file system implemented in user-space using FUSE | https://github.com/pcarrier/afuse
- Ubuntu apt - afuse - 0.5.0-0.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: afuse from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | automounting file system implemented in user-space using FUSE | https://github.com/pcarrier/afuse
- dnf - afuse - 0.4.1-30.fc44: normalized package name match | Fedora Rawhide package metadata: afuse from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | An automounter implemented with FUSE | https://github.com/pcarrier/afuse/


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [autoconf](https://www.automicvault.com/ja/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/ja/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [avfs](https://www.automicvault.com/ja/pkg/brew/avfs/) - Shares av.db curated category or tags: cli, filesystem, fuse, system.
- [bindfs](https://www.automicvault.com/ja/pkg/brew/bindfs/) - Shares av.db curated category or tags: cli, filesystem, fuse, system.
- [hf-mount](https://www.automicvault.com/ja/pkg/brew/hf-mount/) - Shares av.db curated category or tags: cli, filesystem, fuse, system.
- [ifuse](https://www.automicvault.com/ja/pkg/brew/ifuse/) - Shares av.db curated category or tags: cli, filesystem, fuse, system.
- [acl](https://www.automicvault.com/ja/pkg/brew/acl/) - Shares av.db curated category or tags: cli, filesystem, system.
- [attr](https://www.automicvault.com/ja/pkg/brew/attr/) - Shares av.db curated category or tags: cli, filesystem, system.
- [convmv](https://www.automicvault.com/ja/pkg/brew/convmv/) - Shares av.db curated category or tags: cli, filesystem, system.
- [cpmtools](https://www.automicvault.com/ja/pkg/brew/cpmtools/) - Shares av.db curated category or tags: cli, filesystem, system.
- [ext4fuse](https://www.automicvault.com/ja/pkg/brew/ext4fuse/) - Local package facts share a topical domain. Shared terms: cli, filesystem, fuse, libfuse, libfuse-2.
- [rofs-filtered](https://www.automicvault.com/ja/pkg/brew/rofs-filtered/) - Local package facts share a topical domain. Shared terms: cli, filesystem, fuse, libfuse, libfuse-2.
- [simple-mtpfs](https://www.automicvault.com/ja/pkg/brew/simple-mtpfs/) - Local package facts share a topical domain. Shared terms: cli, filesystem, fuse, libfuse, libfuse-2.

## Combined YAML source

View the package source record on GitHub. [combined/afuse.yml](https://github.com/automic-vault/db/blob/main/combined/afuse.yml)


## ソース

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