On macOS or Linux, you can use the asdf tool to install many of the tools needed for development.
ASDF requires plugins for each tool listed - see https://github.com/asdf-vm/asdf-plugins -
asdf plugin add <name> <url>
The .tool-versions file contains a list of tools and versions that can be installed with:
asdf installAdditionally, to generate code from Protobuf, some more tools are needed. To install them, run the following commands:
make install-protoc-plugins
make verify-protoc-plugins