# homebrew-besu **Repository Path**: hyperledger/homebrew-besu ## Basic Information - **Project Name**: homebrew-besu - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2026-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # homebrew-besu [![Discord](https://img.shields.io/discord/905194001349627914?logo=Hyperledger&style=plastic.svg)](https://discord.gg/hyperledger) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/hyperledger/homebrew-besu/blob/main/LICENSE) Homebrew Tap for besu. ## Getting started Add the tap, and install: ``` brew tap besu-eth/besu brew install besu ``` Run the besu executable: ``` besu --help ``` Refer to the [Besu docs](https://besu.hyperledger.org) for further information. To upgrade besu: ``` brew upgrade besu ``` ## Migrating from the old tap If you previously installed Besu from the `hyperledger/besu` tap, migrate to the new tap as follows: ``` brew uninstall besu brew untap hyperledger/besu brew tap besu-eth/besu brew install besu ``` ## Version update workflow Use GitHub [workflow](.github/workflows/update-version.yml) 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.