We've released the v0.1.0 public beta! As always, installation instructions are at
https://buf.build/docs/installation.
To our private alpha testers: thank you so much, this would not have been possible without your invaluable feedback and support. Keep it coming.
A quick note: we force pushed to master for all GitHub repositories in preparation for the v0.1.0 beta. This is a one-time operation - don't worry about this happening again in the future. If you installed via Homebrew, this will cause an issue when updating. Assuming you have a standard Homebrew installation (which the below command checks), run the following to update to v0.1:
brew uninstall --force buf && \
[ -d /usr/local/Homebrew/Library/Taps/bufbuild ] && \
rm -rf /usr/local/Homebrew/Library/Taps/bufbuild && \
brew tap bufbuild/buf && \
brew install buf