Open Terminal (Spotlight -> Terminal) Copy and paste the following 3 commands in this order
-
Install Homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -
Install Node:
brew install node -
Install airsonos:
npm install airsonos -g