Create bootable Windows 11 USB drives on macOS
- Simple 3-step process — Select ISO, choose USB drive, create installer
- Drag & drop support — Just drop your Windows ISO onto the app
- Automatic format selection — Uses exFAT for large files, FAT32 for compatibility
- No external dependencies — Everything is built-in, no Homebrew required
- Native macOS app — Built with SwiftUI, feels right at home on your Mac
- macOS 13.0 (Ventura) or later
- A Windows 11 ISO file (download from Microsoft)
- A USB drive (8GB or larger recommended)
Download the latest version from the Releases page.
- Download
WinUSBCreator.dmg - Open the DMG and drag the app to your Applications folder
- Right-click the app and select "Open" (required for first launch)
git clone https://github.com/vcazan/WinUSBCreator.git
cd WinUSBCreator
open WinUSBCreator/WinUSBCreator.xcodeprojBuild and run in Xcode (⌘R).
- Select ISO — Click "Choose ISO" or drag and drop a Windows 11 ISO file
- Select USB — Choose your USB drive from the list (all data will be erased!)
- Create — Click "Create Installer" and wait for the process to complete
Once complete, restart your Mac and hold the Option (⌥) key to select the USB drive as your boot device.
WinUSB Creator handles the complexities of creating a Windows bootable USB on macOS:
- Smart formatting — Automatically chooses exFAT (for files >4GB) or FAT32
- File copying — Streams large files with real-time progress updates
- UEFI compatible — Creates GPT partition table for modern boot support
Q: Why does the app need to run outside the sandbox?
A: Creating bootable USB drives requires low-level disk access that isn't possible in a sandboxed environment.
Q: Is this safe to use?
A: Yes, but always double-check you've selected the correct USB drive. All data on the selected drive will be permanently erased.
Q: Can I use this for Windows 10?
A: Yes, it works with Windows 10 ISOs as well.
MIT License. See LICENSE for details.
Contributions are welcome! Please open an issue or submit a pull request.
Made with ❤️ for the Mac community