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