└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-oss-mobile-automation 2 | 3 | There is a lot happening around commoditizing automation for mobile devices through open source, but the various efforts are scattered across repositories and projects. This repository aims to serve as a directory to locate those efforts. 4 | 5 | ## Virtualization 6 | 7 | ### macOS Environments 8 | 9 | - [Lume](https://github.com/trycua/lume): Create and run high-performance macOS and Linux VMs on Apple Silicon, with built-in support for AI agents. 10 | - [Curie](https://github.com/macvmio/curie): CLI-oriented macOS virtual machine 11 | - [Geranos](https://github.com/macvmio/geranos): Transfers macOS virtual machine images to and from OCI registries 12 | 13 | ## Orchestration 14 | 15 | ### macOS Environments 16 | 17 | - [Fugaci](https://github.com/macvmio/fugaci): Kubernetes-based system for serving ephemeral macOS virtual machines (VMs) 18 | - [buildkansen](https://github.com/tramlinehq/buildkansen): Fast, pooled macOS runners for GitHub Actions 19 | 20 | ## Release management 21 | 22 | - [Tramline](https://github.com/tramlinehq/tramline): Release coordination and deployment platform, just for your mobile apps 23 | - [Macige](https://github.com/tramlinehq/macige): Mobile App CI workflow GEnerator: Android, iOS, Flutter, and React Native! 24 | 25 | ## Dev environment management 26 | - [Mise](https://github.com/jdx/mise): dev tools, env vars, task runner 27 | 28 | ## Automation DSLs and tools 29 | 30 | - [swift-sh](https://github.com/mxcl/swift-sh): Easily script with third-party Swift dependencies. 31 | - [Sake](https://github.com/kattouf/Sake): 🍶 Swift-based utility for managing project commands, inspired by Make. 32 | --------------------------------------------------------------------------------