A concise, interactive CLI tool to list and run iOS Simulators and Android Emulators on macOS.
- List Devices: Beautiful tables showing available simulators/emulators.
- Run Devices: Boot devices instantly. Run without arguments for an interactive selection prompt.
- Auto-Diagnostics: Detects missing Xcode Command Line Tools or Android SDKs and provides copy-paste installation instructions.
The recommended way to install simu is via Homebrew:
brew tap yefga/tap
brew install simuAlternatively, install locally via source:
git clone https://github.com/yefga/Simu.git
cd Simu
bundle installList commands:
simu apple list
simu android listRun devices interactively:
simu apple run
simu android runRun specific devices:
simu apple run "iPhone 16" iOS26
simu android run Pixel_5Validate infrastructure health:
simu apple doctor
simu android doctor- Ruby
- Xcode Command Line Tools (
xcrun) - Android Studio (
emulator)