If you are using a recent version of the IDE, you will get an auto-update offer simply by starting the IDE.
Otherwise, the release is available for download here:
https://www.arduino.cc/en/software
This is a minimal bugfix patch release. If you are upgrading from Arduino IDE 2.2.1, please also check the more significant changelog for the 2.3.0 release:
https://forum.arduino.cc/t/arduino-ide-2-3-0-is-now-available/1221189
Thanks so much to the forum community for all the valuable testing and feedback that has helped us greatly in identifying and investigating these bugs and enhancements!
Restore debugger support for certain 3rd party boards
arduino/arduino-ide#2371
, arduino/arduino-ide#2368
, arduino/arduino-ide#2540
, earlephilhower/arduino-pico#2003
, stm32duino/Arduino_Core_STM32#2277
Arduino boards platform authors must define some properties in the platform configuration files in order for the boards of the platform to be usable with the IDE's integrated sketch debugger. A complete rework of the configuration system was released in Arduino IDE 2.3.0.
This included the addition of support for selecting from a list of supported debug probes via the Tools > Programmer menu. Unfortunately, this feature made it so it was impossible to initialize the debugger when using a board from a platform that doesn't define any programmers.
Compatibility with platforms that don't have any programmers was restored. The new Tools > Programmer menu selection feature is still available, but having a programmer selected is no longer mandatory.
Expand and improve translations
The community work to make Arduino IDE accessible to everyone in the world through localization of the text of the IDE's UI continues, reaching high coverage levels for 18 languages/locales.
If you would like to contribute to the Arduino IDE translations, please see the information here:
Full changelog here:
https://github.com/arduino/arduino-ide/releases/tag/2.3.2
If you have any questions or feedback please post here in the dedicated forum category for Arduino IDE 2.x:
https://forum.arduino.cc/c/software/ide-2-x/93
If you want to see the list of known issues, work in progress, submit a formal report, or contribute to development, the Arduino IDE 2.x source code is hosted in this public repository: