macOS
brew install afuselocal Homebrew formula metadata
brew
afuse のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install afuselocal Homebrew formula metadata
sudo apt install afuseDebian stable package indexes · afuse · ソース: deb.debian.org
sudo dnf install afuseFedora Rawhide package metadata · afuse · ソース: dl.fedoraproject.org
概要
Automounting file system implemented in userspace with FUSE
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
afuse | cli | グローバル実行可能ファイル | |
afuse-avahissh | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/pcarrier/afuse
インストールメタデータ
| パッケージキー | brew:afuse |
|---|---|
| バージョン | 0.5.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/afuse |
| ホームページ | 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 |
| Pulse | updated |
| 依存関係 | libfuse@2 |
| ビルド依存関係 | autoconf, automake, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | afuse |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
afuse 0.5.0-0.1+b1
automounting file system implemented in user-space using FUSE
https://github.com/pcarrier/afuse
sudo apt install afuseafuse 0.5.0-0.1build2
automounting file system implemented in user-space using FUSE
https://github.com/pcarrier/afuse
sudo apt install afuseafuse 0.4.1-30.fc44
An automounter implemented with FUSE
https://github.com/pcarrier/afuse/
sudo dnf install afuseソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.