The apter-tech/windows-11-arm64
Vagrant box provides a pre-configured Windows 11 ARM64 environment with auto-login enabled. It is based on the pipegz/Windows11ARM
box and optimized for VMware Desktop. This box is designed for streamlined workflows on ARM-based platforms such as Apple Silicon.
- Base Box: Built on the reliable
pipegz/Windows11ARM
base box. - Auto Login: Automatically logs in as the
vagrant
user for seamless access. - VMware Desktop Support: Fully configured for VMware Desktop with
vmxnet3
networking for better performance. - Pre-configured: Comes with a Vagrantfile for quick setup.
- Vagrant (latest version)
- Vagrant VMware Desktop Plugin
- VMware Fusion (macOS) or VMware Workstation (Windows/Linux)
- Initialize the box:
vagrant init apter-tech/windows-11-arm64 --box-version 1.0.0
- Start the VM:
vagrant up --provider vmware_desktop
This will:
- Download the box (if not already available locally).
- Start the Windows 11 ARM64 VM.
The box is pre-configured for the VMware Desktop provider:
- Networking: Uses
vmxnet3
for optimized network performance. - Auto Login: Automatically logs into the vagrant user.
To customize the configuration, edit the Vagrantfile generated during initialization.
- Name: apter-tech/windows-11-arm64
- Version: 1.0.0
- Provider: vmware_desktop
- Base Box: pipegz/Windows11ARM
./upload.sh "1.0.1"
This project is licensed under the MIT License. See the LICENSE file for details.
Base box: pipegz/Windows11ARM Tools: Vagrant, VMware