🍺 espbrew

A powerful ESP32 development environment manager that simplifies the setup and management of ESP-IDF projects.

Quick Install

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

Manual Installation

Option 1: Review install script first

curl -L https://georgik.github.io/espbrew/install.sh -o install.sh
chmod +x install.sh
./install.sh

Option 2: Download binary directly

Download the appropriate binary for your platform from the releases page.

What does the installer do?

Supported Platforms

Why Homebrew?

For macOS users, Homebrew provides:

Installation Options

Note: The Homebrew formula is maintained in the georgik/homebrew-espbrew tap repository.

Custom Installation Directory

To install to a custom directory:

export INSTALL_DIR=/usr/local/bin
curl -L https://georgik.github.io/espbrew/install.sh | bash

Links