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: 1 day ago
JSON representation
MacOS menu bar app for launching iOS and Android 🤖 emulators
- Host: GitHub
- URL: https://github.com/okwasniewski/MiniSim
- Owner: okwasniewski
- License: mit
- Created: 2023-01-26T14:45:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T15:36:21.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:39:00.885Z (12 days ago)
- Topics: android, developer-tools, hacktoberfest, ios, menubar, menubar-app, swift, utilities
- Language: Swift
- Homepage: https://www.minisim.app/
- Size: 1020 KB
- Stars: 1,777
- Watchers: 9
- Forks: 38
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - MiniSim - MacOS menu bar app for launching iOS and Android 🤖 emulators. ![swift_icon] (Applications / Menubar)
- awesome-list - okwasniewski/MiniSim - MacOS menu bar app for launching iOS and Android 🤖 emulators (Swift)
- awesome-swift-macos-apps - MiniSim - MacOS menu bar app for launching iOS and Android 🤖 emulators. (Menubar / Text)
- awesome-swift-macos-apps - MiniSim - MacOS menu bar app for launching iOS and Android 🤖 emulators. (Menubar / Text)
- open-source-mac-os-apps - MiniSim - MacOS menu bar app for launching iOS and Android 🤖 emulators. ![swift_icon] (Applications / Menubar)
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).