Xcode

Xcode is an integrated development environment for macOS containing a suite of software development tools developed by Apple for developing software for macOS, iOS, watchOS and tvOS.

Download and install it from the App Store or from Apple’s website.

For installing Xcode command line tools run:

  1. $ xcode-select --install

It’ll prompt you to install the command line tools. Follow the instructions and you’ll have Xcode and Xcode command line tools both installed.

XQuartz

XQuartz is Apple Inc.’s version of the X server, a component of the X Window System for macOS. It might be useful if you are developing software for macOS, it’s available for download here.