Homebrew can be install easily on catalina:
xcode-select --install
Accept the installation of the command line developer tools.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Check the installation with:
brew -v