macOS
brew install ratarmountlocal Homebrew formula metadata
brew / Rang 12206
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ratarmount in AI-Agent-Workflows.
Installation
brew install ratarmountlocal Homebrew formula metadata
nix profile install nixpkgs#ratarmountnixpkgs package indexes · ratarmount · Quelle: raw.githubusercontent.com
sudo pacman -S ratarmountArch Linux sync databases · ratarmount · Quelle: geo.mirror.pkgbuild.com
Überblick
Mount and efficiently access archives as filesystems
Verlauf
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.
Sicherheitslage
Für ratarmount wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
ratarmount | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/mxmlnkn/ratarmount
Installationsmetadaten
| Paketschlüssel | brew:ratarmount |
|---|---|
| Version | 1.3.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/ratarmount |
| Homepage | https://github.com/mxmlnkn/ratarmount |
| Repository | https://github.com/mxmlnkn/ratarmount |
| Lizenz | MIT |
| Quellarchiv | https://files.pythonhosted.org/packages/a5/80/f7f628af7652a89b7f400b23fea17395dd6b27949ae8a45b6e81d69bd810/ratarmount-1.3.0.tar.gz |
| Zuletzt aktualisiert | 2026-08-09T19:01:15+09:00 |
| Pulse | updated |
| Abhängigkeiten | libfuse, python@3.14, zlib-ng-compat, zstd |
| Bottle | verfügbar (auf arm64_linux, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
ratarmount
nix profile install nixpkgs#ratarmountratarmount 1.3.0-2
Random access to archived resources
https://github.com/mxmlnkn/ratarmount
sudo pacman -S ratarmountQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.