Skip to content

Commit 32a92c0

Browse files
authored
Supported versions of Arduino IDE [HC-1680] (#512)
* Create About-different-versions-of-Arduino-IDE.md * Rename file to match title * Refinements
1 parent 3da0404 commit 32a92c0

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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 IDE 2 is faster and more user-friendly, featuring a smart editor with auto-completion and syntax highlighting. It also includes a built-in debugger, improved project navigation, and streamlined board and library management. IDE 2 is the only version currently under active development by Arduino.
24+
25+
Each new release delivers feature enhancements, bug fixes, and important security patches. Use the latest version to ensure the smoothest development experience and receive the highest level of support.
26+
27+
[Download the latest version of Arduino IDE from the software page](https://www.arduino.cc/en/software/){.link-chevron-right}
28+
29+
## Arduino IDE 1.8.19 (Legacy)
30+
31+
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.
32+
33+
> [!IMPORTANT]
34+
> 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.
35+
36+
[Download Arduino IDE 1.8.19 (Legacy IDE) from the software page](https://www.arduino.cc/en/software/){.link-chevron-right}
37+
38+
## Other versions of Arduino IDE
39+
40+
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.
41+
42+
> [!WARNING]
43+
> Using unsupported versions of Arduino IDE can expose you to security risks.

0 commit comments

Comments
 (0)