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