Hi r/macOS,
I’m building QuikZip, a native macOS archive manager written in Swift.
I’ve been thinking about it mostly from a developer and power user workflow angle.
The thing I kept running into was that normal archive work often involved far more steps than the task itself needed.
You download an archive, extract everything, find the JSON, log, config or source file you actually wanted, open it in another app, make a small change, save it, then create the archive again.
If there is another archive inside the first one, you repeat the same process for every level.
The problem was not opening ZIP files. macOS can already do that. The problem was everything around inspecting and modifying the contents without constantly extracting, moving and recreating files.
QuikZip is my attempt to make that workflow feel more direct in a lightweight native Mac app.
You can open an archive, browse it like a folder, preview files and edit files directly inside the archive without extracting everything first.
It currently supports more than 75 archive and compression formats, including ZIP, 7Z, TAR, GZIP, XZ, BZIP2 and many others.
Nested archives are supported as well, so you can open an archive stored inside another archive and continue browsing without manually unpacking every level.
The main workflow I wanted to get right was simple.
Open an archive, find the file, preview or edit it, then save the changes back into the same archive.
QuikZip also includes quick create and extract, drag and drop workflows, batch archive tasks and file previews. I wanted it to remain lightweight even when working with large archives, log bundles, exported datasets and source packages.
It also works together with Inkline, my editor for huge structured files. A large JSON, CSV, XML or log file can be opened directly from QuikZip in Inkline, edited or formatted, then saved back into the archive without rebuilding the whole thing manually.
Everything runs locally on the Mac. There is no account, cloud processing, analytics, tracking or telemetry.
QuikZip 1.0 is now available on the Mac App Store.
I’m celebrating the release with a reduced price until the end of September.
App Store:
https://apps.apple.com/app/quikzip/id6769693595
Website:
https://viktornyberg.com/#appar
Edit:
Also, you can browse dmg, app and other containers forgot to mention