Skip to content

Commit 99b2d9f

Browse files
committed
New and improved
1 parent 8c4d4df commit 99b2d9f

File tree

1 file changed

+60
-7
lines changed

1 file changed

+60
-7
lines changed

content/Software Support/Installation/How-to-install-the-Arduino-IDE.md

Lines changed: 60 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,69 @@ title: "How to install the Arduino IDE"
33
id: 360019833020
44
---
55

6-
## Overview
6+
Learn how to download and install the desktop-based Arduino IDE.
77

8-
For help with installing the Arduino IDE on your system, please see the [Getting Started Guide](https://www.arduino.cc/en/Guide) or follow one of the links below to be taken directly to the step-by-step instructions.
8+
---
9+
10+
## Installation instructions
11+
12+
> If you're using a Chromebook, see [Use Arduino with Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook).
13+
14+
### Windows
15+
16+
1. [Download the latest release](https://downloads.arduino.cc/arduino-ide/arduino-ide_latest_Windows_64bit.exe).
17+
2. Follow the instructions in the installation guide.
18+
3. When completing the setup, leave _Run Arduino IDE_ ticked to launch the application, or launch it later from the Start Menu.
19+
20+
### macOS
21+
22+
1. [Download the latest release](https://downloads.arduino.cc/arduino-ide/arduino-ide_latest_macOS_64bit.dmg).
23+
2. Double-click the disk image (.dmg) file.
24+
3. Drag and drop the Arduino IDE application into the Applications folder.
25+
4. Launch Arduino IDE the same way you would launch any other application (such as <kbd>⌘</kbd> + <kbd>Space</kbd> for Spotlight and search for "Arduino").
26+
27+
### Linux
28+
29+
1. [Download the latest release](https://downloads.arduino.cc/arduino-ide/arduino-ide_latest_Linux_64bit.AppImage).
30+
2. Find the AppImage file in your file manager.
31+
3. Make the AppImage file executable:
32+
33+
1. Right-click the file.
34+
2. Choose Properties,
35+
3. Select the Permissions.
36+
4. Tick the _Allow executing file as program_ box.
37+
38+
4. Double-click the file to launch
39+
40+
---
41+
42+
## Additional download options
43+
44+
Additional options:
45+
46+
* For more control in mass deployment, use the _MSI installer_ package (Windows Installer) file.
47+
* For a portable installation on Windows or Linux, use the "ZIP file" option.
48+
* _ZIP file_ (Windows)
49+
* _ZIP file 64 bits (X86-64)_ (Linux)
50+
* Nightly builds – preview incoming releases.
51+
* IDE 1 (legacy)
52+
53+
**[View all download options on the Software page](https://www.arduino.cc/en/software).**
54+
55+
---
56+
57+
## If you need help
58+
59+
* Arduino IDE 2 runs on the following systems:
960

10-
## Installation guides
61+
* **Windows:** Win 10 (64-bit) or newer
62+
* **macOS:** 10.14: “Mojave” or newer, 64-bit
63+
* **Linux:** 64-bit
1164

12-
* [Windows](https://www.arduino.cc/en/Guide/Windows)
13-
* [macOS](https://www.arduino.cc/en/Guide/macOS)
14-
* [Linux](https://www.arduino.cc/en/Guide/Linux)
15-
* [Portable IDE](https://www.arduino.cc/en/Guide/PortableIDE) (Windows and Linux)
65+
* If you're using a Chromebook, see [Use Arduino with Chromebook](https://support.arduino.cc/hc/en-us/articles/360016495639-Use-Arduino-with-Chromebook).
66+
* If you're installing the legacy version, see these guides for [Windows](https://docs.arduino.cc/software/ide-v1/tutorials/Windows), [macOS](https://www.arduino.cc/en/Guide/macOS), [Linux](https://docs.arduino.cc/software/ide-v1/tutorials/Linux).
67+
* Consider using the [Web Editor](https://create.arduino.cc/editor) (you'll need to install the [Arduino Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820-Install-the-Arduino-Create-Agent)).
68+
* Check the [Installation & Troubleshooting category](https://forum.arduino.cc/c/using-arduino/installation-troubleshooting/18) in the Arduino Forum.
1669

1770
<p style="display:none;">
1871
Tags: como instalo la aplicacion

0 commit comments

Comments
 (0)