@@ -58,20 +58,22 @@ in your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the
5858
5959### Latest release
6060
61- | Platform | | |
62- | --------- | -------------------- | -------------------- |
63- | Linux | [ 32 bit] [ linux32 ] | [ 64 bit] [ linux64 ] |
64- | Linux ARM | [ 32 bit] [ linuxarm32 ] | [ 64 bit] [ linuxarm64 ] |
65- | Windows | [ 32 bit] [ windows32 ] | [ 64 bit] [ windows64 ] |
66- | macOS | | [ 64 bit] [ macos64 ] |
67- | macOS ARM | | [ 64 bit] [ macosarm64 ] |
61+ | Platform | | |
62+ | ----------- | -------------------- | ---------------------- |
63+ | Linux | [ 32 bit] [ linux32 ] | [ 64 bit] [ linux64 ] |
64+ | Linux ARM | [ 32 bit] [ linuxarm32 ] | [ 64 bit] [ linuxarm64 ] |
65+ | Windows exe | [ 32 bit] [ windows32 ] | [ 64 bit] [ windows64 ] |
66+ | Windows msi | | [ 64 bit] [ windowsmsi64 ] |
67+ | macOS | | [ 64 bit] [ macos64 ] |
68+ | macOS ARM | | [ 64 bit] [ macosarm64 ] |
6869
6970[ linux64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_64bit.tar.gz
7071[ linux32 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_32bit.tar.gz
7172[ linuxarm64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARM64.tar.gz
7273[ linuxarm32 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARMv7.tar.gz
7374[ windows64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip
7475[ windows32 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_32bit.zip
76+ [ windowsmsi64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.msi
7577[ macos64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_macOS_64bit.tar.gz
7678[ macosarm64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_macOS_ARM64.tar.gz
7779
@@ -88,20 +90,22 @@ These are available from the "Assets" sections on the [releases page](https://gi
8890These builds are generated every day at 01:00 GMT from the ` master ` branch and should be considered unstable. In order
8991to get the latest nightly build available for the supported platform, use the following links:
9092
91- | Platform | | |
92- | --------- | ---------------------------- | ---------------------------- |
93- | Linux | [ 32 bit] [ linux32-nightly ] | [ 64 bit] [ linux64-nightly ] |
94- | Linux ARM | [ 32 bit] [ linuxarm32-nightly ] | [ 64 bit] [ linuxarm64-nightly ] |
95- | Windows | [ 32 bit] [ windows32-nightly ] | [ 64 bit] [ windows64-nightly ] |
96- | macOS | | [ 64 bit] [ macos64-nightly ] |
97- | macOS ARM | | [ 64 bit] [ macosarm64-nightly ] |
93+ | Platform | | |
94+ | ----------- | ---------------------------- | ------------------------------ |
95+ | Linux | [ 32 bit] [ linux32-nightly ] | [ 64 bit] [ linux64-nightly ] |
96+ | Linux ARM | [ 32 bit] [ linuxarm32-nightly ] | [ 64 bit] [ linuxarm64-nightly ] |
97+ | Windows exe | [ 32 bit] [ windows32-nightly ] | [ 64 bit] [ windows64-nightly ] |
98+ | Windows msi | | [ 64 bit] [ windowsmsi64-nightly ] |
99+ | macOS | | [ 64 bit] [ macos64-nightly ] |
100+ | macOS ARM | | [ 64 bit] [ macosarm64-nightly ] |
98101
99102[ linux64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_64bit.tar.gz
100103[ linux32-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_32bit.tar.gz
101104[ linuxarm64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARM64.tar.gz
102105[ linuxarm32-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARMv7.tar.gz
103106[ windows64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.zip
104107[ windows32-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_32bit.zip
108+ [ windowsmsi64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.msi
105109[ macos64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_macOS_64bit.tar.gz
106110[ macosarm64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_macOS_ARM64.tar.gz
107111
0 commit comments