Skip to content

ivoronin/ArchiveMounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c37569b · Jan 3, 2020

History

57 Commits
Jul 2, 2019
Jul 3, 2019
Jan 8, 2019
Apr 30, 2018
Jul 2, 2019
Jul 3, 2019
Jan 3, 2020
Jan 8, 2019
Jun 29, 2019
Jan 8, 2019
Jun 29, 2019

Repository files navigation

Logo

Archive Mounter

Archive Mounter is a macOS application allowing to mount archive files as disk images.
It currently supports ZIP and RAR archives.

Warning

⛔️ This software uses FUSE for macOS, which is no longer open source

Travis

Screenshots

Main window

Manage volumes window

Requirements

❗You should download and install latest version of FUSE for macOS before using this application.

Download

Latest stable release

Usage

You can run app directly and choose an archive to mount or use it from Finder's Open With context menu.
It is also possible to use Archive Mounter as a default app for opening archives (see Apple KB article).

Q & A

Build requirements

  • Xcode (>= 10.0)
  • FUSE for macOS
  • autoconf
  • automake
  • cmake
  • mercurial
  • pkg-config
  • python@3
  • swiftlint (>= 0.33)
  • npm

System headers need to be present in /usr/include (install /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg if needed)