A Mac utility that automatically downloads macOS Firmwares / Installers.
Find a file
2022-12-10 12:59:52 +11:00
.github/workflows Improve conditional GitHub actions 2022-12-10 11:49:02 +11:00
Mist Update example Firmware and Installer structs 2022-12-08 21:15:05 +11:00
Mist.xcodeproj Bump version to 0.4 2022-12-10 12:23:36 +11:00
MistHelperTool Bump version to 0.4 2022-12-10 12:23:36 +11:00
MistTests Update GitHub workflows 2022-12-08 14:30:00 +11:00
README Resources Fix app icon 2022-12-08 18:36:07 +11:00
Scripts Fix uninstall script 2022-12-10 12:59:12 +11:00
Shared Improve cache directory error messaging 2022-12-08 20:33:37 +11:00
.drstring.toml Initial commit 2022-07-01 16:44:06 +10:00
.gitignore Initial commit 2022-07-01 16:44:06 +10:00
.swiftlint.yml Fix linter warnings 2022-12-08 12:48:27 +11:00
appcast.xml Fix appcast typo 2022-09-26 14:32:31 +10:00
ExportOptions.plist Fix GitHub Actions 2022-12-08 14:43:54 +11:00
LICENSE Initial commit 2022-06-30 21:21:58 +10:00
Mist.dmg.recipe.yaml Add AutoPkg DMG recipe 2022-12-10 12:59:52 +11:00
Mist.pkg.recipe.yaml Tidy up autopkg recipe 2022-09-26 14:22:33 +10:00
README.md Bump version to 0.4 2022-12-10 12:23:36 +11:00

MIST - macOS Installer Super Tool

Latest Release Linting Unit Tests Build

A Mac utility that automatically downloads macOS Firmwares / Installers:

Example Screenshot

Check out mist-cli for the companion command-line tool!

Features

  • List all available macOS Firmwares / Installers available for download:
    • Display names, versions, builds, release dates and sizes
    • Optionally show beta versions of macOS
    • Filter macOS versions that are compatible with the Mac the app is being run from
    • Export lists as CSV, JSON, Property List or YAML
  • Download available macOS Firmwares / Installers:
    • For Apple Silicon Macs:
      • Download a Firmware Restore file (.ipsw)
      • Validates the SHA-1 checksum upon download
    • For Intel based Macs (Universal for macOS Big Sur and later):
      • Generate an Application Bundle (.app)
      • Generate a Disk Image (.dmg)
      • Generate a Bootable Disk Image (.iso)
        • For use with virtualization software (ie. Parallels Desktop, UTM, VMware Fusion, VirtualBox)
      • Generate a macOS Installer Package (.pkg)
        • Supports packages on macOS Big Sur and newer with a massive 12GB+ payload!
      • Optionally codesign Disk Images and macOS Installer Packages
      • Cache downloads to speed up build operations
      • Select custom Software Update Catalogs, allowing you to list and download macOS Installers from the following:
        • Standard: The default catalog that ships with macOS Customer Seed: The catalog available as part of the AppleSeed Program
        • Developer Seed: The catalog available as part of the Apple Developer Program
        • Public Seed: The catalog available as part of the Apple Beta Software Program Note: Catalogs from the Seed Programs may contain beta / unreleased versions of macOS. Ensure you are a member of these programs before proceeding.
      • Validates the Chunklist checksums upon download
    • Automatic retries for failed downloads!

Build Requirements

  • Swift 5.7 | Xcode 14.0.
  • Runs on macOS Monterey 12.0 and later.

Download

Grab the latest version of Mist from the releases page.

Credits / Thank You

Version History

  • 0.4

    • Building a package for macOS Big Sur or newer is now much faster, as the Apple-provided package is just re-used
    • Custom Catalog URLs have been replaced with a default set of Apple-provided Software Update Catalogs in the app preferences
      • The standard catalog that ships with macOS is enabled by default
      • Additional Seed Program catalogs can be enabled
      • Note: Catalogs from the Seed Programs may contain beta / unreleased versions of macOS. Ensure you are a member of these programs before proceeding
    • Users are now notified when the macOS Installer cache directory has incorrect ownership / permissions, and are given the option to repair. Cache directories for specific macOS Installers with incorrect ownership / permissions will attempt to repair on-the-fly
  • 0.3

    • The macOS Installer cache directory can now be customised in the app preferences
    • Calculating ISO image sizes is slightly more dynamic (to better support macOS Ventura ISOs)
    • macOS Installer SHA-1 checksums are now only validated when they are present
    • Minor cosmetic tweaks
  • 0.2

    • Users are now notified of incompatible macOS Firmwares / Installers before downloading
    • Placeholder icons for macOS Ventura have been updated with the real deal
    • Custom Catalog URLs are no longer being ignored
    • The Catalog URLs heading is now aligned correctly under Preferences
  • 0.1.1

    • Intermediate cache directories are now created if required
    • Downloads no longer retry indefinitely
  • 0.1

    • Initial release

License

Copyright © 2022 Nindi Gill

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.