A simple program (written in swift) to get geolocation of Wi-Fi access points by their BSSIDs. Requires macOS 14 Sonoma or later.
- searches for a location using data from five network location providers
- sends HTTP requests asynchronously to speed up lookups
- accepts MAC addresses in various formats
- simple GUI
And more!
Download latest versionTo keep this app maintained and up-to-date please consider sponsoring it on GitHub. Or if you are looking for a private support or help in customizing the experience, then reach out to me on Telegram @voidboost.
These two commands usually help — you need to run them in the terminal (when entering the password, it will be hidden — that’s normal).
sudo xattr -cr /Applications/Geomac.app
and
sudo codesign --force --deep --sign - /Applications/Geomac.app