@@ -58,20 +58,22 @@ in your [`PATH`](https://en.wikipedia.org/wiki/PATH%5F%28variable%29) or add the
58
58
59
59
### Latest release
60
60
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 ] |
68
69
69
70
[ linux64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_64bit.tar.gz
70
71
[ linux32 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_32bit.tar.gz
71
72
[ linuxarm64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARM64.tar.gz
72
73
[ linuxarm32 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Linux_ARMv7.tar.gz
73
74
[ windows64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_Windows_64bit.zip
74
75
[ 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
75
77
[ macos64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_macOS_64bit.tar.gz
76
78
[ macosarm64 ] : https://downloads.arduino.cc/arduino-cli/arduino-cli_latest_macOS_ARM64.tar.gz
77
79
@@ -88,20 +90,22 @@ These are available from the "Assets" sections on the [releases page](https://gi
88
90
These builds are generated every day at 01:00 GMT from the ` master ` branch and should be considered unstable. In order
89
91
to get the latest nightly build available for the supported platform, use the following links:
90
92
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 ] |
98
101
99
102
[ linux64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_64bit.tar.gz
100
103
[ linux32-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_32bit.tar.gz
101
104
[ linuxarm64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARM64.tar.gz
102
105
[ linuxarm32-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Linux_ARMv7.tar.gz
103
106
[ windows64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_Windows_64bit.zip
104
107
[ 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
105
109
[ macos64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_macOS_64bit.tar.gz
106
110
[ macosarm64-nightly ] : https://downloads.arduino.cc/arduino-cli/nightly/arduino-cli_nightly-latest_macOS_ARM64.tar.gz
107
111
0 commit comments