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