Search for nearby places from the command line using macOS MapKit. No API keys, no cloud accounts. The same search engine that powers Apple Maps, exposed as a simple CLI.
# Pass coordinates directly
$ nearme "coffee" --lat=40.6892 --lon=-73.9857
# Or pipe from whereami for automatic location
$ whereami --json | nearme "pizza"
1. Norm's Pizza
345 Adams St, New York, NY 11201
+1 (347) 916-1310 · https://normspizza.com · 470 m
2. Piz-zetta
90 Livingston St, Brooklyn, NY 11201
+1 (718) 422-7878 · 473 mResults sorted by distance. Includes address, phone, URL when
available. Coordinates via --lat/--lon flags,
or pipe from whereami for automatic location.
--json for scripting.
Written in Zig. Talks to the Objective-C runtime directly — no Swift, no Objective-C source files. Companion to whereami.
brew install georgemandis/tap/nearme