Setup on macOS / Linux
Install Docker Desktop
Download and install Docker Desktop. On macOS, the easiest way is via Homebrew:
bash
brew install --cask dockerStart Docker Desktop from the Applications folder or launchpad, then verify:
bash
docker --version
docker compose versionInstall Git
macOS and most Linux distributions include Git. Verify with:
bash
git --versionIf not present:
bash
# macOS
brew install git
# Debian/Ubuntu
sudo apt install gitThat's it
With Docker and Git you have everything needed to run BraDypUS. Follow the installation guide.