Homebrew - is a open-source package manager for Apple macOS.
This repository contains homebrew formulas for proxmark3 project with it dependencies.
-
Install homebrew if you haven't yet already done so: http://brew.sh/
-
Tap this repo:
brew tap proxmark/proxmark3
-
Install Proxmark3:
brew install proxmark3
-- for stable releasebrew install --HEAD proxmark3
-- for latest non-stable from GitHub (use this if previous command fails)
Proxmark3 will be installed in /usr/local/bin/proxmark3
Firmware located at /usr/local/share/firmware/
proxmark3 /dev/tty.usbmodemXXXX
sudo proxmark3-flasher /dev/tty.usbmodemXXXX /usr/local/share/firmware/fullimage.elf
sudo proxmark3-flasher -b /dev/tty.usbmodemXXXX /usr/local/share/firmware/bootrom.elf
Current release is failed to build, so use --HEAD
version.
Sucessfully tested on macOS Sierra 10.12.3