Installation
Install AXe with Homebrew, then verify the CLI can see your booted iOS Simulators.
Requirements
| Requirement | Notes |
|---|---|
| macOS | macOS 14 Sonoma or later. |
| Homebrew | Recommended installation path for normal use. |
| Simulator | A booted iOS Simulator is required for interaction, screenshot, and video commands. |
Install with Homebrew
shell
brew tap cameroncooke/axe
brew install axeOr install in one command:
shell
brew install cameroncooke/axe/axeVerify the CLI
Confirm AXe is installed:
shell
axe --helpThen confirm AXe can see your simulators:
shell
axe list-simulatorsIf 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.