Installation Methods
The ESP-IDF Installation Manager (EIM) offers multiple ways to install ESP-IDF based on your needs:
Graphical User Interface (GUI)
The GUI installer provides two installation modes:
-
Simplified Installation: A streamlined process with default settings - ideal for most users who want to quickly get started with ESP-IDF development.
-
Expert Installation: Offers full control over the installation process through a wizard interface - recommended for users who need specific configurations.
Command Line Interface (CLI)
The CLI version is ideal for:
- Automated installations
- CI/CD pipelines
- Docker environments
- Users who prefer command line tools
You can use the CLI in two ways:
- Interactive Mode: Run without parameters for a step-by-step wizard
- Headless Mode: Use command line arguments for automated installations
Choose the installation method that best suits your needs and workflow.