Nearme. Find nearby places from your computer's command line, no sign-ups needed.

less.software/nearme

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2026
  • Add build.zig.zon with minimum_zig_version pinned to 0.16.0
  • Release —v0.3.0
  • Add --csv and --jsonl output formats
May 2026
  • Release —v0.2.1
  • fix: enforce search region as strict boundary via regionPriority
  • Release —v0.2.0
  • feat: add category filter, result type filter, and shell completions
  • Release —v0.1.0
  • prep release: remove docs, update README, add CI, cross-compile support
  • feat: rich human output with phone, URL, distance; sort by distance
  • chore: add .gitignore for build artifacts
  • docs: add README and LICENSE
  • fix: output empty JSON array for zero results in --json mode
  • fix: no-results message to stdout (not an error)
  • feat: wire search to main, human and JSON output formatting
  • feat: MKLocalSearch implementation via ObjC runtime
  • fix: flags take priority over stdin coordinates
  • feat: read coordinates from piped stdin JSON
  • fix: reject zero/negative radius and zero count
  • feat: argument parsing with help, version, and validation
  • scaffold: build.zig, objc.zig, stub search and main
  • plan: nearme implementation plan (7 tasks)
  • Fix spec issues from review
  • Add nearme design spec