Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
M

macchanger

> 编程语言
Open source

Change your mac address, for OS X

367 stars0 likes3 views
WebsiteGitHub

About

Change your mac address, for OS X

MacChanger for macOS

A MAC address management tool for macOS that works with the latest macOS versions including ARM.

Version 1.6.1

GREAT NEWS: Manual MAC address changing now works perfectly on macOS ARM using the proper method!

Features

  • Show current MAC address: macchanger -s en0
  • Set specific MAC address: macchanger -m aa:bb:cc:dd:ee:ff en0
  • Generate random MAC address: macchanger -r en0
  • Cross-version compatibility: Works on both intel and ARM
  • Automatic Wi-Fi handling: Properly manages Wi-Fi state during MAC changes

Usage

…

Installation

Homebrew (macOS 10.15+)

  1. Install brew (http://brew.sh/)
  2. brew update
  3. brew install acrogenesis/macchanger/macchanger

Manual (no Homebrew)

Homebrew 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.

Supported Interfaces

  • Wi-Fi interfaces (en0, en1): Full support with automatic Wi-Fi management
  • Ethernet interfaces: Direct MAC address changes
  • Other interfaces: Basic support

Troubleshooting

If you encounter issues:

  1. Make sure you run with sudo: The script needs admin privileges
  2. Try again: Sometimes the first attempt may fail
  3. Check your interface: Use ifconfig to verify the correct interface name
  4. Verify the change: Use macchanger -s en0 to confirm the new MAC address

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Found a bug or want to contribute? Please open an issue or submit a pull request!

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Ruby

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言