Home
Arduino CLI is an all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader,and many other tools needed to use any Arduino compatible board and platform.
Installation¶
You have several options to install the latest version of the Arduino CLI on your system, see theinstallation page.
Getting started¶
Follow theGetting started guide to see how to use the most common CLI commands available.
Using the gRPC interface¶
Theclient_example folder contains a sample program that shows how to use the gRPC interface of the CLI. Availableservices and messages are detailed in thegRPC reference pages.