Install the tools you'll need before setting up Mission Control.
Git comes with Xcode Command Line Tools:
xcode-select --install
Download Git from git-scm.com and run the installer.
sudo apt-get update && sudo apt-get install git
You’ll choose between Docker and bare-metal in the next step. For now, install at least one:
brew install --cask docker
brew install node
sudo apt-get install docker.io docker-compose-plugin
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && sudo apt-get install -y nodejs
Docker packages Mission Control and all its dependencies into a single container — it’s the easiest way to get started. Node.js lets you run it directly on your machine, which gives you more control but requires more setup.