https://www.st.com/en/embedded-software/stm32cubeide.html
: Bundles the latest GCC GNU ARM Embedded Toolchain for optimized code compilation.
https://www.st.com.cn/zh/development-tools/stm32cubeide.html (Chinese mirror)
: .exe installer (typically st-stm32cubeide_1.8.0_x86_64.exe ) macOS : .dmg installer package Linux : .sh installer script or Debian package
Version 1.18.0 includes an updated GNU Tools for STM32 toolchain. This ensures better code optimization, smaller binary sizes, and strict adherence to modern C/C++ standards. System Requirements
: Choose the specific package required for your operating system: stm32cubeide 180 download link
As a final tip, consider using a version control system like not just for your code, but to also store the project's .project and .cproject files. This helps ensure that when you or a colleague open the project, the IDE configuration (which is tied to a specific version) is preserved.
: Go to the STM32CubeIDE product page. Select Version : Click the "Get Software" button.
: ST typically only hosts the most recent versions. If you specifically need an older version (like 1.8.0), it may be found under the "Previous Versions" tab if still supported. System Requirements
STM32CubeIDE 1.8.0 is no longer the latest release, it remains a notable version for its specific integration milestones within the ST ecosystem. You can typically find it by navigating to the Official STM32CubeIDE Download Page
You will be prompted to accept the license agreement. After accepting, you must provide an email address or log in with an ST account. STMicroelectronics will send a download link to your email, or the download will start immediately after login. https://www
Official STMicroelectronics macOS Download
Extract the file and run the installer executable as an administrator. Accept the license agreement.
Grant administrator permissions when prompted by Windows User Account Control (UAC). Accept the STMicroelectronics license agreement.
The v1.18.0 release, announced in early 2025, brought several critical updates to the STM32 ecosystem, improving performance and support for new devices:
Version 1.18.0 builds upon the Eclipse-based framework to provide an efficient coding environment. System Requirements : Choose the specific package required
Run the downloaded en.st-stm32cubeide_1.8.0_x86_64.exe file as an administrator. Accept the license agreement. Choose the installation directory (default is recommended). Select components, ensuring are checked. Click Install and wait for the process to complete. macOS Installation Double-click the downloaded .dmg file. Drag the STM32CubeIDE icon into your Applications folder.
Keep the default installation path ( C:\ST\STM32CubeIDE_1.18.0 ).
Scroll or use the version filter to find .
This write-up provides the current location of the download, explains why the numbering system might look different than you expect, and offers tips for installation.