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.
Install via Homebrew package manager.
brew install pulumi/tap/pulumi
Use the installation script.
curl -fsSL https://get.pulumi.com | sh
- Download the latest installer from the Pulumi Repository
- Double click the MSI file and complete the wizard.
To verify your installation, run the following in the terminal:
pulumi version
Follow the Hello World tutorial to write a simple Pulumi program. It takes about 10 minutes to complete.