macOS
brew install locatemelocal Homebrew formula metadata
brew
Find your location using Apple's geolocation services. Version 0.2.1 via Homebrew; verified from local package data.
install
brew install locatemelocal Homebrew formula metadata
overview
Find your location using Apple's geolocation services
history
LocateMe is a small public-domain macOS command-line utility for printing the machine's location using Apple's geolocation services. It is package-nerd interesting because it exposes a GUI-era macOS location facility to shell scripts.
Robert Harder's official LocateMe page describes the tool as a command-line program that returns latitude, longitude, and related fields through Apple's geolocation services. The page lists version 0.2.1 as the downloadable release and documents usage for custom output formats.
LocateMe belongs to the broader iHarder.net SourceForge project, which hosts open source and public domain Java, XML, and Cocoa utilities. SourceForge lists the project as public domain and as registered in 2001, while the LocateMe page carries its own compact version history.
LocateMe's adoption appears to be modest and Mac-specific. Its value is in automation: scripts can ask the operating system for a location fix and format the result as coordinates, a Google Maps URL, XML-like text, or other shell-friendly output.
The official installation instructions are intentionally simple: copy the `LocateMe` executable into a directory on the user's PATH, such as `/usr/local/bin`, or run it from the current directory as `./LocateMe`.
The command supports flags for help, Google Maps URL output, long multiline output, and custom formats with placeholders such as `{LAT}`, `{LON}`, `{ALT}`, `{HAC}`, and `{TIME}`. No official config or credentials file is documented.
LocateMe is a classic single-purpose Homebrew formula: a tiny binary wrapper around a platform feature that becomes more useful once it is installed into PATH.
Its public-domain status and small SourceForge-hosted release make it representative of older macOS command-line utilities that package managers keep discoverable long after their original release.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
LocateMe | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://iharder.sourceforge.net/current/macosx/locateme/
install metadata
| Package key | brew:locateme |
|---|---|
| Version | 0.2.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/locateme |
| Homepage | https://iharder.sourceforge.net/current/macosx/locateme/ |
| Repository | https://sourceforge.net/projects/iharder |
| Upstream docs | https://iharder.sourceforge.net/current/macosx/locateme |
| License | LicenseRef-Homebrew-public-domain |
| Source archive | https://downloads.sourceforge.net/project/iharder/locateme/LocateMe-v0.2.1.zip |
| Bottle | available (on arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | locateme |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.