[updated] Download Esp-idf Linux Link

sudo apt-get install git wget flex bison gperf python3 python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 Use code with caution.

2. Recommended: Using the ESP-IDF Installation Manager (EIM) download esp-idf linux

The EIM is now the official and easiest method for installing ESP-IDF v6.0 and newer. sudo apt-get install git wget flex bison gperf

Before starting, ensure your system meets the minimum software requirements: Ubuntu, Debian, CentOS, or Arch Linux. download esp-idf linux

Install these system packages via terminal (example for Ubuntu/Debian):

The standard way to as of May 2026 is through the new ESP-IDF Installation Manager (EIM) . While manual Git cloning remains an option, the EIM simplifies the process by automatically managing the toolchain and environment variables. 1. Pre-Installation Requirements