Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamcryptoki/62c50bca6ccb06ce6152771ddc497187 to your computer and use it in GitHub Desktop.
Save iamcryptoki/62c50bca6ccb06ce6152771ddc497187 to your computer and use it in GitHub Desktop.
Run Vagrant on macOS Apple Silicon (M1/M2)
$ brew install --cask vagrant
$ brew install qemu
$ vagrant plugin install vagrant-qemu
$ cd /path/to/vagrant/project
$ vagrant up --provider=qemu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment