macOS
brew install arduino-clilocal Homebrew formula metadata
sudo port install arduino-cliMacPorts ports tree · devel/arduino-cli/Portfile · source: api.github.com
brew
Arduino command-line interface. Version 1.5.1 via Homebrew; verified 2026-06-05.
install
brew install arduino-clilocal Homebrew formula metadata
sudo port install arduino-cliMacPorts ports tree · devel/arduino-cli/Portfile · source: api.github.com
sudo apk add arduino-cliAlpine Linux edge package indexes · arduino-cli · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#arduino-clinixpkgs package indexes · pkgs/by-name/ar/arduino-cli/package.nix · source: api.github.com
sudo pacman -S arduino-cliArch Linux sync databases · arduino-cli · source: geo.mirror.pkgbuild.com
choco install arduino-cliChocolatey community package catalog · arduino-cli · source: community.chocolatey.org
scoop install main/arduino-cliScoop official bucket manifest trees · bucket/arduino-cli.json · source: api.github.com
winget install --id ArduinoSA.CLI -eWindows Package Manager source index · ArduinoSA.CLI · source: cdn.winget.microsoft.com
overview
Arduino command-line interface
history
Arduino CLI is Arduino's official command-line and machine-interface tool for board management, library management, sketch builds, board detection, and uploads.
The official GitHub repository was created on 2018-08-08. The README describes Arduino CLI as an all-in-one command-line solution for Arduino-compatible boards and platforms, covering the core tasks that the Arduino IDE historically wrapped in a graphical workflow.
The project is written in Go and ships versioned user docs, a command reference, nightly builds, a gRPC reference, and security policy. Its release stream in the official GitHub API shows the 1.x line active through 2026.
Arduino CLI is broadly packaged: the input package facts list Homebrew, Alpine, Chocolatey, MacPorts, Nix, Arch, Scoop, and winget. That breadth fits its role as the scriptable substrate for Arduino workflows in CI, editors, build systems, and headless devices.
The tool matters because it decouples Arduino development from the IDE. Package users can install one binary, initialize indexes, install cores and libraries, compile sketches, upload firmware, and integrate Arduino boards into reproducible automation.
Typical commands include `arduino-cli config init`, board and library manager operations, `arduino-cli compile`, and `arduino-cli upload`. The README points users to installation docs, a getting-started guide, and a full command reference.
The default config file is `arduino-cli.yaml`. Official docs say the default data directory is `${HOME}/.arduino15` on Linux and other Unix-like systems, `${HOME}/Library/Arduino15` on macOS, and `${HOME}/AppData/Local/Arduino15` on Windows, so the default config paths follow from those data directories.
Arduino CLI is important package-manager infrastructure because it turns a huge embedded ecosystem into a stable command-line interface that other tools can call.
It is also a good example of an official vendor CLI that replaced ad hoc IDE automation with a documented binary, config schema, command reference, nightly builds, and multi-OS package distribution.
security posture
No matching local secret-handling manifest was found for arduino-cli. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
${HOME}/.arduino15/arduino-cli.yaml${HOME}/Library/Arduino15/arduino-cli.yaml${HOME}/AppData/Local/Arduino15/arduino-cli.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
arduino-cli | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/arduino/arduino-cli
install metadata
| Package key | brew:arduino-cli |
|---|---|
| Version | 1.5.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/arduino-cli |
| Homepage | https://arduino.github.io/arduino-cli/latest/ |
| Repository | https://github.com/arduino/arduino-cli |
| Upstream docs | https://arduino.github.io/arduino-cli/latest |
| License | GPL-3.0-only |
| Source archive | https://github.com/arduino/arduino-cli/archive/refs/tags/v1.5.1.tar.gz |
| Last updated | 2026-06-05T11:31:14Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | arduino-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
arduino-cli
nix profile install nixpkgs#arduino-cliarduino-cli 1.4.1-r3
Arduino command line tool
https://github.com/arduino/arduino-cli
sudo apk add arduino-cliarduino-cli 1.4.1-1
Arduino command line interface
https://github.com/arduino/arduino-cli
sudo pacman -S arduino-cliarduino-cli
sudo port install arduino-cliarduino-cli
choco install arduino-climain/arduino-cli
scoop install main/arduino-cliArduinoSA.CLI
winget install --id ArduinoSA.CLI -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.