Skip to content

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 → Return

Then move into your Devilbox checkout:

Terminal window
cd ~/Workspace/devilbox
./dvl.sh --help

iTerm2

Install iTerm2 with Homebrew:

Terminal window
brew install --cask iterm2

Open it from Spotlight or Launchpad, then run the same Devilbox commands.

Warp

Install Warp with Homebrew:

Terminal window
brew install --cask warp

Open it from Spotlight or Launchpad.

Quick check

Verify Docker and Devilbox from the terminal you chose:

Terminal window
docker info
docker compose version
./dvl.sh doctor