macOS
brew install ratarmountlocal Homebrew formula metadata
brew / rank 12206
Mount and efficiently access archives as filesystems. Version 1.3.0 via Homebrew; verified 2026-08-09. Also installable with nix: nix profile install nixpkgs#ratarmount.
install
brew install ratarmountlocal Homebrew formula metadata
nix profile install nixpkgs#ratarmountnixpkgs package indexes · ratarmount · source: raw.githubusercontent.com
sudo pacman -S ratarmountArch Linux sync databases · ratarmount · source: geo.mirror.pkgbuild.com
overview
Mount and efficiently access archives as filesystems
history
Ratarmount is a command-line filesystem tool for mounting archives and compressed files without extracting them first. It builds indexes of file and compression-stream positions so that applications can seek efficiently within large archives.
Ratarmount began as a tool for collecting file offsets from TAR archives and exposing their contents through FUSE. It expanded beyond TAR to compressed streams, numerous archive formats, recursive archives, union mounts, writable overlays, remote filesystems, and an fsspec integration.
The project contrasts its indexed random-access approach with tools such as archivemount and tarindexer. Its modern releases separate reusable archive functionality into ratarmountcore while retaining ratarmount as the command-line filesystem interface.
Ratarmount is distributed through several package ecosystems, including Homebrew, Nix, Arch-oriented packaging, PyPI, and conda-forge. Its packaging footprint reflects demand for archive access that behaves like an ordinary filesystem.
Users commonly run `ratarmount archive.tar.gz` to expose an archive at a mountpoint, then access it with ordinary filesystem tools. Other uses include recursively mounting nested archives, combining several sources into a union view, indexing cold-storage backups, and accessing remote archives through supported URL schemes.
Generated metadata indexes normally sit beside the archive as `.index.sqlite` or fall back beneath `~/.ratarmount/`; these are caches rather than application configuration files. Index destinations can be changed with command-line options.
Ratarmount combines FUSE mounting with persistent indexes and seek-capable compression backends. Package and data practitioners care about it because very large archives can be browsed or processed without first consuming space and time on full extraction.
security posture
No matching local secret-handling manifest was found for ratarmount. Package metadata is still published here so future coverage has a stable package URL.
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 |
|---|---|---|---|
ratarmount | 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://github.com/mxmlnkn/ratarmount
install metadata
| Package key | brew:ratarmount |
|---|---|
| Version | 1.3.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ratarmount |
| Homepage | https://github.com/mxmlnkn/ratarmount |
| Repository | https://github.com/mxmlnkn/ratarmount |
| License | MIT |
| Source archive | https://files.pythonhosted.org/packages/a5/80/f7f628af7652a89b7f400b23fea17395dd6b27949ae8a45b6e81d69bd810/ratarmount-1.3.0.tar.gz |
| Last updated | 2026-08-09T19:01:15+09:00 |
| Pulse | updated |
| Dependencies | libfuse, python@3.14, zlib-ng-compat, zstd |
| 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 | ratarmount |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| 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.
ratarmount
nix profile install nixpkgs#ratarmountratarmount 1.3.0-2
Random access to archived resources
https://github.com/mxmlnkn/ratarmount
sudo pacman -S ratarmountsource 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.