Downloading and installing the Arduino IDE 2.0

A quick guide on how to install the IDE 2.0 on your operative system.

Downloading and Installing the Arduino IDE 2.0

In this tutorial, we will show how to download and install the Arduino IDE 2.0 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
  • Mac OS X - Version 10.14: "Mojave" or newer, 64 bits

The Arduino IDE 2.0

The Arduino IDE 2.0 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.0 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.0 on a Windows computer, simply run the file downloaded from the software page.

Running the installation file.
Running the installation file.

Follow the instructions in the installation guide. The installation may take several minutes.

Instructions for installing the IDE 2.0
Instructions for installing the IDE 2.0

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

macOS

To install the Arduino IDE 2.0 on a macOS computer, simply copy the downloaded file into your application folder.

Installation on macOS.
Installation on macOS.

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

Linux

To install the Arduino IDE 2.0 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,
  • tick the Allow executing file as program box.

Allow execution of file.

You can now double click the file to launch the Arduino IDE 2 on your Linux machine.

Contribute to Arduino

Join the community and suggest improvements to this article via GitHub. Make sure to read out contribution policy before making your pull request.

Missing something?

Check out our store and get what you need to follow this tutorial.

Suggest Changes

The content on docs.arduino.cc is facilitated through a public GitHub repository. You can read more on how to contribute in the contribution policy.