Skip to main content
Associate III
October 16, 2025
Solved

STM32CubeCLT has no MAC(Apple silicon) version?

  • October 16, 2025
  • 4 replies
  • 1016 views

Hi

MAC BOOK PRO is using apple silicon(arm), i downloaded STM32CubeCLT-mac, but it seems installation is not sucessful, maybe it because it's x86/amd64 version.

Do ST have plan to release STM32CubeCLT apple silicon version? 

Thanks

Peter

Peter3718_0-1760589540116.png

 

Best answer by Julien D

@Peter3718, Yes we plan to have STM32CubeCLT for Apple silicon. I can't communicate any fixed date though.

In the meantime the current CLT version for MacOS should work if you have Rosetta installed.

4 replies

Julien D
Julien DBest answer
ST Employee
October 16, 2025

@Peter3718, Yes we plan to have STM32CubeCLT for Apple silicon. I can't communicate any fixed date though.

In the meantime the current CLT version for MacOS should work if you have Rosetta installed.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Peter3718Author
Associate III
October 17, 2025

@Julien D 

you remind me of Rosetta. Yes, the installation is successful now in /opt/clt directory.  I need to setup a project to test.

Thanks

Peter

 

ST Employee
October 16, 2025
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Visitor II
February 6, 2026

I'm wondering then what can we use for STM32 development on macOS apple silicon? 

ST Employee
February 9, 2026

@47_it 

Currently, Rosetta operates effectively. Only a few debug assets do not support the Arm® architecture. Toolchains and most utilities already support it.

The next update of the STM32CubeIDE for Visual Studio Code extensions, scheduled for release in a few weeks, will provide native support for the Arm® architecture on macOS for all related processes.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Julien D
ST Employee
October 17, 2025

@Peter3718, that's being said as pointed by Vincent be aware of Mattias' reply on the other post.

  1. Consider the STM32CubeCLT as a legacy solution which will be stopped at some point
  2. Current version of STM32CubeIDE for Visual Studio Code do not rely at all on this product, it uses the bundles system to get any required underlying tool like cmake, ninja, toolchains, debug gdb-servers, etc...
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Visitor II
October 25, 2025

@Julien D I also noticed with the new 3.x.x plugin the tooling bundles are also not compiled for Apple Silicon. CMake throws a CPU error if rosetta is not installed. Is this also going to be fixed in the future?

Julien D
ST Employee
October 25, 2025

Is this also going to be fixed in the future?

Yes, no choices. Rosetta will be discontinued sooner or later.

JulienD_1-1761398751083.png

The amount of native aarm64 bundles will grow during this transition period.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.