What problem does it solve? Automating native desktop applications, external browser windows, and app webviews requires OS-level window inspection and input that page-only tools like Playwright or CDP cannot reach, and picking the wrong Orca executable can silently target the wrong build or even launch the GNOME screen reader. ## Core Features & Use Cases - Executable Resolution: Selects the correct Orca CLI per session using ORCA_CLI_COMMAND, ORCA_DEV_REPO_ROOT, orca-ide, or orca, avoiding the GNOME Orca screen reader conflict on Linux. - Version-Matched Guide Loading: Fetches the computer-use guide matching the running Orca build via ORCA skills get computer-use before executing any commands. - OS-Level Window Automation: Drives inspection and input in native apps, Chrome, Edge, Safari windows, and app webviews through orca computer. - Use Case: An agent needs to click through a native desktop app's dialog on Linux; it resolves orca-ide, loads the version-matched guide, and issues window-level input commands without touching the screen reader. ## Quick Start Ask the agent to load the computer-use guide with the resolved Orca executable and then inspect or interact with a visible application window.