Skip to main content
Follow these steps to set up Autonomy and deploy your first autonomous app:
1

Create an Account

Sign up for an account with Autonomy to create your new cluster.
2

Set up Docker

Check that Docker is installed and running on your workstation. You can confirm that Docker is correctly set up by running docker ps in your terminal.
3

Install the Autonomy command

Install the autonomy command by running the following in your terminal:
curl -sSfL autonomy.computer/install | bash && . "$HOME/.autonomy/env"
It will download the right binary and make it available in your terminal.