macOS
brew install ratarmountlocal Homebrew formula metadata
brew / 順位 12206
ratarmount のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install ratarmountlocal Homebrew formula metadata
nix profile install nixpkgs#ratarmountnixpkgs package indexes · ratarmount · ソース: raw.githubusercontent.com
sudo pacman -S ratarmountArch Linux sync databases · ratarmount · ソース: geo.mirror.pkgbuild.com
概要
Mount and efficiently access archives as filesystems
履歴
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.
セキュリティ状態
ratarmount に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ratarmount | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/mxmlnkn/ratarmount
インストールメタデータ
| パッケージキー | brew:ratarmount |
|---|---|
| バージョン | 1.3.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ratarmount |
| ホームページ | https://github.com/mxmlnkn/ratarmount |
| リポジトリ | https://github.com/mxmlnkn/ratarmount |
| ライセンス | MIT |
| ソースアーカイブ | https://files.pythonhosted.org/packages/a5/80/f7f628af7652a89b7f400b23fea17395dd6b27949ae8a45b6e81d69bd810/ratarmount-1.3.0.tar.gz |
| 最終更新 | 2026-08-09T19:01:15+09:00 |
| Pulse | updated |
| 依存関係 | libfuse, python@3.14, zlib-ng-compat, zstd |
| Bottle | 利用可能 (対象 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
ratarmount
nix profile install nixpkgs#ratarmountratarmount 1.3.0-2
Random access to archived resources
https://github.com/mxmlnkn/ratarmount
sudo pacman -S ratarmountソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.