www.minisim.app

Launch iOS and Android emulators directly from your menu bar. Native Swift app that streamlines mobile development workflow with one-click access to simulators.

MiniSim screenshot showing the app interface

MiniSim provides one-click access to iOS simulators and Android emulators from the macOS menu bar, eliminating the need to navigate through Xcode menus or Android Studio’s AVD Manager. The app displays both iOS simulators and Android emulators in a single organized dropdown for streamlined mobile development workflows.

The native Swift implementation delivers fast performance compared to Electron-based alternatives. Emulator launches typically complete 15-20 seconds faster than navigating through native IDE interfaces. Memory usage stays around 15MB with essentially zero CPU impact when idle.

Key features include one-click device UDID and name copying for CI/CD pipeline configuration and debugging. Android emulator support includes cold boot restarts, audio-disabled operation for quiet environments, and accessibility feature toggling such as TalkBack. A global shortcut (Option+Shift+E) provides instant menu access.

Created by Oskar Kwasniewski, the project has garnered over 2,000 GitHub stars with active development. Installation options include GitHub releases, Homebrew (brew install --cask minisim), or Gumroad. The pricing model is pay-what-you-want starting at free, with a suggested $6.99 donation.

System requirements: macOS with Xcode and/or Android Studio properly configured. The app works with existing simulator setups without modification.

Limitations: The app assumes simulators are already configured in Xcode and Android Studio. Users new to mobile development must set up emulators through the respective IDEs first. MiniSim enhances existing workflows rather than replacing setup processes.

Alternatives include Xcode’s built-in simulator menu, Android Studio AVD Manager, and Control Room (iOS simulator companion).

Suitable for mobile developers working with React Native, Flutter, or native iOS/Android development who frequently switch between multiple device configurations for testing.

FAQ

What does MiniSim do?+

MiniSim provides one-click access to iOS simulators and Android emulators from the macOS menu bar, listing both in a single dropdown. It also copies device UDIDs and names for CI/CD use, and supports cold boot restarts and audio-disabled mode for Android emulators.

Is MiniSim free?+

Yes. MiniSim is free and open-source. The pricing model is pay-what-you-want starting at free, with a suggested $6.99 donation on Gumroad.

How do I install MiniSim on macOS?+

Install MiniSim via Homebrew with `brew install --cask minisim`, or download from GitHub releases or the official website at https://www.minisim.app/.

Does MiniSim run on Apple Silicon?+

Yes. MiniSim runs on Apple Silicon (M1, M2, M3, M4) and Intel Macs.

How do I open MiniSim with a keyboard shortcut?+

MiniSim ships with a global shortcut of Option+Shift+E that opens its menu instantly from any application.

Do I need Xcode and Android Studio installed to use MiniSim?+

Yes. MiniSim assumes simulators and emulators are already configured in Xcode and Android Studio — it lists existing devices rather than creating new ones.

Related Apps