A Mac utility that automatically downloads macOS Firmwares / Installers.
Find a file
2023-06-08 17:45:30 +10:00
.github Fix issue templates 2023-05-28 22:41:55 +10:00
Mist Track download type on app launch 2023-06-08 17:45:30 +10:00
Mist.xcodeproj Replace beta text tag with ribbon 2023-06-08 17:45:16 +10:00
MistHelperTool Bump version 2023-06-06 22:42:06 +10:00
MistTests Update GitHub workflows 2022-12-08 14:30:00 +11:00
README Resources Add Full disk Access note to README 2022-12-25 15:56:36 +11:00
Scripts Fix uninstall script 2022-12-10 12:59:12 +11:00
Shared Improve logging of failed commands 2023-05-24 17:19:48 +10: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 Remove unused imports 2022-12-23 15:32:24 +11:00
appcast.xml Update appcast.xml 2023-06-07 17:38:56 +10:00
CHANGELOG.md Bump version 2023-06-06 22:42:06 +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 Update AutoPkg recipe 2022-12-29 17:12:07 +11:00
README.md Update README.md 2023-05-24 15:52:26 +10:00

📣 Looking for work!

I am a seasoned Mac Sys Admin who also makes Mac apps in Swift 🛠️

If you feel I would be a great fit for any job opportunities, please don't hesitate to reach out: nindi@ninxsoft.com | LinkedIn

Thank you 🙇


MIST - macOS Installer Super Tool

Latest Release Downloads 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!

Slack Check out #mist on the Mac Admins Slack to discuss all things Mist!

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!

Note: Depending on what Mist downloads, you may require allowing Full Disk Access for Mist via System Settings:

Full Disk Access

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

License

Copyright © 2023 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.