Can mojo run on Android?

$ uname -a
Linux localhost 5.4.276-android12-9-gb4a927d994a0 #1 SMP PREEMPT Fri Dec 19 14:52:48 CST 2025 aarch64 Android

$ pip install mojo
Looking in indexes: Simple Index
ERROR: Could not find a version that satisfies the requirement mojo (from versions: none)
ERROR: No matching distribution found for mojo
~/z $

To my knowledge, there’s nothing fundamentally preventing the language from working on Android, but we don’t currently build and provide packages for Android. That’ll mean that pip won’t find a package for your platform. However, we might have more to say about this soon.