list installed applications on Mac

You can see a list of all installed applications on your Mac by running the following command in Terminal:

mdfind 'kMDItemContentTypeTree == com.apple.application' | sort
Jonathan Knapp