Skip to main content

Install Atmos

There are many ways to install Atmos.

To check what version of Atmos you have installed, just run atmos version.

To find the latest available version of Atmos, visit the Releases Page. The latest version will always be available for download here.

Atmos has native packages for macOS and every major Linux distribution. We also supply binary releases for Windows.

macOS (OSX)

From Homebrew, install directly by running:

brew install atmos
note

The latest version of Atmos might not be available with third party package managers.

Download Binaries from Releases Page

  • Go to Releases Page

  • Download the binary for your operating system and architecture. Replace ${version} with the desired version

    • e.g. If you’re on a Mac (M1/M2/M3), download the atmos_${version}_darwin_arm64 binary
    • e.g. If you’re on an Intel Mac, download the atmos_${version}_darwin_amd64 binary
    • e.g. If you’re on Windows, download atmos_${version}_windows_amd64.exe, etc.
  • Rename the downloaded file to atmos (optional)

  • Add the execution bit to the binary (e.g. on Linux and Mac, run chmod u+x atmos)

  • Place the binary somewhere on your PATH (e.g. on Linux and Mac: mv atmos /usr/local/bin/)