Launch iOS & Android Emulators From Your Mac Menu Bar โ 2 Clicks
Tiny free Mac app. No Xcode, no Android Studio. Click โ emulator boots. 2.7k+
on GitHub.
Skip the 5GB IDE just to test on a phone. MiniSim lives in your menu bar, fires up any emulator in seconds.
Repo: github.com/okwasniewski/MiniSim
๐ง What it actually does
Youโre building an app, you want to test it on an iPhone or Pixel. Normally youโd open Xcode (Appleโs massive coding app) OR Android Studio (Googleโs massive coding app), wait 30 seconds for it to load, dig 4 menus deep, then click โRun.โ
MiniSim is a tiny icon in your Macโs top bar. Click it โ list of every iPhone / iPad / Pixel / TV emulator you have โ click one โ it boots. No IDE needed.
Emulator = a fake phone running inside your Mac. Menu bar = the top strip on macOS where wifi/battery icons live. MiniSim adds itself there.
๐ฟ What you get
| Loot | Plain English |
|---|---|
| iPhone, iPad, Apple TV โ every simulator youโve got | |
| Every AVD (Android Virtual Device) youโve created | |
| Restart fresh when somethingโs stuck | |
| Run emulators with audio muted โ your bluetooth headphones thank you | |
| One-click clipboard for custom CLI commands | |
| Test Talkback on Android with one click | |
| Pre-configure how emulators boot | |
โฅ + โง + e opens the menu instantly |
|
| Visual badge so you know whatโs live | |
| Pure Swift, almost zero RAM use |
๐ฅ Install โ 30 seconds
Easiest (Homebrew, the Mac package installer):
brew install --cask minisim
Or grab the .app directly:
GitHub Releases โ download MiniSim.app.zip โ unzip โ drag to Applications.
Bonus: Raycast extension (control MiniSim via keyboard launcher) โ install MiniSim Raycast extension.
You still need Xcode (for iOS simulators) and Android Studio (for AVDs) installed once โ MiniSim just gives you a faster door to the emulators they already manage. It uses
xcrunandsdk/emulatorunder the hood.
๐ฎ Use it โ daily flow
- Open MiniSim โ it sits in the top-right menu bar
- Hit
โฅ + โง + e(or click the icon) - List of every iPhone + every Pixel + every TV emulator
- Click one โ boots in seconds
- Need to copy that emulatorโs ADB ID for a script? Right-click โ Copy
Side hustle for React Native / Flutter devs: map MiniSimโs global shortcut to your second monitorโs hotkey. Boot 3 devices at once for cross-platform testing without ever leaving your editor.
๐ก๏ธ Catch check
| Q | A |
|---|---|
| Mac only? | Yes. macOS menu-bar app, written in Swift + AppKit. |
| Free forever? | Yes, MIT license, open source, 2.7k |
| Replaces Xcode / Android Studio? | No โ pairs with them. You still need them installed once. |
| Safe? | Open source, 83 forks watching the code, no telemetry |
| Lightweight? | Sub-50MB RAM at idle. Doesnโt slow your Mac. |
| Windows / Linux? |
Simple-pimple: install with one brew command โ emulator picker now lives in your Macโs top bar โ click any iPhone or Pixel to boot it in seconds. No more opening Xcode/Android Studio just to launch a damn phone.
The mobile dev productivity hack hiding in plain sight on GitHub.

!