Arduino IDE
Installing on Windows
- Go to https://www.arduino.cc/en/Main/Software
- Click the “Windows Installer” link
- Follow the instructions
Portable app on Windows
To use the Arduino IDE on Windows without needing to install it:
- Go to https://www.arduino.cc/en/Main/Software
- Click the “Windows ZIP file for non admin install” link
- Extract the archive to a folder
- Open the folder, and double click
Arduino.exe
Installing on Fedora
- Open a terminal and run:
sudo dnf install arduino - Open the Arduino application, or type
arduinointo the terminal
Installing on Ubuntu
- Open a terminal and run:
sudo apt-get install arduino - Open the Arduino application, or type
arduinointo the terminal
Installing on macOS
- Go to https://www.arduino.cc/en/Main/Software
- Click the
Mac OS Xlink. - Unzip the
.zipfile. - Move the
Arduinoapplication toApplications.