macOS Mac App Store – Changing the Default Install Folder

mac-appstoremacos

I prefer to have all applications installed per-user, to ~/Applications/ rather than globally. The default location for apps installed from the Mac App Store is the global applications folder located at /Applications/.

Is there a defaults write com.apple.AppStore command I can run in the terminal, or perhaps a .plist file I can edit manually, to change this default preference?

Best Answer

Regarding Mac OS X File System Overview, it seems Apple enforcing the standard compliance for developer to follow their rules on application folder which are within /Applications or ~/Applications. The concern is to comply the way Mac App Store deliver the updates.

if you not comfort enough to use default folder, yes you are still able to move the application which you had download from Mac App Store to another folder with two caveats:

  1. You will be required to enter an administrative password to move the app from the /Applications folder.
  2. If an update appears in the MAS for an installed app that has been moved you will get an error message about having apps installed from another account. To update the app you will have to Delete the app entirely and then install the updated app or Move the app back to the /Applications folder