Skip to content

Commit 095986c

Browse files
committed
Create About-different-versions-of-Arduino-IDE.md
1 parent 3da0404 commit 095986c

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "Supported versions of Arduino IDE"
3+
---
4+
5+
Arduino IDE 2 was fully released in September 2022, and is the actively developed and recommended desktop environment for Arduino. While IDE 2 was still in development, Arduino also maintained a version of IDE 1, so users could choose between the familiar experience of the classic IDE and the modern features of IDE 2.
6+
7+
Arduino IDE 1.8.19 remains available as the final version of the classic IDE, but it only receives critical security fixes. For the best experience, security, and support, Arduino encourages all users to move to the latest version of Arduino IDE 2.
8+
9+
In this article:
10+
11+
<!-- TOC -->
12+
13+
- [Arduino IDE 2.x Latest](#arduino-ide-2x-latest)
14+
- [Arduino IDE 1.8.19 Legacy](#arduino-ide-1819-legacy)
15+
- [Other versions of Arduino IDE](#other-versions-of-arduino-ide)
16+
17+
<!-- /TOC -->
18+
19+
---
20+
21+
## Arduino IDE 2.x (Latest)
22+
23+
Arduino actively develops and supports Arduino IDE 2. Each new release delivers feature enhancements, bug fixes, and important security patches. To keep your projects compatible with the latest Arduino boards and libraries, update regularly and install the newest release as soon as it becomes available. By staying current, you ensure the smoothest development experience and receive the highest level of support.
24+
25+
[Download the latest version of Arduino IDE from the software page](https://www.arduino.cc/en/software/){.link-chevron-right}
26+
27+
## Arduino IDE 1.8.19 (Legacy)
28+
29+
Arduino IDE 1.8.19 (sometimes referred to as the "Legacy IDE" or "Java IDE") is the last version of Arduino IDE 1. Arduino maintains it only for high-severity security fixes. While existing projects may still compile and upload in this environment, you should migrate to IDE 2 to benefit from continued support, stability, and future functionality.
30+
31+
> [!IMPORTANT]
32+
> For the best experience, use the most recent version of Arduino IDE 2 instead. It gives you the newest features, ongoing support, and critical security protections, creating a reliable environment for all Arduino projects.
33+
34+
[Download Arduino IDE 1.8.19 (Legacy IDE) from the software page](https://www.arduino.cc/en/software/){.link-chevron-right}
35+
36+
## Other versions of Arduino IDE
37+
38+
All other versions of Arduino IDE are unsupported and are not available for download on the official software page. Using these versions can create compatibility problems with current hardware and may expose you to security risks. For the best experience, use the most recent version of Arduino IDE 2.
39+
40+
> [!WARNING]
41+
> Using unsupported versions of Arduino IDE can expose you to security risks.

0 commit comments

Comments
 (0)