This repository can be used to create a very basic OpenBSD (arm64) VM using VMWare Fusion on a MacOS Ventura (Apple silicon) host (should also work on Monterey).
We need homebrew to be installed and configured correctly:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install curl coreutils qemu packer vmware-fusion git
git clone https://github.com/xoro/OpenBSD-VM-at-AppleSilicon.git
Tail the packer log file:
cd OpenBSD-VM-at-AppleSilicon
tail -f log/packer.log
View the build process via VNC. Just access vnc://127.0.0.1:5987
Just type the following on the command line:
open vnc://127.0.0.1:5987
Now just leave the password empty and hit the "Sign In" button.
After the build process finished successfully you can open and start the VM using VMWare Fusion (File→Open And Run…→OpenBSD-VM-at-AppleSilicon/output-openbsd-packer/packer-openbsd-packer.vmx).