Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/busterc/osx-iso
Create a bootable ISO of OS X / macOS, from the installation app file
https://github.com/busterc/osx-iso
iso mac macos macosx osx
Last synced: 1 day ago
JSON representation
Create a bootable ISO of OS X / macOS, from the installation app file
- Host: GitHub
- URL: https://github.com/busterc/osx-iso
- Owner: busterc
- Created: 2015-07-22T18:03:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T16:46:40.000Z (12 months ago)
- Last Synced: 2025-01-10T22:14:00.724Z (8 days ago)
- Topics: iso, mac, macos, macosx, osx
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 665
- Watchers: 13
- Forks: 41
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - osx-iso - Create a bootable ISO of OS X / macOS, from the installation app file (Shell)
README
# OSX-ISO
> Create a bootable ISO of OS X / macOS, from the installation app file.
## Prerequisites
The appropriate installation app file(s) must be located in `/Applications` i.e.
```
/Applications/Install macOS Monterey.app
/Applications/Install macOS Big Sur.app
/Applications/Install macOS Catalina.app
/Applications/Install macOS Mojave.app
/Applications/Install macOS High Sierra.app
/Applications/Install macOS Sierra.app
/Applications/Install OS X El Capitan.app
/Applications/Install OS X Yosemite.app
/Applications/Install OS X Mavericks.app
```Mac users can download theses files from the App Store.
## Install with [Homebrew](https://brew.sh)
```sh
$ brew tap busterc/tap
$ brew install osx-iso
```## Usage
```sh
$ osxiso1) macOS Monterey 4) macOS Mojave 7) OS X El Capitan 10) Quit
2) macOS Big Sur 5) macOS High Sierra 8) OS X Yosemite
3) macOS Catalina 6) macOS Sierra 9) OS X MavericksSelect OS or Quit:
```## License
ISC License (ISC)
Copyright © 2015-2021, Buster Collings
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.