Packer icon
Packer icon

Packer

 4 likes

Packer is a "source available" tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in...

License model

  • FreemiumProprietary

Country of Origin

  • US flagUnited States

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Solaris
  No rating
4likes
1comment
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

Packer News & Activities

Highlights All activities

Recent activities

No activities found.

Packer information

  • Developed by

    US flagHashiCorp
  • Licensing

    Proprietary and Freemium product.
  • Pricing

    free version with limited functionality.
  • Written in

  • Alternatives

    5 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Network & Admin

GitHub repository

  •  14,680 Stars
  •  3,363 Forks
  •  401 Open Issues
  •   Updated Nov 15, 2023 

Popular alternatives

View all

Our users have written 1 comments and reviews about Packer, and it has gotten 4 likes

Packer was added to AlternativeTo by jonleibowitz on Oct 30, 2017 and this page was last updated Nov 15, 2023.

Comments and Reviews

   
 Post comment/review
Olav
Nov 15, 2023
0

No longer what you'd consider open source. Switched to BSL (business source license) / "source available" on the 11th of August 2023. Was previously MPL2 (Mozilla public license, version 2) / "open source".

What is Packer?

Packer is a "source available" tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer does not replace configuration management like Chef or Puppet. In fact, when building images, Packer is able to use tools like Chef or Puppet to install software onto the image.

A machine image is a single static unit that contains a pre-configured operating system and installed software which is used to quickly create new running machines. Machine image formats change for each platform. Some examples include AMIs for EC2, VMDK/VMX files for VMware, OVF exports for VirtualBox, etc.