VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2.

Can I run macOS on a Windows machine?

Yes. With VirtualBox, you can install multiple operating systems on a single PC and seamlessly switch between them, including macOS on Intel hardware (experimental feature). VirtualBox can run multiple x86 OS such as Windows, macOS, Linux distributions, FreeBSD, and OpenBSD on your host machine. The operating systems run within an application, which virtualizes the hardware in a completely isolated environment.

Is VirtualBox free?

Yes, VirtualBox is a free and open source virtual machine platform for personal, educational, or evaluation use.

Do I need to dual boot or repartition the disk?

No, that's not necessary. VirtualBox uses your computer's file system and creates files that map to a virtual machine's disk drives, so there is no need to create a partition for each operating system. If you already have another OS with dual boot, you can use VirtualBox to run the other operating system in a virtual machine on your host operating system. Instead of dual booting, you can run both operating systems simultaneously and seamlessly switch from one operating system to another with a click of your mouse.

Can I run an x86 virtual machine on Arm hardware?

Unfortunately, no. You can't run an x86 image on Arm via VirtualBox. Virtual Box will only allow you to run virtual machines on the same underlying architecture as your host machine supports.

Features

Modularity.

VirtualBox has an extremely modular design with well-defined internal programming interfaces and a client/server design. This makes it easy to control it from several interfaces at once: for example, you can start a virtual machine in a typical virtual machine GUI and then control that machine from the command line, or possibly remotely. VirtualBox also comes with a full Software Development Kit: even though it is Open Source Software, you don't have to hack the source to write a new interface for VirtualBox.

Virtual machine descriptions in XML.

The configuration settings of virtual machines are stored entirely in XML and are independent of the local machines. Virtual machine definitions can therefore easily be ported to other computers.

Guest Additions for Windows, Linux and Solaris.

VirtualBox has special software that can be installed inside Windows, Linux and Solaris virtual machines to improve performance and make integration much more seamless. Among the features provided by these Guest Additions are mouse pointer integration and arbitrary screen solutions (e.g. by resizing the guest window). There are also guest additions for OS/2 with somewhat reduced functionality.

Shared folders.

Like many other virtualization solutions, for easy data exchange between hosts and guests, VirtualBox allows for declaring certain host directories as "shared folders", which can then be accessed from within virtual machines.

VirtualBox is being actively developed with frequent releases and has an ever growing list of features, supported guest operating systems and platforms it runs on. VirtualBox is a community effort backed by a dedicated company: everyone is encouraged to contribute while Oracle ensures the product always meets professional quality criteria.

What's New

This is a maintenance release. The following items were fixed and/or added:

  • VMM: Fixed EFLAGS.TF handling for CPUID instructions when Hyper-V is used (bug #17961)
  • VMM: Fixed MONITOR/MWAIT crash with Solaris guests when Hyper-V is used on Windows 11
  • VMM: Introduced general improvements in nested visualization area
  • VMM: Fixed triple fault related guru meditations for UEFI guests starting with macOS Ventura 13.3 (bug #21563)
  • GUI: Brought back Restore current snapshot checkbox of Close VM dialog (bugs #21189, #21491)
  • GUI: Fixes and validation for VM settings USB filters editor, filter port value is now properly saved/restored
  • GUI: Fixes for VM name and OS type embedded editors of Details pane
  • GUI: Cloud related wizards should now propose enabled profiles before disabled
  • Oracle VM VirtualBox Extension Pack: Fixed shipping the cryptographic support module for full VM encryption
  • E1000: Fixed possible guru meditation when changing network attachments (bug #21488)
  • virtio-net: Follow up fixes for FreeBSD 12.3 and pfSense 2.6.0 (bug #21201)
  • 3D: Fixed various graphics issues with Windows 7 guests (bugs #21129, #21196, #21208, #21521)
  • Main/UefiVariableStore: Added API to add signatures to the MOK list (Machine Owner Key)
  • VBoxManage: Introduced modifynvram enrollmok sub-command to enroll Machine Owner Key into NVRAM, so Linux guest kernel can pick it up in order to verify signature of modules signed with this key
  • Guest Control/Main: Fixed deleting files via built-in toolbox
  • Linux host: Added possibility to bypass kernel modules signature verification once VBOX_BYPASS_MODULES_SIGNATURE_CHECK="1" is specified in /etc/vbox/vbox.cfg, useful in case if Linux distribution does not provide necessary tools to verify kernel module signature
  • Linux Guest Additions and host Installer: Improved detection if system is running systemd as the init process
  • Linux Guest Additions and host drivers: Introduce initial support for kernel 6.3
  • Linux Guest Additions: Added possibility to bypass kernel modules signature verification once VBOX_BYPASS_MODULES_SIGNATURE_CHECK="1" is specified in /etc/virtualbox-guest-additions.conf, useful in case if Linux distribution does not provide necessary tools to verify kernel module signature
  • Linux Guest Additions: Added experimental support for kernel modules and user services reloading in the end of installation process, thus guest system reboot after Guest Additions (7.0.8 and newer) upgrade is no longer required in general case
  • Linux Guest Additions: Fixed vboxvideo build issue with RHEL 8.7, 9.1 and 9.2 kernels (bugs #21446 and #21450)