# balena-cli を Homebrew, chocolatey, MacPorts, Nix, scoop, winget でインストール

balena-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:balena-cli
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install balena-cli
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install balena-cli
```

  証拠: MacPorts ports tree: devel/balena-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#balena-cli
```

  証拠: nixpkgs package indexes: pkgs/by-name/ba/balena-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install balena-cli
```

  証拠: Chocolatey community package catalog: balena-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','azurestorageemulator'

- Scoop (92%):

```sh
scoop install main/balena-cli
```

  証拠: Scoop official bucket manifest trees: bucket/balena-cli.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Balena.BalenaCLI -e
```

  証拠: Windows Package Manager source index: Balena.BalenaCLI from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:balena-cli
- **パッケージマネージャ:** Homebrew
- **バージョン:** 25.2.0
- **ソース概要:** Command-line tool for interacting with the balenaCloud and balena API
- **ホームページ:** <https://docs.balena.io/reference/balena-cli/latest/>
- **最終更新:** 2026-07-27T19:30:35Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- balena (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 25.2.0
## プロジェクトの歴史と使われ方

balena CLI is the official command-line interface for balenaCloud, openBalena, and the balena API. It is a cross-platform operational tool for IoT and edge-device fleets, used interactively and in scripts.

### プロジェクトの歴史

The balena-io/balena-cli GitHub repository was created on March 2, 2015. The README describes it as the official balena CLI and says it builds on the balena API and balena SDK, can be imported in Node.js applications, and is available for Windows, macOS, and Linux.

The project has evolved with balena's platform. Its changelog is generated by Versionist, follows semantic versioning, and shows a long-running release train with major-version compatibility and deprecation policy documented in the README.

### 採用の歴史

balena CLI is a central tool for balenaCloud and openBalena users because it handles account login, fleet and device operations, image deployment, OS downloads, SSH, API-backed scripting, and CI-friendly workflows. The Homebrew formula API reported stable version 25.1.10 with 248 installs in the previous 30 days as of June 30, 2026.

The input package facts list Homebrew, Chocolatey, MacPorts, Nix, Scoop, and winget packages, reflecting broad packaging for developer workstations and Windows/macOS/Linux operator environments.

### 使われ方

Common workflows begin with `balena login`, then use CLI commands to interact with balenaCloud or openBalena resources. The README calls out proxy support, shell support, command reference docs, troubleshooting, auto-completion, and regular upgrading to stay compatible with backend services.

### パッケージ好きにとっての重要性

balena CLI matters because it is the package-managed entry point to an IoT fleet platform. It turns cloud/device operations into reproducible terminal commands, which makes it important for CI, deployment scripts, support workflows, and developers who need to manage physical devices without living entirely in a web console.

### タイムライン

- 2015-03-02: balena-io/balena-cli repository created on GitHub.
- 2026-04-29: v25.1.0 changelog adds organization management commands.
- 2026-06-29: v25.1.10 released on GitHub.
- 2026-06-30: Homebrew formula reports stable balena-cli 25.1.10.

### Related projects

- balenaCloud and openBalena are the platform targets documented by the README.
- The CLI builds on the balena API and balena SDK, and the changelog shows regular SDK and compose-parser dependency updates.

### ソース

- <https://api.github.com/repos/balena-io/balena-cli>
- <https://api.github.com/repos/balena-io/balena-cli/releases/latest>
- <https://formulae.brew.sh/api/formula/balena-cli.json>
- <https://raw.githubusercontent.com/balena-io/balena-cli/master/CHANGELOG.md>
- <https://raw.githubusercontent.com/balena-io/balena-cli/master/README.md>


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

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.


## Configuration files

- Unix: ~/.balenarc.yml, $PWD/balenarc.yml
- Windows: %UserProfile%\_balenarc.yml, %CD%\balenarc.yml

## Credential files

- Unix: ~/.balena/token
- Windows: %UserProfile%\_balena\token
## 他のパッケージマネージャ記録

- Nix - balena-cli: normalized package name match | nixpkgs package indexes: pkgs/by-name/ba/balena-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - balena-cli: normalized package name match | MacPorts ports tree: devel/balena-cli/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - balena-cli: normalized package name match | Chocolatey community package catalog: balena-cli from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','azurestorageemulator'
- Scoop - main/balena-cli: normalized package name match | Scoop official bucket manifest trees: bucket/balena-cli.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Balena.BalenaCLI: normalized package name match | Windows Package Manager source index: Balena.BalenaCLI from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/balena-cli.yml](https://github.com/mxcl/pkgdb/blob/main/combined/balena-cli.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
