GitHub - GenericJam/mob: BEAM-on-device mobile framework for Elixir ยท GitHub
2026-05-31
![]()
BEAM-on-device: mob bundles Elixir/OTP straight into iOS and Android apps, so you write screens as GenServers that emit component trees while native Compose and SwiftUI handle rendering. Those trees serialise to JSON and cross to the native side through NIFs, and because it is the BEAM you get hot code reload and live state inspection over Erlang distribution from your dev machine. Early days -- the simulators work, but it isn't production-ready yet.
Was this useful?