Hacker News new | ask | show | jobs
Show HN: OculOS – Any desktop app as a JSON API via OS accessibility tree (github.com)
5 points by stif1337 114 days ago
Single Rust binary (~3 MB) that reads the OS accessibility tree and gives every UI element a REST endpoint. Click buttons, type text, toggle checkboxes — all via JSON.

Works as an MCP server too, so Claude/Cursor/Windsurf can control any desktop app out of the box.

Windows + Linux + macOS. MIT licensed.