# Installer atmos avec Homebrew, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de atmos pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install atmos
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

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

## Faits du paquet

- **Clé du paquet:** brew:atmos
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/atmos>
- **Version:** 1.224.0
- **Résumé source:** Universal Tool for DevOps and Cloud Automation
- **Page d'accueil:** <https://atmos.tools>
- **Dépôt:** <https://github.com/cloudposse/atmos>
- **Docs amont:** <https://atmos.tools/>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/cloudposse/atmos/archive/refs/tags/v1.224.0.tar.gz>
- **Dernière mise à jour:** 2026-07-23T21:30:15Z
- **Généré:** 2026-07-26T07:20:29+00:00

## exécutables

- atmos (cli)
- atmos (alias)

## Dépendances de compilation

- go
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-26
- version du gestionnaire: 1.224.0
- gestionnaire mis à jour: 2026-07-23
- données locales: OK
- dépôt amont: https://github.com/cloudposse/atmos
- dernière version détectée: v1.224.0 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour atmos. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

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


## Sources

- 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
