# atmos を Homebrew, Nix, scoop でインストール

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

## インストール

```sh
sudo av install brew:atmos
```

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

### macOS

- Homebrew (100%):

```sh
brew install atmos
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#atmos
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/atmos
```

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

## パッケージ情報

- **パッケージキー:** brew:atmos
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/atmos>
- **バージョン:** 1.224.0
- **ソース概要:** Universal Tool for DevOps and Cloud Automation
- **ホームページ:** <https://atmos.tools>
- **リポジトリ:** <https://github.com/cloudposse/atmos>
- **上流ドキュメント:** <https://atmos.tools/>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/cloudposse/atmos/archive/refs/tags/v1.224.0.tar.gz>
- **最終更新:** 2026-07-23T21:30:15Z
- **生成日時:** 2026-07-26T07:20:29+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go
- pkgconf

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-26
- マネージャ版: 1.224.0
- マネージャ更新日: 2026-07-23
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/cloudposse/atmos
- 検出された最新: v1.224.0 (最新)
## プロジェクトの歴史と使われ方

Atmos is Cloud Posse's open-source framework and CLI for orchestrating infrastructure workflows across Terraform, OpenTofu, Helmfile, Ansible, Packer, Devcontainers, and related DevOps tooling. Its main idea is to separate reusable components from YAML stack configuration so large cloud architectures can be driven through consistent CLI commands.

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

The official README describes Atmos as a framework for orchestrating and operating infrastructure workflows across multiple cloud and DevOps toolchains. It emphasizes reusable components implemented as Terraform root modules, stack configurations in YAML, DRY configuration, vendoring, custom commands, GitOps capabilities, and policy controls.

The README also identifies Cloud Posse as a heavy internal user for automating cloud infrastructure with Terraform and Kubernetes, while saying the tool can automate any complex workflow. The generated README's copyright span covers 2017-2026, fitting Cloud Posse's long-running open-source infrastructure ecosystem.

### 採用の歴史

Atmos is distributed as a Homebrew formula and appears in Nix and Scoop in the input, which matches its cross-platform CLI positioning. The official website calls it free and open source and promotes installation, examples, CLI reference, and community support through Cloud Posse's SweetOps Slack and office hours.

The project has a fast-moving release line: official Git tags include early 0.x releases and later v1.x releases reaching v1.99.0. That matters to package maintainers because Atmos is both a CLI and an opinionated framework; changes in config discovery, stack behavior, and integrations can affect whole infrastructure repositories.

### 使われ方

Atmos users define components, stacks, workflows, and custom commands, then run atmos commands locally or in CI/CD to describe, plan, apply, vendor, validate, and orchestrate infrastructure. The README highlights Terraform-native orchestration, backend and varfile generation, stack configuration, component libraries, vendoring, and workflow orchestration.

The CLI configuration docs define atmos.yaml as the main config file. Atmos searches the current directory, Git repository root, parent directories, the home directory, and system directories, and can merge multiple config files plus .atmos.d fragments. On Windows, docs recommend forward slashes in atmos.yaml paths.

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

Atmos is package-nerd catnip because it is a CLI that encodes an entire infrastructure repo layout philosophy. Installing it is not just getting another terraform wrapper; it brings Cloud Posse's conventions for stacks, components, vendoring, custom commands, and GitOps into a portable binary.

Its config discovery order is especially important for packagers and shell users because the same atmos binary behaves differently depending on current directory, repo root, home config, and system config.

### タイムライン

- 2017-2026: The generated official README carries Cloud Posse copyright across this span.
- 0.x: Official Git tags include early 0.0.2 and 0.1.0 releases.
- 1.x: Official Git tags show an active v1 release line reaching v1.99.0.
- Current: Official docs describe Terraform, OpenTofu, Helmfile, Ansible, Packer, and Devcontainers use cases.

### Related projects

- Terraform and OpenTofu are primary IaC engines Atmos orchestrates.
- Helmfile, Ansible, Packer, Devcontainers, and Kubernetes are documented toolchain targets.
- Cloud Posse's Terraform modules, SweetOps community, and terraform-provider-utils are closely related ecosystem pieces.

### ソース

- <https://atmos.tools/>
- <https://atmos.tools/cli/configuration/>
- <https://github.com/cloudposse/atmos#readme>


## セキュリティノート

atmos に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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: ./atmos.yaml, repo-root/atmos.yaml, parent directories: atmos.yaml, ~/.atmos/atmos.yaml, /usr/local/etc/atmos/atmos.yaml
- Windows: ./atmos.yaml, repo-root/atmos.yaml, parent directories: atmos.yaml, %LOCALAPPDATA%/atmos/atmos.yaml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** atmos
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** tenv
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Nix - atmos: normalized package name match | nixpkgs package indexes: pkgs/by-name/at/atmos/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/atmos: normalized package name match | Scoop official bucket manifest trees: bucket/atmos.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Cloud CLI packages](https://www.automicvault.com/ja/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/ja/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/ja/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [atlantis](https://www.automicvault.com/ja/pkg/brew/atlantis/) - Shares av.db curated category or tags: cli, cloud-infrastructure, devops, terraform.
- [aztfexport](https://www.automicvault.com/ja/pkg/brew/aztfexport/) - Shares av.db curated category or tags: cli, cloud-infrastructure, iac, terraform.
- [driftctl](https://www.automicvault.com/ja/pkg/brew/driftctl/) - Shares av.db curated category or tags: cli, cloud-infrastructure, iac, terraform.
- [ansible](https://www.automicvault.com/ja/pkg/brew/ansible/) - Shares av.db curated category or tags: cli, cloud-infrastructure, devops.
- [ansible-builder](https://www.automicvault.com/ja/pkg/brew/ansible-builder/) - Shares av.db curated category or tags: ansible, cli, cloud-infrastructure.
- [ansible-cmdb](https://www.automicvault.com/ja/pkg/brew/ansible-cmdb/) - Shares av.db curated category or tags: ansible, cli, cloud-infrastructure.
- [aws2-wrap](https://www.automicvault.com/ja/pkg/brew/aws2-wrap/) - Shares av.db curated category or tags: cli, cloud-infrastructure, terraform.
- [awsweeper](https://www.automicvault.com/ja/pkg/brew/awsweeper/) - Shares av.db curated category or tags: cli, cloud-infrastructure, terraform.

## Combined YAML source

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


## ソース

- Nucleus package database
- 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
