Skip to content

Installing

You can install AWS Copilot through Homebrew or by downloading the binaries directly.

Homebrew 🍻

brew install aws/tap/copilot-cli

Manually

Copy and paste the command into your terminal.

Command to install
curl -Lo /usr/local/bin/copilot https://github.com/aws/copilot-cli/releases/download/v0.4.0/copilot-darwin-v0.4.0 && chmod +x /usr/local/bin/copilot && copilot --help
Command to install
curl -Lo /usr/local/bin/copilot https://github.com/aws/copilot-cli/releases/download/v0.4.0/copilot-linux-v0.4.0 && chmod +x /usr/local/bin/copilot && copilot --help