ratarmount

Mount and efficiently access archives as filesystems

brewmacoslinux
Try with needOr install directly
Source

About

Mount and efficiently access archives as filesystems

Commands

ratarmount

Examples

Mount a tar.gz archive to access files without extraction$ ratarmount archive.tar.gz /mnt/archive
Mount a ZIP file and browse its contents like a directory$ ratarmount document.zip /mnt/zip
Unmount the previously mounted archive$ fusermount -u /mnt/archive