2024-07-16 4:09 AM
Once the IDE is installed, is connection to the internet required while using it ?
Thanks
Solved! Go to Solution.
2024-07-16 4:56 AM - edited 2026-02-17 1:14 PM
No, you don't need the internet to build or run projects.
You do need the internet to download firmware packages.
2026 Edit: Things may have changed since this post. It's not clear to me what the current state is. With such a connected development ecosystem, I expect it will change in the future as well.
2024-07-16 4:15 AM
It depends what version you have!
I think it was 1.15.x which introduced the requirement to login?
That's why I've stuck with 1.13.0!
Also depends on what you mean by "operate"; eg, when starting a new project, it might need to download a new firmware pack - but once that's done, it's done.
2024-07-16 4:19 AM
Thank you for the reply.
Latest version 1.16 is the one I am referring to.
By operate I mean to build and run projects
2024-07-16 4:56 AM - edited 2026-02-17 1:14 PM
No, you don't need the internet to build or run projects.
You do need the internet to download firmware packages.
2026 Edit: Things may have changed since this post. It's not clear to me what the current state is. With such a connected development ecosystem, I expect it will change in the future as well.
2024-07-16 4:57 AM
Perfect, thank you!
2024-07-16 5:19 AM - edited 2024-07-16 5:20 AM
> You do need the internet to download firmware packages.
But it's possible to download them manually from the ST website as zip files(requires account ,grrrr) and then install them offline on another machine (via Help/Manage Embedded Software Packages/From Local).
2024-07-16 5:22 AM
Thank you Barry. So essentially, one can download everything needed and then once installed one can go off-line. Great stuff!