simutil 0.4.0 copy "simutil: ^0.4.0" to clipboard
simutil: ^0.4.0 copied to clipboard

TUI application for launching Android Simulators / iOS Simulators and more ...

SimUtil

SimUtil

A terminal UI for launching Android Emulators / iOS Simulators
Launch, connect, manage your devices and more — all from the terminal

SimUtil - Terminal UI for iOS Simulators and Android Emulators | Product Hunt

GitHub Repo stars Build GitHub release

Browse your available emulators and simulators side-by-side, launch with custom options and connect to physical devices wirelessly.

Simutil is written with Nocterm, a terminal UI framework for Dart with similar syntax to Flutter.

Simutil Showcase

Features #

  • One-Key Launch — Start any device with Enter, no need to open Android Studio or Xcode
  • Android Launch Options — Provide launch option for Android Emulators: Normal, Cold Boot, No Audio, or Cold Boot + No Audio,...
  • ADB Tools Built-in — Connect to physical Android devices wirelessly:
    • Connect via IP address
    • Pair with 6-digit code (Android 11+)
    • QR code pairing (Android 11+)

Installation #

Binary Install #

curl -fsSL https://raw.githubusercontent.com/dungngminh/simutil/main/install.sh | bash

Using Homebrew (macOS/Linux) #

brew tap dungngminh/simutil
brew install simutil

From pub.dev #

dart pub global activate simutil

From source #

git clone https://github.com/dungngminh/simutil.git
cd simutil
dart pub get
dart pub global activate --source path .

Then run:

simutil

Supported platforms #

  • ✅ macOS
  • ✅ Linux
  • ✅ Windows

Contributing #

git clone https://github.com/dungngminh/simutil.git
cd simutil
dart pub get
dart run bin/simutil.dart   # Run locally

dart --enable-vm-service bin/simutil.dart # Run with hot reload
  1. Fork this repository
  2. Create a branch and make your changes
  3. Open a Pull Request

License #

MIT — see LICENSE

1
likes
140
points
536
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

TUI application for launching Android Simulators / iOS Simulators and more ...

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, ascii_qr, mason_logger, nocterm, path, process_run, yaml

More

Packages that depend on simutil