Skip to content

Installing apps & tools

You have full admin rights, so you can install anything you’d install on a local Mac.

Terminal window
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Then install packages:

Terminal window
brew install git node fastlane
brew install --cask google-chrome

The latest Xcode comes pre-installed on your Mac. Check the version with:

Terminal window
xcodebuild -version

Need a specific or older release? xcodes installs and switches Xcode versions from the terminal:

Terminal window
brew install xcodesorg/made/xcodes
xcodes install 16.0

Download in the GUI (Safari) and double-click, or from the terminal:

Terminal window
curl -LO https://example.com/Tool.dmg
hdiutil attach Tool.dmg
sudo installer -pkg "/Volumes/Tool/Tool.pkg" -target /
hdiutil detach "/Volumes/Tool"

Sign in to the App Store app on the desktop, or use mas for scripting:

Terminal window
brew install mas
mas install 497799835 # example: Xcode