What problem does it solve? Automating native macOS applications is difficult when tasks require clicking, typing, scrolling, and reading screen content in apps that have no API, and coordinate-based automation is fragile and steals the user's focus. ## Core Features & Use Cases - Element-indexed interaction: Capture screens with numbered overlays on every interactable element, then click, drag, or scroll by element index instead of pixel coordinates. - Background operation: Drive apps on any Space without moving the user's cursor, stealing keyboard focus, or raising windows. - Model-agnostic workflow: Works with any tool-capable model (Claude, GPT, Gemini, or local models) through a single computer_use tool with capture modes for vision or text-only models. - Use Case: Ask the agent to open Safari, navigate to a site, fill in a form, and verify the result — all while you keep working in another window. ## Quick Start Use the computer_use tool to capture the Safari window and click the Sign In button by its element index.