Skip to main content

Built for Proximos, opened to all

The Proximos API was built internally to power the Proximos app — a macOS software update enforcement tool for Mac admins. We needed a fast, reliable, cloud-hosted way to query the full macOS release history and board ID compatibility, so we built one. Once built, we thought other admins and developers might find it useful for their own scripts, workflows, and tools — so we released it as a licensed HTTP API. The Proximos API uses a separate, standalone API route and macOS Version Database from the Proximos Application.

What about the MacAdmins SOFA project?

We genuinely admire the SOFA project from the Mac Admins community. SOFA is an excellent community resource for macOS and iOS update data. The Proximos API and SOFA serve different use cases:
SOFAProximos API
FormatStatic JSON fileHTTP GET API
DeliveryHosted file downloadStructured REST endpoint
macOS historyModern macOSEvery macOS since System 0.97
Specific point-release lookup
Next available update from a version
Board ID → supported macOS versions
Version → compatible board IDs
SOFA is a JSON file you download and parse yourself. The Proximos API is a structured HTTP API — you request exactly what you need and get back exactly what you asked for.