AXedocs
Install

Installation

Install AXe with Homebrew, then verify the CLI can see your booted iOS Simulators.

Requires macOS 14+Homebrew installiOS Simulator

Requirements#

RequirementNotes
macOSmacOS 14 Sonoma or later.
HomebrewRecommended installation path for normal use.
SimulatorA booted iOS Simulator is required for interaction, screenshot, and video commands.

Install with Homebrew#

shell
brew tap cameroncooke/axe
brew install axe

Or install in one command:

shell
brew install cameroncooke/axe/axe

Verify the CLI#

Confirm AXe is installed:

shell
axe --help

Then confirm AXe can see your simulators:

shell
axe list-simulators

If list-simulators prints your simulator devices, AXe is ready to use.

Need a simulator first?

Boot an iOS Simulator before running interaction commands. list-simulators is the fastest check that AXe can reach the simulator runtime.

Next step#

Open Quick Start and run AXe against a booted simulator.