|
1 | 1 | .. _downloads: |
2 | 2 |
|
3 | 3 | Espressif-IDE Downloads |
4 | | -========================= |
| 4 | +======================= |
5 | 5 |
|
6 | | -You can find the latest Espressif-IDE release notes from `here <https://github.com/espressif/idf-eclipse-plugin/releases>`_. Provided below are the direct download links for various platforms. |
| 6 | +:link_to_translation:`zh_CN:[中文]` |
7 | 7 |
|
8 | | -+--------------+-------------------------------------------------------------------------------------------------------------------------------------------+ |
9 | | -| OS | Download | |
10 | | -+==============+===========================================================================================================================================+ |
11 | | -| Windows | `Espressif-IDE-win32.win32.x86_64 <https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-win32.win32.x86_64/latest>`_ | |
12 | | -+--------------+-------------------------------------------------------------------------------------------------------------------------------------------+ |
13 | | -| macOS x86_64 | `Espressif-IDE-macosx-cocoa-x86_64 <https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64/latest>`_ | |
14 | | -+--------------+-------------------------------------------------------------------------------------------------------------------------------------------+ |
15 | | -| macOS aarch64| `Espressif-IDE-macosx-cocoa-aarch64 <https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64/latest>`_ | |
16 | | -+--------------+-------------------------------------------------------------------------------------------------------------------------------------------+ |
17 | | -| Linux | `Espressif-IDE-linux.gtk.x86_64 <https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-linux.gtk.x86_64/latest>`_ | |
18 | | -+--------------+-------------------------------------------------------------------------------------------------------------------------------------------+ |
| 8 | +You can find the latest Espressif-IDE release notes at `here <https://github.com/espressif/idf-eclipse-plugin/releases>`_. Direct download links for various platforms are provided below. |
19 | 9 |
|
| 10 | +.. list-table:: |
| 11 | + :header-rows: 1 |
| 12 | + :widths: 20 80 |
20 | 13 |
|
21 | | -macOS security notice (Applicable only for Nightly Builds) |
22 | | ------------------------------------------------------------- |
23 | | -On macOS, if you download the archive with the browser, the strict security checks on recent macOS will prevent it to run, and complain that the program is damaged. That’s obviously not true, and the fix is simple, you need to remove the `com.apple.quarantine` extended attribute. |
| 14 | + * - OS |
| 15 | + - Download |
| 16 | + * - Windows |
| 17 | + - `Espressif-IDE-win32.win32.x86_64 <https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-win32.win32.x86_64/latest>`_ |
| 18 | + * - macOS x86_64 |
| 19 | + - `Espressif-IDE-macosx-cocoa-x86_64 <https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-x86_64/latest>`_ |
| 20 | + * - macOS aarch64 |
| 21 | + - `Espressif-IDE-macosx-cocoa-aarch64 <https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-macosx-cocoa-aarch64/latest>`_ |
| 22 | + * - Linux |
| 23 | + - `Espressif-IDE-linux.gtk.x86_64 <https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-linux.gtk.x86_64/latest>`_ |
| 24 | + |
| 25 | + |
| 26 | +macOS Security Notice (Applicable Only for Nightly Builds) |
| 27 | +---------------------------------------------------------- |
| 28 | + |
| 29 | +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. |
24 | 30 |
|
25 | 31 | .. code-block:: shell |
26 | 32 |
|
27 | 33 | $ xattr -d com.apple.quarantine ~/Downloads/Espressif-IDE-x.x.x-macosx.cocoa.x86_64.tar.gz |
28 | 34 |
|
29 | | -After un-archiving, if the application still complains, check/remove the attribute from the Espressif-IDE.app folder too: |
| 35 | +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: |
30 | 36 |
|
31 | 37 | .. code-block:: shell |
32 | 38 |
|
33 | | - $ xattr -dr com.apple.quarantine ~/Downloads/Espressif-IDE.app |
| 39 | + $ xattr -dr com.apple.quarantine ~/Downloads/Espressif-IDE.app |
0 commit comments