Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/okwasniewski/MiniSim

MacOS menu bar app for launching iOS  and Android 🤖 emulators
https://github.com/okwasniewski/MiniSim

android developer-tools hacktoberfest ios menubar menubar-app swift utilities

Last synced: about 2 months ago
JSON representation

MacOS menu bar app for launching iOS  and Android 🤖 emulators

Lists

README

        

# MiniSim

![App logo](/MiniSim/Assets.xcassets/AppIcon.appiconset/256.png)

## About

MiniSim is a small utility menu bar app for launching Android 🤖 and iOS  emulators (and more!).

Written in Swift and AppKit.

## Install

Download the app from [releases](https://github.com/okwasniewski/MiniSim/releases) page or use [Homebrew](https://brew.sh):

```shell
brew install --cask minisim
```

### Raycast extension

You can use Minisim together with a [Raycast](https://www.raycast.com) extension.

## Features

- Lightweight
- Fast, 100% native
- Open Source
- Open with shortcut: ⌥ + ⇧ + e
- Launch iOS emulators
- Copy device UDID
- Copy device name
- Delete simulators
- Launch Android emulators
- Cold boot android emulators
- Run android emulators without audio (Your bluetooth headphones will thank you 🎧)
- Toggle a11y on selected emulator
- Copy device name
- Copy device ADB id
- Focus devices using accessibility API
- Set default launch flags
- Indicate running devices

## Screenshots

https://user-images.githubusercontent.com/52801365/224473566-a6248f20-8fc9-4b8e-ab95-64e85bc6d5c6.mp4

## Usage

> **important**
> This utility uses `xcrun` and `sdk/emulator` to fetch available devices on your machine.
> It might not work if you don't have a proper XCode and Android Studio setup.

There is a global shortcut for invoking the menu: ⌥ + ⇧ + e.

Checkout the docs [here](https://github.com/okwasniewski/MiniSim/tree/main/docs).