ST does not keep old versions publicly listed on their main download page, but they keep all previous releases on their server. You can access v1.80 directly using these links:
: .exe installer (typically st-stm32cubeide_1.8.0_x86_64.exe ) macOS : .dmg installer package Linux : .sh installer script or Debian package
Forum post / quick answer STM32CubeIDE 1.8.0 is available from STMicroelectronics’ official downloads page. Select the correct OS installer, accept the license, and download. After downloading, verify the file checksum against the value on ST’s site, install any recommended prerequisites (Java runtime for some environments), and follow the included release notes for changes and migration steps.
If you have an older version installed, you can update directly within the tool via Help > Check for updates . stm32cubeide 180 download link
(including FreeRTOSâ„¢ and ThreadX) and enhanced live variable watch views. STMicroelectronics Community How to Access Older Versions
: Includes peripheral configuration and initialization code generation (formerly integrated with STM32CubeMX, though newer versions move toward interoperability).
Are you migrating an or starting completely from scratch? ST does not keep old versions publicly listed
Select your specific Operating System (Windows, macOS, or Linux). Click .
Clicking "Version history" will expand or redirect to a table listing all previous releases of STM32CubeIDE.
Check the boxes to install necessary device drivers, specifically the , which is vital for flashing code to your hardware. Click Install and wait for the wizard to finish. macOS Installation Open the downloaded en.st-stm32cubeide_1.8.0_xxx.dmg file. Drag the STM32CubeIDE icon into your Applications folder. After downloading, verify the file checksum against the
1. Right-click the installer and select "Run as administrator" 2. Follow the setup wizard (default settings are recommended) 3. During installation, ensure that ST-Link drivers are checked for installation 4. Complete installation and restart your computer if prompted
Added Azure® RTOS TraceX export support for better visualization of trace buffers.