🌐
HashiCorp Developer
developer.hashicorp.com › vagrant › documentation › providers
Providers | Vagrant | HashiCorp Developer
November 20, 2025 - While Vagrant ships out of the box with support for VirtualBox, Hyper-V, and Docker. Vagrant has the ability to manage other types of machines as well. This is done by using other providers with Vagrant.
🌐
GitHub
github.com › hashicorp › vagrant › wiki › available-vagrant-plugins
Available Vagrant Plugins
March 16, 2020 - vagrant-aws-dns -- A Vagrant plugin that allows you to set up route53 records for instances created using vagrant-aws provider.
Author   hashicorp
Discussions

vagrantfile - How to specify a provider during `vagrant up` command? - Stack Overflow
I have two machines (linux, Mac) and need to use vagrant to manage the vm. VirtualBox is used in the Liux while parallels is used in Mac. so I configured these two providers in the vagrant config f... More on stackoverflow.com
🌐 stackoverflow.com
docker - What is the difference between a Vagrant Provider and a Vagrant Provisioner? - Stack Overflow
I think the words "Provider" and "Provisioner" sound very similar which may lead to confusion especially among beginners confronted with documentation where both terms are mixed up or used synonymo... More on stackoverflow.com
🌐 stackoverflow.com
New list-providers command
It would be nice to have a new "list-providers" command that lists all providers that are available to the current installation of Vagrant, and shows whether they are supported on the cur... More on github.com
🌐 github.com
11
June 2, 2015
Provider for UTM (VM for M1 processors)
On new Mac's with M1 processors users can't use Virtualbox and VMware, but UTM works: https://mac.getutm.app/ Could you please add provider for UTM? That will save a lot of developer life :) Thanks! More on github.com
🌐 github.com
52
September 11, 2021
Software for portable virtual development environments
1662767777 dev dot vagrant landing hero 2x
Vagrant is a source-available software product for building and maintaining portable virtual software development environments; e.g., for VirtualBox, KVM, Hyper-V, Docker containers, VMware, Parallels, and AWS. It tries to simplify the software … Wikipedia
Factsheet
Original author Mitchell Hashimoto
Developers HashiCorp (Mitchell Hashimoto and John Bender)
Initial release March 8, 2010; 16 years ago (2010-03-08)
Factsheet
Original author Mitchell Hashimoto
Developers HashiCorp (Mitchell Hashimoto and John Bender)
Initial release March 8, 2010; 16 years ago (2010-03-08)
🌐
Wikipedia
en.wikipedia.org › wiki › Vagrant_(software)
Vagrant (software) - Wikipedia
5 days ago - Providers are the services that Vagrant uses to set up and create virtual environments.
🌐
GitHub
github.com › vagrant-libvirt › vagrant-libvirt
GitHub - vagrant-libvirt/vagrant-libvirt: Vagrant provider for libvirt. · GitHub
This is a Vagrant plugin that adds a Libvirt provider to Vagrant, allowing Vagrant to control and provision machines via Libvirt toolkit.
Starred by 2.4K users
Forked by 513 users
Languages   Ruby 94.6% | HTML 2.8% | Shell 2.2% | Dockerfile 0.4%
Find elsewhere
🌐
Vagrant-lists
vagrant-lists.github.io
A list of plugins for Vagrant
Ideas are heavily come from https://github.com/fgrehm/vagrantboxes-gh-pages
🌐
Kitchen
kitchen.ci › docs › drivers › vagrant
HashiCorp Vagrant
Please see the docs on providers for further details. By default the value is unset, or nil. In this case the driver will use the Vagrant default provider which at this current time is virtualbox unless set by VAGRANT_DEFAULT_PROVIDER environment variable.
🌐
HashiCorp Developer
developer.hashicorp.com › vagrant › tutorials › networking and provisioning › explore providers
Explore other providers | Vagrant | HashiCorp Developer
In these tutorials your project was backed with VirtualBox. But Vagrant can work with a wide variety of backend providers, such as VMware, Hyper-V, and others.
🌐
Baeldung
baeldung.com › home › deployment tools › a guide to vagrant
A Guide to Vagrant | Baeldung on Ops
November 10, 2023 - Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'hashicorp/bionic64' default: URL: https://vagrantcloud.com/hashicorp/bionic64 ==> default: Adding box 'hashicorp/bionic64' (v1.0.282) for provider: virtualbox default: Downloading: https://vagrantcloud.com/hashicorp/boxes/bionic64/versions/1.0.282/providers/virtualbox.box ==> default: Successfully added box 'hashicorp/bionic64' (v1.0.282) for 'virtualbox'!
🌐
Microsoft Community Hub
techcommunity.microsoft.com › microsoft community hub › communities › products › windows server › virtualization
Vagrant and Hyper-V -- Tips and Tricks | Microsoft Community Hub
March 22, 2019 - When you install your first box, add --provider : vagrant box add hashicorp/precise64 --provider hyperv And when you boot your first Vagrant environment, again, add --provider. Note: you might run into the error mentioned in Trick 4, so skip to there if you see something like "mount error(112): Host is down".
🌐
Google Groups
groups.google.com › g › vagrant-up › c › XIxGdm78s4I
how to determine provider in Vagrantfile
Bringing machine 'default' up with 'virtualbox' provider... It seems to me that what is happening is that Vagrant is processing the entire Vagrantfile in order to build the possible configuration objects.
🌐
Parallels
parallels.github.io › vagrant-parallels › docs
Vagrant Parallels Provider Documentation
This site documents the Parallels provider, which allows Vagrant to power Parallels Desktop for Mac based virtual machines.
🌐
GitHub
github.com › hashicorp › vagrant › issues › 5776
New list-providers command · Issue #5776 · hashicorp/vagrant
June 2, 2015 - It would be nice to have a new "list-providers" command that lists all providers that are available to the current installation of Vagrant, and shows whether they are supported on the cur...
Author   sschuberth
🌐
GitHub
github.com › hashicorp › vagrant › issues › 12518
Provider for UTM (VM for M1 processors) · Issue #12518 · hashicorp/vagrant
September 11, 2021 - On new Mac's with M1 processors users can't use Virtualbox and VMware, but UTM works: https://mac.getutm.app/ Could you please add provider for UTM? That will save a lot of developer life :) Thanks!
Author   brtsos
🌐
Vagrant
vagrantup.com › developer
Vagrant | HashiCorp Developer
Add additional functionality to Vagrant via plugins. ... Manage other types of machines via providers.
🌐
Reddit
reddit.com › r/devops › what's "formerly" in "vagrant is a formerly open-source software product"?
r/devops on Reddit: What's "formerly" in "Vagrant is a formerly open-source software product"?
August 14, 2023 -

source: https://en.wikipedia.org/wiki/Vagrant_(software)

  • formerly open-source?

  • formerly software product?

  • formerly active?

What does it mean by "formerly"?

Edit 1:

Here's the entire paragraph just in case:

Vagrant is a formerly open-source software product for building and maintaining portable virtual software development environments;[5] e.g., for VirtualBox, KVM, Hyper-V, Docker containers, VMware, Parallels, and AWS. It tries to simplify the software configuration management of virtualization in order to increase development productivity. Vagrant is written in the Ruby language, but its ecosystem supports development in a few other languages.

Edit 2:

Answer

formerly open-source

ref: "HashiCorp adopts Business Source License" AUG 10 2023 https://www.hashicorp.com/blog/hashicorp-adopts-business-source-license

Thanks to kind redditors.

btw looks like not only for Vagrant, but also Terraform and maybe other their products as well.

🌐
Reintech
reintech.io › blog › using-vagrant-with-cloud-providers
Using Vagrant with Cloud Providers: AWS, Azure, and GCP | Reintech media
January 25, 2026 - This article guides software developers through using Vagrant with major cloud providers like AWS, Azure, and GCP. It covers the benefits of integrating Vagrant for replicating production environments and improving collaboration.