From 26a7dc64a071370199dd3176252cbb3b2e2cbc88 Mon Sep 17 00:00:00 2001 From: Pyenb Date: Fri, 9 Aug 2024 02:13:59 +0200 Subject: [PATCH] init --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d72dd5 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +# MacOS ISO Download Links + +When creating a macOS VM, using this wonderful [guide](https://i12bretro.github.io/tutorials/0566.html) from [i12bretro](https://www.youtube.com/@i12bretro), I found it difficult to find the download links for the macOS ISOs. So I decided to create all of them myself, using [MIST - macOS Installer Super Tool](https://github.com/ninxsoft/Mist), and sharing them here. + +## Download Links + +| Version | MD5 Hash | Download Link | +|----------------------------------------|---------------------------------------|---------------| +| Mac OS X Lion 10.7.5_11G63.iso | 595f220e6a9aaeb7bc4ed99df0d6064f | [Download](https://data.pyenb.network/macOS/isos/Mac%20OS%20X%20Lion%2010.7.5_11G63.iso) | +| OS X Mountain Lion 10.8.5_12F45.iso | 730f39d2fe77e12ae194643e3dc20bf0 | [Download](https://data.pyenb.network/macOS/isos/OS%20X%20Mountain%20Lion%2010.8.5_12F45.iso) | +| OS X Yosemite 10.10.5_14F27.iso | 816d4ba073f299040b861b14aab5b3d3 | [Download](https://data.pyenb.network/macOS/isos/OS%20X%20Yosemite%2010.10.5_14F27.iso) | +| OS X El Capitan 10.11.6_15G31.iso | b5de0157ced2bd51e72fb6f899768c96 | [Download](https://data.pyenb.network/macOS/isos/OS%20X%20El%20Capitan%2010.11.6_15G31.iso) | +| macOS Sierra 10.12.6_16G29.iso | cae4996857a25f495ded1863472841c7 | [Download](https://data.pyenb.network/macOS/isos/macOS%20Sierra%2010.12.6_16G29.iso) | +| macOS High Sierra 10.13.6_17G66.iso | 7e7af6a6ef939b95fa42cc0f53927a11 | [Download](https://data.pyenb.network/macOS/isos/macOS%20High%20Sierra%2010.13.6_17G66.iso) | +| macOS Mojave 10.14.6_18G103.iso | bb9c095384fdc4075ae5b9df145785b2 | [Download](https://data.pyenb.network/macOS/isos/macOS%20Mojave%2010.14.6_18G103.iso) | +| macOS Catalina 10.15.7_19H15.iso | 150ce45acc391ee24e42e0495dc9afe2 | [Download](https://data.pyenb.network/macOS/isos/macOS%20Catalina%2010.15.7_19H15.iso) | +| macOS Big Sur 11.7.10_20G1427.iso | 0e160ae4939df6da42f53657a2a30cf7 | [Download](https://data.pyenb.network/macOS/isos/macOS%20Big%20Sur%2011.7.10_20G1427.iso) | +| macOS Monterey 12.7.6_21H1320.iso | ab2c616bdce3b3c856fa88cfcddbf047 | [Download](https://data.pyenb.network/macOS/isos/macOS%20Monterey%2012.7.6_21H1320.iso) | +| macOS Ventura 13.6.9_22G830.iso | d363dc0c886206ddc0d0325ee0cf4b69 | [Download](https://data.pyenb.network/macOS/isos/macOS%20Ventura%2013.6.9_22G830.iso) | +| macOS Sonoma 14.6.1_23G93.iso | 62a6a1db4aec3717385ef04b477ab00c | [Download](https://data.pyenb.network/macOS/isos/macOS%20Sonoma%2014.6.1_23G93.iso) | + +But you can of course also just browse the [folder](https://data.pyenb.network/macOS/isos) itself and download the ISOs from there. + +## FAQ + +### Why not upload them using Github LFS? + +With GitHub LFS, a "data pack" costs approximately €5 per month for 50GB of storage. The Storage-VPS I'm using also costs around 5€ per month, but with 800GB of SSD storage. So I decided to host the files myself. + +### Who needs these ISOs? + +To create the ISOs, you need an existing macOS installation, which can be hard if you want to create a macOS VM. So these ISOs are for people who want to create a macOS VM, but don't have a macOS installation. (Like me) + +### I want an ISO that is not listed here, what can I do? + +You can either create the ISO yourself, or open an issue and I will try to create the ISO for you as soon as possible. + +## Acknowledgements + +- [i12bretro](https://www.youtube.com/@i12bretro) for the [guides](https://i12bretro.github.io/tutorials/) +- [ninxsoft](https://github.com/ninxsoft) for creating [MIST](https://github.com/ninxsoft/Mist) \ No newline at end of file