macOS
brew install arduino-clilocal Homebrew formula metadata
sudo port install arduino-cliMacPorts ports tree · devel/arduino-cli/Portfile · 来源: api.github.com
安装
brew install arduino-clilocal Homebrew formula metadata
sudo port install arduino-cliMacPorts ports tree · devel/arduino-cli/Portfile · 来源: api.github.com
sudo apk add arduino-cliAlpine Linux edge package indexes · arduino-cli · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#arduino-clinixpkgs package indexes · pkgs/by-name/ar/arduino-cli/package.nix · 来源: api.github.com
sudo pacman -S arduino-cliArch Linux sync databases · arduino-cli · 来源: geo.mirror.pkgbuild.com
choco install arduino-cliChocolatey community package catalog · arduino-cli · 来源: community.chocolatey.org
scoop install main/arduino-cliScoop official bucket manifest trees · bucket/arduino-cli.json · 来源: api.github.com
winget install --id ArduinoSA.CLI -eWindows Package Manager source index · ArduinoSA.CLI · 来源: cdn.winget.microsoft.com
概览
Arduino command-line interface
历史
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.
安全态势
没有找到 arduino-cli 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.yaml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
arduino-cli | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:arduino-cli |
|---|---|
| 版本 | 1.5.1 |
| 软件包管理器 | Homebrew |
| 主页 | https://arduino.github.io/arduino-cli/latest/ |
| 仓库 | https://github.com/arduino/arduino-cli |
| 最后更新 | 2026-07-26T13:19:52+02:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
arduino-cli
nix profile install nixpkgs#arduino-cliarduino-cli 1.5.1-r1
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 -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.