macUSB Installer Utility
- macUSB is a tool that creates bootable USB installers for Intel macOS on Apple Silicon, recently adding downloader and verifier features. - The utility targets legacy testing and compatibility validation for teams maintaining Intel-era macOS images on Silicon hardware. - The project update appeared on social, noting the downloader/verifier additions to streamline installer creation and validation (x.com).
macUSB is adding its own downloader and installer verifier, turning a niche legacy-Mac workflow into a single app on modern Macs. (github.com) The project’s GitHub release notes say version 2.1 added a built-in macOS downloader, Apple-catalog installer discovery, and a staged flow for download, verification, build, and cleanup. Version 2.1.1, published two days ago, says it fixed legacy installer reliability for Yosemite, El Capitan, and Sierra. (github.com) The app’s website says macUSB runs on macOS 14.6 or newer and supports creating bootable installers on both Apple Silicon and Intel Macs. Its README says it can build from local `.dmg`, `.iso`, `.cdr`, and `.app` files or from the new built-in downloader. (kruszoneq.github.io, github.com) A bootable installer is a USB drive that can start a Mac and install macOS without downloading the system again on each machine. Apple still documents that process, but its support page says older versions often require a compatible older Mac, and versions before High Sierra 10.13 must be created on an older compatible Mac. (support.apple.com, support.apple.com) That is the gap macUSB is targeting: teams and hobbyists who still need Intel-era macOS images while their everyday machines are now Apple Silicon. The project README says Catalina and older installers became a frequent support issue after Apple Silicon became the default host machine. (github.com) The new verifier is aimed at a specific failure point. The v2.1 notes say verification now uses package-signature checks and data-integrity validation, with methods chosen by system version and available verification paths. (github.com) The downloader is also built around Apple’s own distribution channels rather than third-party mirrors. The release notes say it discovers installers from Apple catalogs and supports both modern and legacy Apple distribution paths, including Sierra and older Apple Support downloads. (github.com) Apple’s own documentation still tells users to download full installers from Apple and check that they appear as an `Install [Version Name]` app in Applications before using `createinstallmedia`. macUSB’s pitch is that it automates the formatting, validation, and handoff steps that usually send users into Terminal and Disk Utility. (support.apple.com, github.com) The project is free and MIT-licensed, with 1.4 thousand stars and 74 forks on GitHub as of this week. For shops still validating old Intel Mac fleets from new Apple Silicon desks, the update is less about new operating systems than making old installers easier to trust. (github.com)