If you enjoy using the Sketches feature of the excellent Arduino Cloud service to code your Arduino projects and share them with others, you’ll be pleased to know ...
Since Arduino Create* is run entirely in the cloud, your code is compiled on a server (AWS at the time of this writing), then the binary is copied to your board in the ~/sketches folder. The binary is ...