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
arduino
into the terminal
Installing on Ubuntu
- Open a terminal and run:
sudo apt-get install arduino
- Open the Arduino application, or type
arduino
into the terminal
Installing on macOS
- Go to https://www.arduino.cc/en/Main/Software
- Click the
Mac OS X
link. - Unzip the
.zip
file. - Move the
Arduino
application toApplications
.