FAQ

Know what changes. Know what does not.

Straight answers about how App Archiver saves space without rewriting target apps and how it handles restoration.

Start here

What App Archiver preserves

What is App Archiver?

App Archiver helps you reclaim space from Mac apps you want to keep. It finds large and rarely opened apps, estimates the savings, and lets you optimize an app, archive it in place, or create a backup.

Does App Archiver modify apps or break their code signatures?

No. App Archiver does not edit, rewrite, or repack an app's code or resources. All compression is lossless. Optimize App uses transparent filesystem compression, so macOS returns the original bytes when the app is read. Archives and backups preserve the original app payload instead of rebuilding it.

The app's signed contents, code signature, bundle integrity, and code-signing security remain intact. Protected ownership is a separate macOS filesystem property covered underSetup and limits.

Can I optimize ordinary files and folders with App Archiver?

App Archiver is built for supported Mac apps. To save space in ordinary files and folders, use DiskPress, another Mac utility by Ighor July.

DiskPress combines native, lossless file compression and APFS deduplication. Files retain their contents and paths and open normally, and identical files can share storage without deleting either copy. It excludes application bundles and executables, so the two apps complement each other.

What is Storage Saver Duo?

Storage Saver Duo is an App Store bundle that includes App Archiver and DiskPress at a reduced price compared with buying them separately. App Archiver handles your Mac apps, and DiskPress optimizes ordinary files and folders.

View Storage Saver Duo on the App Store.

How is it different from a cleaner app?

Cleaner apps often delete apps and related data, or clear temporary caches that grow back. App Archiver reduces the space used by the app itself while keeping it available for later. An in-place archive stays small until you restore it.

Will archiving an app remove its documents or settings?

No. Archive in Place preserves the original app payload in a smaller restorable form. Your documents, preferences, and other app data stay in place, ready for when you restore the full app.

Choosing a mode

Match the result to the app

Which mode should I choose?

Choose Optimize App for software you still use regularly. Choose Archive in Place for an app you want to keep visible but do not need right now. Choose Create a Backup when you want a ZIP or DMG copy in another folder or on an external drive. After creating a backup, you decide whether the installed app stays or is removed.

How does Optimize App work?

App Archiver first estimates the available saving, then applies transparent, lossless filesystem compression to the app's existing files. It does not create an archive, edit or repack the app, or rewrite its code and resources. macOS automatically returns the original bytes whenever the app reads them, so the app stays in the same location and continues to open and update normally.

Optimization reduces the physical disk space used by compressible files while preserving the app's signed contents, code signature, and bundle integrity. If compression would not produce a useful saving, App Archiver leaves the app unchanged.

How does Archive in Place work?

App Archiver preserves the original app payload in a lossless, compressed archive and replaces the installed copy with a small restore launcher in the same location. The launcher keeps the app's familiar icon visible in Applications, Spotlight, Raycast, Alfred, and other app launchers. Documents, settings, and other data stored outside the app bundle stay where they are.

The archived app cannot run or update until it is restored. Double-click its icon, or select it in the Archived Apps section of App Archiver, to restore the original app to the same location.

How does Create a Backup work?

App Archiver creates a lossless ZIP or DMG copy of the selected app bundle in a writable folder or on an external drive you choose. Creating a backup alone does not reduce the space used by the installed app. After the backup is ready, you can keep the installed app, archive it, or remove it.

You can restore the backup with App Archiver to the original location or another folder. You can also recover it without App Archiver by expanding the ZIP or opening the DMG and copying the app. The backup covers the app bundle, but it may not include documents, settings, accounts, licenses, plug-ins, helper tools, or other data stored outside that bundle.

How much space will an app save?

Savings depend on the app. App Archiver shows the current size and estimated result before you start. If processing an app would not free useful space, it leaves the app as it is.

Can App Archiver process an app while it is running?

No. Quit the app completely before optimizing, archiving, or removing it. App Archiver will stop the action if the app is still running.

What happens when an optimized app is updated?

It opens and updates normally. An update may replace the optimized files and reduce the saved space. You can optimize the app again after updating it.

Seeing reclaimed space

When the storage number takes time to change

Why did available space not increase after I saved space?

If you use Time Machine, a local snapshot may still refer to the original larger version of an app. App Archiver has reclaimed the space used by the current app, but macOS may retain the old data so Time Machine can restore it. Some storage views can therefore take time to show the saving and may even appear to grow temporarily while a new snapshot is created.

This normally resolves itself after Time Machine completes its backups and macOS removes older local snapshots. New snapshots will contain the smaller optimized or archived app, so the old larger copy no longer needs to remain on your Mac. macOS also treats snapshot storage as available when another task needs the space.

If you want the storage display to update sooner, you can optionally remove local Time Machine snapshots. This removes local restore points from your Mac. It does not change or remove completed backups already stored on your Time Machine backup disk.

Open Terminal and run either command below. You do not need to run both.

sudo tmutil deletelocalsnapshots /

If the first command is unavailable or does not remove every listed snapshot, use this alternative. It removes every dated local snapshot reported across mounted disks.

