# Create macOS Installer - TINU

## Create a bootable installer for macOS with TINU

TINU is a very useful opensource GUI for the `createinstallmedia` command, together with some useful tools such as an EFI mounter, the macOS Downloader and the OpenCore EFI-folder integration. It can currently download Mac *OS X Lion (10.7.5)* to *macOS Big Sur (11.6) using* App Store links and Apple CDN links. It can be launched from many versions of macOS, including Sequoia.

Another good alternative for downloading macOS is [Mist](< https://github.com/ninxsoft/Mist>) which can download Mac OS X Lion (10.7.5) to macOS Sequoia (15.1.1) and beyond.

* Download [TINU: The open tool to create bootable macOS installers.](https://github.com/ITzTravelInTime/TINU)
* Plug in a 16GB+ USB-stick
* Launch TINU and click *Create a bootable macOS installer*

![](/files/KFqXjM2o723UWdUQRhZt)

* Click on *Proceed* and choose the target USB-stick. Then click *Next*

![](/files/Aj2b1GGflvbbzB7OUWyC)

* Click on *Get Installer*

![](/files/WHWm9qGcbG4S966I1iQK)

* Try to download *Big Sur* from the App Store by using the provided link within TINU.
* If you are unable to download from the App Store, follow [Making the installer in macOS](https://dortania.github.io/OpenCore-Install-Guide/installer-guide/mac-install.html#downloading-macos-modern-os), by using the following command in the Terminal (you will need at least 50GB of available disk space):

  ```
  mkdir -p ~/macOS-installer && cd ~/macOS-installer && curl https://raw.githubusercontent.com/munki/macadmin-scripts/main/installinstallmacos.py > installinstallmacos.py && sudo python installinstallmacos.py
  ```

  * Once finished, you’ll find a DMG in your `~/macOS-Installer/` folder containing the macOS Installer, called `Install_macOS_11.5.2-20G95.dmg` for example. Mount it and you’ll find the installer application.
* Open the installer application for macOS Big Sur inside TINU and click *Next*

![](/files/vSDIy0kS9smoDpTZMukI)

![](/files/cYJA9CdjAuepHNAMT6AV)

* Click *Options* and add the EFI folder which you previously created in *OCAuxiliaryTools* from the Desktop

![](/files/dBPAPUVygFCuoEOWkIZY)

* Click *Done* and start creating the macOS installer by clicking on ***Yes, I understand***.
* This will take a number of minutes. You can check the log for details.

This step completes the creation of a hackintosh bootable USB drive with the macOS installer and the OpenCore EFI folder on it. - You may want to add some tools such as *OCAuxiliaryTools* and *EFI-Agent* to the USB drive, as these will be useful during post-install configuration.

**Next follow the steps on the** [**Install & Postinstall**](/opencore-visual-beginners-guide/step-by-step/install-postinstall.md) **page!**

![](/files/VDLZ0kYXe61yzDLS7T31) *Except where otherwise noted, content on this site is licensed under the* [*Creative Commons — Attribution-NonCommercial 4.0 International — CC BY-NC 4.0*](https://creativecommons.org/licenses/by-nc/4.0/) *license. Attribution by link to* [*chriswayg · GitHub*](https://github.com/chriswayg)*.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chriswayg.gitbook.io/opencore-visual-beginners-guide/alternatives/create-installer-using-tinu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
