# 使用 Homebrew, Nix, scoop 安装 atmos

查看 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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



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