macOS
brew install archivemountlocal Homebrew formula metadata
sudo port install archivemountMacPorts ports tree · fuse/archivemount/Portfile · source: api.github.com
brew
File system for accessing archives using libarchive. Version 1b via Homebrew; verified from local package data.
install
brew install archivemountlocal Homebrew formula metadata
sudo port install archivemountMacPorts ports tree · fuse/archivemount/Portfile · source: api.github.com
sudo apk add archivemountAlpine Linux edge package indexes · archivemount · source: dl-cdn.alpinelinux.org
sudo apt install archivemountDebian stable package indexes · archivemount · source: deb.debian.org
sudo dnf install archivemountFedora Rawhide package metadata · archivemount · source: dl.fedoraproject.org
nix profile install nixpkgs#archivemountnixpkgs package indexes · pkgs/by-name/ar/archivemount/package.nix · source: api.github.com
sudo zypper install archivemount-ngopenSUSE Tumbleweed package metadata · archivemount-ng · source: download.opensuse.org
overview
File system for accessing archives using libarchive
history
archivemount is a small FUSE/libarchive utility that mounts archives such as tar, zip, ISO, and compressed archive files as ordinary filesystems.
The maintained SourceHut project is `archivemount-ng`, whose summary says it is derived from upstream tarballs with Debian and upstream bug fixes. Its README states that archivemount is glue between libarchive and FUSE and can mount possibly compressed archives for filesystem-style access.
The `-ng` repository imported historical upstream tarballs on 2024-06-14, including 0.1 through 0.9.1, and then released version 1 on 2024-06-17 with fixes and modernization such as FUSE3 support, a Makefile replacing the autotools build, README adaptation, and multiple Debian/upstream bug fixes.
The input package facts show unusually broad distro/package coverage for such a small tool: Alpine, Debian, Fedora, Homebrew, MacPorts, Nix, Ubuntu, and openSUSE naming all appear. That is consistent with the tool's job: it plugs a practical gap in Unix workflows and can be carried by system package managers with few moving parts.
The `-ng` releases also show maintenance motivated by downstream bug reports, including Debian bugs, upstream GitHub issues, FUSE3 changes, macOS porting, and non-ASCII filename handling.
The man page synopsis is simply `archivemount [options] archive mountpoint`; unmounting is done with `umount` or `fusermount -u`. Options include read-only modes, password prompting, no-save/no-backup behavior, subtree filtering, and raw compressed-file mounting.
The README warns that write support recreates the whole archive at unmount time, requires space and time, and carries explicit data-loss risk. For package users, the sane mental model is read-mostly archive browsing through FUSE, not a transactional archive editor.
archivemount is the kind of tiny Unix package that stays useful for decades because it composes two stable primitives, libarchive and FUSE, into a shell-friendly workflow.
The `-ng` handoff is also a packaging story: old upstream tarballs, downstream distro bugs, and a maintained forge repo converge so distros can keep shipping a working command instead of carrying piles of local patches.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
archivemount | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://git.sr.ht/~nabijaczleweli/archivemount-ng
install metadata
| Package key | brew:archivemount |
|---|---|
| Version | 1b |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/archivemount |
| Homepage | https://git.sr.ht/~nabijaczleweli/archivemount-ng |
| Repository | https://git.sr.ht/~nabijaczleweli/archivemount-ng |
| Upstream docs | https://git.sr.ht/~nabijaczleweli/archivemount-ng |
| License | LGPL-2.0-or-later |
| Source archive | https://git.sr.ht/~nabijaczleweli/archivemount-ng/archive/1b.tar.gz |
| Dependencies | libarchive, libfuse |
| Build dependencies | pkgconf |
| Bottle | available (on arm64_linux, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | archivemount |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
archivemount 1b-1
mounts an archive or compressed file for access as a filesystem
https://sr.ht/~nabijaczleweli/archivemount-ng
sudo apt install archivemountarchivemount
nix profile install nixpkgs#archivemountarchivemount 0.8.7-1build3
mounts an archive for access as a file system
http://www.cybernoia.de/software/archivemount/
sudo apt install archivemountarchivemount 0.9.1-r4
FUSE based filesystem for mounting compressed archives
https://github.com/bramp/archivemount
sudo apk add archivemountarchivemount-doc 0.9.1-r4
FUSE based filesystem for mounting compressed archives (documentation)
https://github.com/bramp/archivemount
sudo apk add archivemount-docarchivemount 0.9.1-16.fc44
FUSE based filesystem for mounting compressed archives
http://www.cybernoia.de/software/archivemount/
sudo dnf install archivemountarchivemount-ng 1b-1.4
Mount archives as a file system
https://git.sr.ht/~nabijaczleweli/archivemount-ng
sudo zypper install archivemount-ngarchivemount
sudo port install archivemountsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.