Rather than installing to the default system/Applications folder (which
requires sudo credentials) a user can install brew apps to the
user/Applications folder with no password like this:brew install --cask
--appdir=~/Applications {app name}For examp...