OculOS turns any desktop app into JSON API via OS accessibility tree
OculOS is a single Rust binary (~3 MB) that reads the OS accessibility tree and exposes every UI element as a REST endpoint. The tool allows developers to click buttons, type text, and toggle checkboxes via JSON, and it works as an MCP server for Claude/Cursor/Windsurf. This enables AI coding assistants to control any desktop application out of the box across Windows, Linux, and macOS under an MIT license.