A macOS application that mounts ZIP and RAR archives as virtual disk images for easy file access.
Archive Mounter is a macOS application that mounts ZIP and RAR archive files as virtual disk images. It allows users to access archive contents directly in Finder without extracting files, treating archives like mounted drives. The app integrates with macOS's filesystem via FUSE for macOS to provide this functionality.
macOS users who frequently work with ZIP and RAR archives and want a convenient way to browse their contents without manual extraction. It's particularly useful for those who prefer a graphical interface over command-line archive tools.
Archive Mounter offers a simple, native macOS way to access archives as mounted volumes, integrating seamlessly with Finder. Unlike traditional archive extractors, it provides on-demand file access without cluttering your disk with extracted files.
Mounts archives like disk images (macOS)
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Integrates directly with macOS Finder via the 'Open With' context menu and can be set as the default app for archives, providing a native user experience without needing to open the app separately.
Includes a dedicated Manage Volumes window to view and control all mounted archives, making it easy to handle multiple archives simultaneously without cluttering the desktop.
Uses FUSE for macOS to mount archives as virtual disk images, allowing users to browse and access files directly in Finder without extracting them first, as shown in the README screenshots.
Only supports ZIP and RAR formats, lacking common formats like 7z, tar, or gzip, which restricts its usefulness for diverse archive handling needs.
Relies on FUSE for macOS, which the README explicitly warns is no longer open source, introducing potential licensing issues and reliance on a third-party component with uncertain future maintenance.
Building from source requires multiple tools like Xcode, autoconf, and cmake, as detailed in the README, which can be a barrier for developers wanting to customize or contribute.