Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Releases: myspaghetti/macos-virtualbox

macOS virtual machine from scratch (August 6, 2023)

24 Jan 22:30
d00fde1
Compare
Choose a tag to compare

macos-guest-virtualbox.sh is a Bash script for creating Catalina (10.15), Mojave (10.14), and High Sierra (10.13) guests on VirtualBox on Windows, Linux, and macOS hosts from scratch

The script creates a VirtualBox guest macOS virtual machine with unmodified macOS installation files downloaded directly from Apple servers. See the readme file for more information.

Known issues

Dependencies

The following dependencies should be available through a package manager:
bash coreutils gzip unzip wget xxd dmg2img virtualbox

The following optional packages provide optical character recognition that reduces the required interaction with the script:
tesseract-ocr tesseract-ocr-eng

Supported versions:

  • VirtualBox ≥ 6.1.6, though versions as low as 5.2 may work.
  • GNU Bash ≥ 4.3, GNU coreutils ≥ 8.22, GNU gzip ≥ 1.5, Info-ZIP unzip ≥ v6.0, GNU wget ≥ 1.14, xxd with -e little endian support, dmg2img ≥ 1.6.5, tesseract-ocr ≥ 4

0.78.1 (January 13, 2020)

28 Jun 15:31
68c9fb7
Compare
Choose a tag to compare

This is an old release of the script. Please use the latest version of the script.

The script creates a VirtualBox guest macOS virtual machine with unmodified macOS installation files downloaded directly from Apple servers. See the readme file for more information.

Known issues

Dependencies

  • VirtualBox≥6.0 with Extension Pack
  • Bash≥4.3 (GNU variant; run on Windows through Cygwin or WSL)
  • coreutils (GNU variant; install through package manager)
  • unzip(install through package manager)
  • wget (install through package manager)
  • dmg2img (install through package manager on Linux, macOS, or WSL; let the script download it automatically on Cygwin)

0.63.0 (May 31, 2019)

16 Mar 07:00
42cb76c
Compare
Choose a tag to compare

This is an old release of the script. Please use the latest version of the script.

The script creates a VirtualBox guest macOS Mojave 10.14 virtual machine with unmodified macOS installation files downloaded directly from Apple servers. See the readme file for more information.

Known issues

Dependencies

  • VirtualBox≥5.2 with Extension Pack
  • Bash≥4 (run on Windows through Cygwin or WSL)
  • coreutils, unzip, wget (install through package manager)
  • dmg2img (install through package manager on Linux or WSL; let the script download it automatically on Cygwin)