for d in $(tmutil listlocalsnapshotdates | grep "-"); do sudo tmutil deletelocalsnapshots $d; done

Terminal asks for your administrator password and does not show characters while you type it. After local snapshots are removed, macOS may need a short time to recalculate and display the newly available space. Time Machine will create new local snapshots as automatic backups continue.

Learn more about local Time Machine snapshots from Apple.

Archive and restore

Keep the app easy to find

Where does an in-place archive appear?

It remains in the same location with its app icon, so it stays visible in Applications, Spotlight, Raycast, Alfred, and other app launchers.

How do I use an archived app again?

Double-click the archived app. App Archiver opens and restores the full app to the same location. The app must be restored before it can run or update.

Why does macOS say Apple could not verify an archived app is free of malware?

This warning usually means the final macOS approval step was not completed when App Archiver created the in-place archive. macOS is blocking the archive's restore launcher. The warning does not by itself mean the original app contains malware.

If you recognize the app and intended to archive it, click Done in the warning. Do not click Move to Trash. Open the Apple menu, choose System Settings, select Privacy & Security, and scroll to Security. Click Open Anyway for the blocked app, confirm your choice, and enter your Mac login password if macOS asks. Then open the archived app again. Apple says Open Anyway is available for about an hour after you try to open the app.

Alternatively, open App Archiver, select Archived Apps, choose the app, and restore it there. This avoids opening the in-place archive directly.

Only use Open Anyway for an app you trust. ReadApple's current instructionsfor more detail.

Backups

Keep and restore copies

Can App Archiver restore both ZIP and DMG backups?

Yes. You choose ZIP or DMG when creating a backup, and App Archiver can restore either format to the original location or another folder you choose.

Where can I keep backups?

Choose any writable folder on your Mac or an external drive. App Archiver remembers disconnected drives and reconnects their backups when the storage returns. You can keep multiple versions of the same app in Backup Storage.

What happens if an app already exists at the restore location?

App Archiver asks before replacing it. You can confirm the replacement or restore the backup to another folder.

Does restoring an app remove its backup?

No. The backup stays available until you choose to remove it. You can also ask App Archiver to optimize the restored app immediately.

Setup and limits

Work with macOS

Why does App Archiver ask for permissions?

macOS requires you to allow access to the app folders and backup locations you choose. A Protected app contains root-owned items and requires separate administrator approval before App Archiver can optimize or archive it. App Archiver guides you through these steps only when needed.

Do I need AppArchiverScript?

No. AppArchiverScript is no longer required and does not add features. It only automates steps you can complete manually, so every App Archiver action remains available without it.

Can it manage apps outside the Applications folder?

Yes. Add the folder under App Locations in Settings and grant access. The main Applications folder always remains included.

What do the Installed and Protected statuses mean?

Both statuses mean the app is present on your Mac. Installed means the app is not Protected, not optimized, and not archived. It is ready for App Archiver to optimize or archive.

Protected means the app bundle, or one or more items inside it, is owned by the macOS root account instead of your user account. Apps installed from the Mac App Store are a common example, and Mac App Store apps are already optimized when installed.

A standard user account cannot replace root-owned items, so App Archiver requires separate administrator authorization before it can process a Protected app. Protected apps are supported, and App Archiver guides you through the approval when needed. Protected describes filesystem ownership. It does not mean the app is a macOS system app, and it is separate from the app's code signature and bundle integrity.

Does a Protected app stay protected after it is optimized or archived?

Not yet. In the current version, optimizing or archiving a Protected app replaces its bundle with a copy owned by your macOS user account. The optimized app or in-place archive is therefore no longer marked Protected. This ownership change is separate from the app's signed contents, code signature, and bundle integrity, which remain intact.

I have requested additional entitlements from Apple. Once Apple approves them and an App Archiver update includes them, Protected apps will remain protected after they are optimized or archived. Until then, you can restore protection manually with the Terminal steps below.

To restore protection, quit the app and replace Example App with its exact name in this command. Keep the quotation marks when the name contains spaces.

sudo /usr/sbin/chown -R root "/Applications/Example App.app"

The command requires an administrator password because it changes the app bundle owner to root. The -R option applies that ownership throughout the bundle. Run it only against the specific path ending in .app. Never run it against /Applications itself.

Verify the app bundle and its Contents directory with this command.

/usr/bin/stat -f "%Su %Sg %N" "/Applications/Example App.app" "/Applications/Example App.app/Contents"

Both lines should show root as the owner. Rescan in App Archiver to refresh the Protected label. If you later restore an in-place archive, run the ownership command again for the restored app.

Can macOS system apps be archived?

No. macOS system apps cannot be archived.

Privacy

Local work stays local

Does the Mac app need Internet access or collect data?

No. The Mac app works offline, requires no account, and has no analytics or tracking. It does not send information about your apps or files anywhere.

Does this website use analytics?

Yes. The website uses Plausible to count aggregate visits and referral sources without cookies, personal profiles, or cross-site tracking. Read the privacy policy for more detail.

Still curious

Ask the developer

If your question is not answered here, email support and include the macOS version you use.