Launching today

Openclick
macOS agent that turns prompts into automated clicks
16 followers
macOS agent that turns prompts into automated clicks
16 followers
openclick is an experimental open-source CLI that drives macOS UI from a prompt. An LLM produces a plan of UI actions; openclick executes them via the macOS Accessibility APIs. Early and rough. MIT-licensed.





Podcast List
Filliny
Riccardo congrats on the launch. screenshot-driven planners are interesting territory. one thing we keep getting tripped up on in browser automation: the screenshot the LLM saw at step N is stale by step N+1 if the page re-rendered. how does Openclick handle that. does it re-anchor each step from a fresh AX tree, or trust the original plan and verify at the end? curious because the AX-tree-vs-pixel-coords delta is exactly where most of our agent failures hide.