
- Лицензия
- GNU LGPLv2.1
- Project Website
- arduino.cc
- Report an Issue
- github.com
- Contribute Translations
- github.com
- Help
- arduino.cc
- Support the Author
- github.com

Arduino IDE is an integrated development environment for Windows, MacOS and Linux, developed using Electron technology, designed for creating and loading programs in C and C++ for Arduino-compatible boards, as well as for boards from other manufacturers.

Arduino IDE can be installed in any familiar and convenient way:
Install via GNOME Software
In three clicks 😊
Follow the link install Arduino IDE and confirm the “open application” operation in the browser. The Application Center will open, select the source "Sisyphus" in it, and click the "download" button
Installation via terminal
su -
apt-get update
apt-get install arduinoepm -i arduinoIf you have the Flatpak package, you can install Arduino IDE with one command:
flatpak install flathub cc.arduino.arduinoideOr using the GNOME Software 🤔
Follow the link to install Arduino IDE, then confirm the "open application" operation in the browser. After this, the Application Center will open, select the source "Flathub" in it and click the "download" button
su -
usermod -aG dialout,tty,uucp $USERArduino IDE v2 - The second version of the Arduino IDE provides an updated interface that makes it easier to work with multiple files. The built-in tab system makes it easy to switch between files and promote more organized development. A new feature in Arduino IDE v2 is built-in debugging.
