sudo defaults write /Library/Preferences/com.apple.installer allowednonadminpackagefamilynamerules -array "com.microsoft.*" "com.google.*" Users without admin rights can install packages whose bundle family name matches any rule in the array. The installer will not prompt for admin credentials for those packages.
In environments with managed or standard user accounts (no admin rights), you can still grant installation privileges for specific software families — e.g., com.company.* or org.openoffice.* . allowednonadminpackagefamilynamerules
Here’s a concise post suitable for a tech changelog, internal dev notice, or macOS management update: sudo defaults write /Library/Preferences/com
This key allows you to define for packages that non-admin users are permitted to install without admin credentials on macOS. internal dev notice