Skip to content

Installation

To install Terralist on your machine, select below your operating system and your CPU architecture.

Download

curl -sL https://github.com/terralist/terralist/releases/latest/download/terralist_linux_amd64.zip -o terralist_linux_amd64.zip
unzip terralist_linux_amd64.zip
curl -sL https://github.com/terralist/terralist/releases/latest/download/terralist_linux_386.zip -o terralist_linux_386.zip
unzip terralist_linux_386.zip
curl -sL https://github.com/terralist/terralist/releases/latest/download/terralist_linux_arm64.zip -o terralist_linux_arm64.zip
unzip terralist_linux_arm64.zip

Usage

./terralist --help

Download

curl -sL https://github.com/terralist/terralist/releases/latest/download/terralist_linux_amd64.zip -o terralist_darwin_amd64.zip
unzip terralist_darwin_amd64.zip
curl -sL https://github.com/terralist/terralist/releases/latest/download/terralist_darwin_arm64.zip -o terralist_darwin_arm64.zip
unzip terralist_linux_arm64.zip

Usage

./terralist --help

Download

Invoke-WebRequest "https://github.com/terralist/terralist/releases/latest/download/terralist_windows_amd64.zip" -OutFile "terralist_windows_amd64.zip"
Expand-Archive terralist_windows_amd64.zip -DestinationPath terralist
Invoke-WebRequest "https://github.com/terralist/terralist/releases/latest/download/terralist_windows_386.zip" -OutFile "terralist_windows_386.zip"
Expand-Archive terralist_windows_386.zip -DestinationPath terralist

Usage

.\terralist.exe --help

Download

docker pull ghcr.io/terralist/terralist

Usage

docker run ghcr.io/terralist/terralist --help

If you're following this documentation as a step-by-step guide, you may proceed with the Getting Started guide.