Add the tap, and install:
brew tap hyperledger/besu
brew install besu
Run the besu executable:
besu --help
Refer to the Besu docs for further information.
To upgrade besu:
brew tap hyperledger/besu
brew upgrade besu
Use GitHub workflow to updated the version. Run the workflow to perform new release update. Workflow requires Besu version. If the workflow has permission to create pull requests, it will create the PR. If not, you need to create the pull request using the created branch.