Skip to content

Py2/py3 script that can download macOS components direct from Apple

License

Notifications You must be signed in to change notification settings

larcorba/gibMacOS

 
 

Repository files navigation

gibmacOS scripts

Guide

The gibmacOS is a Python2/3 script that can download macOS components direct from Apple and create installers from it.

To run this script simple issue the following command in your terminal:

./gibMacOS.command

This will give you a prompt to select the macOS version you wish to download. After downloading the correct version we can create an installer with:

./BuildmacOSInstallApp.command

Add the download folder as outputed by the first step. An installer will be added to your folder.

You can now create bootable media for your version. For reference check out the official Apple documentation: https://support.apple.com/en-us/HT201372

Updates

  • This script can now also build Internet Recovery USB installers from Windows using dd and 7zip.

A special thanks goes out to:

About

Py2/py3 script that can download macOS components direct from Apple

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.6%
  • Batchfile 13.4%