# aqua を Homebrew, chocolatey, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:aqua
```

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

### macOS

- Homebrew (100%):

```sh
brew install aqua
```

  証拠: local Homebrew formula metadata

### Windows

- Chocolatey (92%):

```sh
choco install aqua
```

  証拠: Chocolatey community package catalog: aqua from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.158','newfiletime'

- Scoop (92%):

```sh
scoop install main/aqua
```

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

- winget (92%):

```sh
winget install --id aquaproj.aqua -e
```

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

## パッケージ情報

- **パッケージキー:** brew:aqua
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/aqua>
- **バージョン:** 2.60.1
- **ソース概要:** Declarative CLI Version manager
- **ホームページ:** <https://aquaproj.github.io/>
- **リポジトリ:** <https://github.com/aquaproj/aqua>
- **上流ドキュメント:** <https://aquaproj.github.io/docs>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/aquaproj/aqua/archive/refs/tags/v2.60.1.tar.gz>
- **最終更新:** 2026-06-16T04:27:07Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- aqua (cli)
- aqua (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 2.60.1
- マネージャ更新日: 2026-06-16
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/aquaproj/aqua
- 検出された最新: v2.60.1 (最新)
## プロジェクトの歴史と使われ方

aqua is a declarative CLI version manager written in Go. It installs and switches command-line tools from YAML configuration, aiming at the same daily workflow space as asdf-style tool managers but with a registry, lazy install behavior, and Renovate-friendly version declarations.

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

The official aqua repository was created in August 2021. The repository description calls it a declarative CLI version manager with lazy install, a registry, Renovate support, and seamless command version switching.

The documentation centers on `aqua.yaml` and registry-backed package definitions. The config reference documents local and global config discovery, standard and local registries, JSON Schema support, checksum settings, and security toggles for provenance verification.

### 採用の歴史

aqua is distributed through Homebrew, Chocolatey, Scoop, and winget in the input metadata. The official repository metadata shows active development, a four-digit star count, and topics around CLI tooling and version management.

The project explicitly documents Renovate integration, YAML language-server schemas, a standard registry, and using aqua together with other version managers such as asdf. That makes its adoption story especially package-manager-native: it is designed for repositories to declare the tools they need and let bots update those declarations.

### 使われ方

Users add packages such as `helm/helm@v3.7.0` or `golangci/golangci-lint@v1.42.1` to aqua configuration, pin a standard registry ref, and let aqua install or lazily install the requested executables.

Configuration discovery is intentionally repository-friendly: aqua checks `$AQUA_CONFIG`, then `.aqua.yaml`, `aqua.yaml`, `aqua/aqua.yaml`, and `.aqua/aqua.yaml` while walking up from the current directory, with `$AQUA_GLOBAL_CONFIG` for global tools.

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

aqua is interesting because it treats command-line tools themselves as lockable, reviewable project dependencies. The registry and Renovate conventions put CLI installation into the same maintenance loop as library dependencies, which is exactly the sort of thing package nerds care about.

### タイムライン

- 2021: The official aqua repository was created.
- 2021: The documentation copyright begins and the project published docs under aquaproj.github.io.
- 2023: The config reference notes aqua v1.33.0 support for keeping configuration files in `.aqua` directories.
- 2024: The config reference documents v2-era provenance and policy controls such as Cosign, SLSA, and GitHub Artifact Attestation toggles.
- 2026: The repository remains actively maintained in the 2.x release line.

### Related projects

- Related projects and systems include aqua-registry, Renovate, GitHub Actions, YAML Language Server, Cosign, SLSA Provenance, GitHub Artifact Attestations, ghtkn, Keyring, and asdf.

### ソース

- <https://api.github.com/repos/aquaproj/aqua>
- <https://aquaproj.github.io/docs>
- <https://aquaproj.github.io/docs/reference/config>
- source_facts.package-manager


## セキュリティノート

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: $AQUA_CONFIG, aqua.yaml, .aqua.yaml, aqua/aqua.yaml, .aqua/aqua.yaml, $AQUA_GLOBAL_CONFIG
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aqua
- **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:** head, stable

## 他のパッケージマネージャ記録

- Chocolatey - aqua: normalized package name match | Chocolatey community package catalog: aqua from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.158','newfiletime'
- Scoop - main/aqua: normalized package name match | Scoop official bucket manifest trees: bucket/aqua.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - aquaproj.aqua: normalized package name match | Windows Package Manager source index: aquaproj.aqua from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/ja/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [anyenv](https://www.automicvault.com/ja/pkg/brew/anyenv/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [asdf](https://www.automicvault.com/ja/pkg/brew/asdf/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [bob](https://www.automicvault.com/ja/pkg/brew/bob/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [fnm](https://www.automicvault.com/ja/pkg/brew/fnm/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [frum](https://www.automicvault.com/ja/pkg/brew/frum/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [fvm](https://www.automicvault.com/ja/pkg/brew/fvm/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [ghcup](https://www.automicvault.com/ja/pkg/brew/ghcup/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.
- [goenv](https://www.automicvault.com/ja/pkg/brew/goenv/) - Shares av.db curated category or tags: cli, developer-tools, version-manager.

## Combined YAML source

View the package source record on GitHub. [combined/aqua.yml](https://github.com/automic-vault/db/blob/main/combined/aqua.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
