What problem does it solve?
It solves the problem of interacting with macOS graphical user interfaces when there is no accessible DOM, API, or reliably identifiable UI hooks—by letting you click and type using visual, OCR-detected elements.
Core Features & Use Cases
- Screenshot → OCR element picking: Captures an app window, detects text via Apple Vision, and overlays numbered clickable regions.
- Deterministic GUI actions: Click numbered elements, scroll within a window, and type or press key combos using reliable macOS automation primitives.
- Verification loop: Re-screenshot after each action so you can confirm state changes and correct the next interaction.
- Use case: Completing multi-step workflows like searching inside a browser, submitting forms in a desktop app, or navigating a chat/app UI by selecting the visible text buttons.
Quick Start
Ask the agent to use mac-use to screenshot your target Mac app window, choose the correct numbered element, perform the click or typing, and then screenshot again to verify the result.