2025-10-31 21:55:00 +07:00
2025-10-31 04:51:40 +07:00

macOS Installer ISO Builder with GitHub Actions

  • Uses GitHub Actions to download official macOS installers directly from Apple servers and create true DVD-format macOS installer ISO files.
  • The generated ISOs are compatible with Proxmox VE, QEMU, VirtualBox, and VMware.

📦 Usage

Running the Workflow

  1. Fork this repository.

  2. Go to the Actions tab in your forked repository.

  3. Select the “Build macOS Installer ISO image” workflow.

  4. Click the “Run workflow” button.

  5. Set the inputs:

    • macOS version Choose a version (Sequoia, Sonoma, etc.).
    • Specific version (optional) Enter a version like 15.7.1, or leave blank to use the latest.
  6. Click the green “Run workflow” button to start the build.

📥 Downloading the ISO

After the workflow finishes:

  1. Open the completed workflow run.
  2. Scroll to the Artifacts section at the bottom.
  3. Download the ISO artifact (e.g. macOS-Sequoia-15.7.1-ISO).
  4. Extract the ZIP file to get the .iso.

Note

By default, the artifact is kept for 3 days. You can change this in the workflow YAML file.

Tip

S
Description
No description provided
Readme GPL-3.0
3.8 MiB
Languages
Shell 100%