#785 · Primary category: AI Agents & Automation

macos-harness

accessibility agent automation cdp computer-use macos python

The simplest, thinnest harness that gives an LLM complete freedom to control a Mac.

Project last updated:08/17/26

GitHub Stars

809

Forks

55

Contributors

1

License

MIT

Why we included this project

This harness is for anyone building an agent that has to do real work on a Mac: click through native apps, type into fields, read the screen, or drive Apple Events. Instead of maintaining a growing pile of app-specific tools, the model gets six raw primitives (see, key, type, click, ax, and script) plus the browser and filesystem in the same Python process, and writes whatever helper logic is missing as it goes. That keeps the surface small, so it is easier to tell what the agent can and cannot do. It is a good fit for teams prototyping computer-use agents on macOS, especially if they already use Codex or Claude Code, since the agent installs and verifies the harness itself.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category