Change your mac address, for OS X
A MAC address management tool for macOS that works with the latest macOS versions including ARM.
GREAT NEWS: Manual MAC address changing now works perfectly on macOS ARM using the proper method!
macchanger -s en0macchanger -m aa:bb:cc:dd:ee:ff en0macchanger -r en0…
brew updatebrew install acrogenesis/macchanger/macchangerHomebrew no longer supports macOS 10.14, so Mojave users should install from source:
git clone https://github.com/acrogenesis/macchanger.git
cd macchanger
sudo make install
To uninstall:
sudo make uninstall
This sequence bypasses Apple's restrictions and successfully changes the MAC address.
If you encounter issues:
ifconfig to verify the correct interface namemacchanger -s en0 to confirm the new MAC addressThis project is licensed under the MIT License - see the LICENSE file for details.
Found a bug or want to contribute? Please open an issue or submit a pull request!
No open issues yet, or sync has not completed.