# atmos mit Homebrew, Nix, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für atmos in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install atmos
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:atmos
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/atmos>
- **Version:** 1.224.0
- **Quellzusammenfassung:** Universal Tool for DevOps and Cloud Automation
- **Homepage:** <https://atmos.tools>
- **Repository:** <https://github.com/cloudposse/atmos>
- **Upstream-Dokumentation:** <https://atmos.tools/>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://github.com/cloudposse/atmos/archive/refs/tags/v1.224.0.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-23T21:30:15Z
- **Generiert:** 2026-07-26T07:20:29+00:00

## Executables

- atmos (cli)
- atmos (Alias)

## Build-Abhängigkeiten

- go
- pkgconf

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-26
- Manager-Version: 1.224.0
- Manager aktualisiert: 2026-07-23
- lokale Daten: OK
- Upstream-Repository: https://github.com/cloudposse/atmos
- neueste erkannte Version: v1.224.0 (aktuell)
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

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


## Sicherheitshinweise

Für atmos wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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
## Details aus der Quelldatenbank

- **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

## Andere Paketmanager-Einträge

- 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


## Verwandte Links

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


## Quellen

- 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
