DEV Community

Cover image for Handle 7z Files on Mac Without Terminal
Christian Ahrweiler
Christian Ahrweiler

Posted on

Handle 7z Files on Mac Without Terminal

7z files are common.

Developers use them.
Backup tools use them.
Downloads sometimes arrive as .7z archives.
Large files may even come split into multiple parts.

The problem is macOS.

macOS can handle ZIP files easily, but 7z is not part of the normal Finder workflow. When you receive a .7z file, you often end up looking for a command-line tool or a large archive manager with far more features than you need.

For many Mac users, that feels unnecessary.

Opening a 7z archive should be simple: drop the file, extract it, and continue working.

Creating a 7z archive should be just as direct: drop files or folders, choose the compression style, and get the archive.

That is the idea behind unpack7Z and pack7Z.

unpack7Z is built for extracting .7z files on Mac. It supports drag and drop, multi-part archives, password-protected files, and works locally without setup.

pack7Z is built for creating .7z archives from files and folders. It also uses a simple drag-and-drop workflow and lets you choose between Fast, Balanced, and Smallest compression modes.

Both tools stay focused.

Just unpack 7z files when you receive them, and create 7z files when you need to share or store something compactly.

unpack7Z and pack7Z are available on the Mac App Store:

https://apps.apple.com/us/app/unpack7z/id6756802746

https://apps.apple.com/us/app/pack7z/id6759220413

Top comments (0)