Espressif-IDE Downloadsο
You can find the latest Espressif-IDE release notes at here. Direct download links for various platforms are provided below.
OS |
Download |
|---|---|
Windows |
|
macOS x86_64 |
|
macOS aarch64 |
|
Linux |
macOS Security Notice (Applicable Only for Nightly Builds)ο
On macOS, if you download the archive using a web browser, the strict security checks in recent macOS versions will prevent it from running and display a message that the program is damaged. This is not actually true, and the fix is simple: you just need to remove the com.apple.quarantine extended attribute.
$ xattr -d com.apple.quarantine ~/Downloads/Espressif-IDE-x.x.x-macosx.cocoa.x86_64.tar.gz
After unpacking the archive, if the application still shows the same warning, check and remove the attribute from the Espressif-IDE.app folder as well:
$ xattr -dr com.apple.quarantine ~/Downloads/Espressif-IDE.app