Homebrew Tap for Teku. Teku is a Java implementation of the Ethereum 2.0 Beacon Chain.
Add the tap, and install:
brew tap ConsenSys/teku
brew install teku
Run the teku executable:
teku --help
Refer to the Teku user documentation for further information.
To upgrade Teku:
brew tap ConsenSys/teku
brew upgrade teku