Skip to content

Get started

Follow the recommended steps for your operating system below. For official instructions on installing Pulumi and other install options, refer to Install Pulumi ↗.

Installation

Mac

Install via Homebrew package manager.

Terminal window
brew install pulumi/tap/pulumi

Linux

Use the installation script.

Terminal window
curl -fsSL https://get.pulumi.com | sh

Windows

  1. Download the latest installer from the Pulumi Repository ↗
  2. Double click the MSI file and complete the wizard.

Verify installation

To verify your installation, run the following in the terminal:

Terminal window
pulumi version

Next steps

Follow the Hello World tutorial to write a simple Pulumi program. It takes about 10 minutes to complete.