0% found this document useful (0 votes)
19 views

Downloading and Installing The Arduino IDE 2 Arduino Documentation

The document provides instructions for downloading and installing the Arduino IDE 2 on Windows, macOS, and Linux operating systems. It details the download process, system requirements, and installation steps for each platform.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Downloading and Installing The Arduino IDE 2 Arduino Documentation

The document provides instructions for downloading and installing the Arduino IDE 2 on Windows, macOS, and Linux operating systems. It details the download process, system requirements, and installation steps for each platform.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Home / Software / Arduino IDE / Downloading and installing the Arduino IDE 2

Downloading and installing the Arduino


IDE 2
A quick guide on how to install the IDE 2 on your operating system.

Author Karl Söderby Last revision 28/02/2024

Downloading and Installing the Arduino IDE


2

In this tutorial, we will show how to download and install the Arduino IDE 2
on your Windows, Mac, or Linux computer.

You can easily download the editor from the Arduino Software page.

Requirements

Windows - Win 10 and newer, 64 bits


Linux - 64 bits
macOS - Version 10.15: "Catalina" or newer, 64 bits

The Arduino IDE 2

The Arduino IDE 2 is an open-source project. It is a big step from its sturdy
predecessor, Arduino IDE 1.x, and comes with revamped UI, improved
board & library manager, debugger, autocomplete feature and much more.

Download the Editor


Downloading the Arduino IDE 2 is done through the Arduino Software

page. Here you will also find information on the other editors available to
use.

Installation

Windows

To install the Arduino IDE 2 on a Windows computer, simply run the file
downloaded from the software page.

Running the installation file.

Follow the instructions in the installation guide. The installation may take
several minutes.
Instructions for installing the IDE 2

You can now use the Arduino IDE 2 on your Windows computer!

macOS

To install the Arduino IDE 2 on a macOS computer, simply copy the


downloaded file into your application folder.

Installation on macOS.

You can now use the Arduino IDE 2 on your macOS computer!

Linux

To install the Arduino IDE 2 on Linux, first download the AppImage 64 bits
(X86-64) from the Arduino Software page.

Before we can launch the editor, we need to first make it an executable


file. This is done by:

right-click the file,


choose Properties,
select Permissions tab,
tab,
tick the Allow executing file as program box.

You can now double click the file to launch the Arduino IDE 2 on your Linux
machine. In case you cannot run the AppImage file, make sure that FUSE is
installed on your system.

In Ubuntu (>= 22.04):

sudo add-apt-repository universe


sudo apt install libfuse2

You might also like