Skip to main content

Why go install is no longer supported

How can I install Atlas, and why is go install no longer supported?

Answer

To download and install the latest release of the Atlas CLI, simply run the following in your terminal:

curl -sSf https://atlasgo.sh | sh

Why doesn't go install work anymore?

We no longer maintain the cmd/atlas package as an executable. Atlas is used across multiple programming languages, like Python and Java, and the binary we distribute includes additional features and capabilities that wouldn't be possible with go install.