| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| macUSB.2.2.dmg | 2026-05-17 | 33.3 MB | |
| macUSB v2.2 source code.tar.gz | 2026-05-17 | 35.0 MB | |
| macUSB v2.2 source code.zip | 2026-05-17 | 35.2 MB | |
| README.md | 2026-05-17 | 1.7 kB | |
| Totals: 4 Items | 103.5 MB | 0 | |
macUSB v2.2 adds support for recognizing Windows and Linux .iso files and for creating bootable USB media for both systems.
ADDED: LINUX
- Added Linux
.isorecognition with detected distribution name, version, architecture, and distro icon preview in analysis. - Added ARM architecture labeling for recognized Linux sources.
- Added a dedicated process for creating bootable Linux USB media, using a
ddwrite path with post-write SHA-256 verification.
ADDED: WINDOWS
- Added Windows installer
.isorecognition for sources from Windows XP and Windows Server 2003 onward, including version and architecture detection. - Added ARM architecture labeling for recognized Windows sources.
- Added a dedicated process for creating bootable Windows USB media (supported for Windows 8 and newer, and Windows Server 2012 and newer), including MBR + FAT32 target formatting, automatic
.wimsplitting into.swmparts viawimlib, and write verification. - Added conditional checks for
wimlibwhen the selected Windows installer requires splitting the.wimfile.
ADDED: OTHER
- Added USB eject action on the summary screen.
- Added basic Touch Bar support showing app branding elements.
IMPROVEMENTS
- Improved handling of USB devices that macOS cannot mount; when a macOS source is recognized, analysis now clearly informs the user and guides them to use Disk Utility.
- Added an automatic 20-second analysis timeout with a clear unrecognized-system status when detection cannot identify the selected source.
- The app window no longer recenters automatically on launch.
- Analysis now shows the selected source file name instead of the full file path.
- Minor UI polish across the flow.