A powerful ESP32 development environment manager that simplifies the setup and management of ESP-IDF projects.
Cross-platform (macOS, Linux, Windows):
curl -L https://georgik.github.io/espbrew/install.sh | bash
macOS (Homebrew - Option 1):
brew install georgik/espbrew/espbrew
macOS (Homebrew - Option 2, Recommended):
brew tap georgik/espbrew && brew install espbrew
curl -L https://georgik.github.io/espbrew/install.sh -o install.sh
chmod +x install.sh
./install.sh
Download the appropriate binary for your platform from the releases page.
~/.local/bin (configurable via INSTALL_DIR)For macOS users, Homebrew provides:
brew upgradeNote: The Homebrew formula is maintained in the georgik/homebrew-espbrew tap repository.
To install to a custom directory:
export INSTALL_DIR=/usr/local/bin
curl -L https://georgik.github.io/espbrew/install.sh | bash