Skip to the content.

Getting Started

Download Airo

Use the latest GitHub release:

Android Installation

Direct APK Installation

  1. Download the latest APK to your Android device.
  2. Open the APK from your downloads or file manager.
  3. Allow installation from the browser or file manager if Android asks.
  4. Confirm installation and open Airo.

ADB Installation

Use this if you are installing from a development machine:

adb install -r app-release.apk

If the package targets a newer platform build, use:

adb install -t -r app-release.apk

Web

Download the web build zip from releases, extract it, and serve the built files from a local or hosted static web server. Modern Chrome is the recommended target for the best PWA behavior.

Development Setup

For contributors, use the repository setup commands:

make setup
make run-android
make run-ios
make run-web

See the main README and getting started docs for development prerequisites.