Apple Quietly Killed Two Fastest-Growing AI Dev Tools - Accessibility APIs Are the Way Forward

Fazm Team··2 min read

Apple Quietly Killed Two Fastest-Growing AI Dev Tools

Apple has some of the most powerful accessibility APIs in the industry. They let apps read screen content, interact with UI elements, and automate workflows across any application. For AI agent developers, these APIs are gold.

But the App Store review process is increasingly hostile to apps that use them in creative ways.

The Power of Accessibility APIs

macOS accessibility APIs let an AI agent:

  • Read text from any application window
  • Identify and interact with buttons, menus, and form fields
  • Navigate between applications programmatically
  • Monitor screen changes in real-time

This is fundamentally better than screenshot-based approaches because you get structured data instead of pixels. You know that element is a "Save" button, not just a rectangle of certain colors at certain coordinates.

The App Store Problem

Apple wants accessibility APIs used for, well, accessibility - screen readers, voice control for users with disabilities, switch access. Using them to build an AI agent that automates workflows is a gray area that review teams are increasingly rejecting.

The rejections are often vague: "your app uses private APIs" (they are not private), "your app duplicates system functionality" (it extends it), or simply "your app does not meet guidelines."

Native Distribution as the Answer

The solution is the same as with dynamic code execution restrictions - distribute outside the App Store. A notarized DMG download gives you full access to accessibility APIs without review gate-keeping.

This is why most serious macOS automation tools - Keyboard Maestro, Hammerspoon, BetterTouchTool - have always distributed outside the App Store. They need the freedom to use system APIs the way power users expect.

The irony is that Apple built excellent APIs for system-level automation and then made it nearly impossible to distribute apps that use them through their own store.

Fazm is an open source macOS AI agent. Open source on GitHub.

More on This Topic

Related Posts