···73737474```bash
7575# Install via Homebrew
7676+brew tap cameroncooke/axe
7777+brew install axe
7878+7979+# Or single linger
7680brew install cameroncooke/axe/axe
77817882# Use directly
7979-axe --version
8383+axe --help
8084```
81858286#### Build from source
···8993cd AXe
90949195# Run directly with Swift (frameworks handled automatically)
9292-swift run axe --version
9696+swift run axe --help
9397swift run axe list-simulators
94989599# Build for development
96100swift build
9797-.build/debug/axe --version
101101+.build/debug/axe --help
98102```
99103100104### Basic Usage