Open a terminal on MacOS
Open a terminal on MacOS
Devilbox commands run in any normal macOS terminal. Docker Desktop does not need a special launcher.
Terminal.app
Open the built-in terminal:
Cmd+Space → Terminal → ReturnThen move into your Devilbox checkout:
cd ~/Workspace/devilbox./dvl.sh --helpiTerm2
Install iTerm2 with Homebrew:
brew install --cask iterm2Open it from Spotlight or Launchpad, then run the same Devilbox commands.
Warp
Install Warp with Homebrew:
brew install --cask warpOpen it from Spotlight or Launchpad.
Quick check
Verify Docker and Devilbox from the terminal you chose:
docker infodocker compose version./dvl.sh doctor