Skip to content

Instantly share code, notes, and snippets.

@abuxton
Forked from fatso83/NOTES.md
Created March 13, 2023 09:49
Show Gist options
  • Save abuxton/1f76124200ffa6ec800f536330ce2651 to your computer and use it in GitHub Desktop.
Save abuxton/1f76124200ffa6ec800f536330ce2651 to your computer and use it in GitHub Desktop.
Installing Vagrant on Apple Silicon Macs (M1, M1X, etc)

VirtualBox only supports the x86 platform, so the default installation instructions for Vagrant does not work on Apple silicon. Thankfully Vagrant has a VMWare Provider (more on providers here), and so if I can get VMWare running on my M1 MacBook, I should be able to run Vagrant as well!

These are my notes during figuring this out.

Get the VMWare Tech Preview released in September 2021!

We are in luck, as VMWare released this just a few weeks ago.

  • See their blog entry
  • register on their site to get an account
  • download and install

Installed VMWare provider

Setup basic Ubuntu image (failed)

vagrant init hashicorp/bionic64

$ vagrant up --provider vmware_desktop
Vagrant encountered an unexpected communications error with the
Vagrant VMware Utility driver. Please try to run the command
again. If this error persists, please contact support@hashicorp.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment