Silent Install HQ
ZIP WinGet

Packer

HashiCorp · 1.9.4 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.

File Identity

SHA256 094c50bcbe56a54a73c926267103c7f0cdb8f05acb4f4530e152f95019c97a57 VirusTotal ↗
Filename packer_1.9.4_windows_amd64.zip

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Hashicorp.Packer
Version 1.9.4
Description Packer is a tool for building identical machine images for multiple platforms from a single source configuration.
License BSL-1.1
Release Notes BUG FIXES: - core: core: When invoking Packer with the CHECKPOINT_DISABLE environment variable the telemetry reporter is left uninitialized in order to disable telemetry reporting. Any method calls on the nil reporter is expected to check if the reporter is active or in NOOP mode. The SetBundledUsage function, introduced in Packer 1.9.2, failed to perform a nil check before attempting to modify an attribute, causing Packer to fail when telemetry is disabled. This release fixes this issue by intr…