Installing apps & tools
You have full admin rights, so you can install anything you’d install on a local Mac.
Homebrew (recommended for dev tools)
Section titled “Homebrew (recommended for dev tools)”/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Then install packages:
brew install git node fastlanebrew install --cask google-chromeXcode (pre-installed)
Section titled “Xcode (pre-installed)”The latest Xcode comes pre-installed on your Mac. Check the version with:
xcodebuild -versionNeed a specific or older release? xcodes installs and switches Xcode versions from the terminal:
brew install xcodesorg/made/xcodesxcodes install 16.0.pkg / .dmg downloads
Section titled “.pkg / .dmg downloads”Download in the GUI (Safari) and double-click, or from the terminal:
curl -LO https://example.com/Tool.dmghdiutil attach Tool.dmgsudo installer -pkg "/Volumes/Tool/Tool.pkg" -target /hdiutil detach "/Volumes/Tool"Mac App Store
Section titled “Mac App Store”Sign in to the App Store app on the desktop, or use mas for scripting:
brew install masmas install 497799835 # example: Xcode