Skip to content

Releases: DevelopersCoffee/airo

Airo Super App v1.2.0

10 Feb 16:13

Choose a tag to compare

Airo Super App v1.2.0

What's Changed

git-cliff/CHANGELOG.md


📦 Available Downloads

Platform File Description
Android airo-v1.2.0-arm64-v8a.apk For modern 64-bit devices (recommended)
Android airo-v1.2.0-armeabi-v7a.apk For older 32-bit devices
Android airo-v1.2.0-x86_64.apk For emulators/Chromebooks
Android airo-v1.2.0.aab For Google Play Store
iOS airo-v1.2.0-ios.ipa Requires signing (may be unavailable)
Web airo-v1.2.0-web.zip Run in browser
Windows airo-v1.2.0-windows-x64.zip Windows 10/11
Linux airo-v1.2.0-linux-x64.tar.gz Linux x64

Note: iOS build may be unavailable due to a known upstream issue with the Stockfish chess engine package.

🚀 Quick Start

Android

# For most modern devices (Pixel, Samsung Galaxy S/A series, etc.)
adb install airo-v1.2.0-arm64-v8a.apk
# For older 32-bit devices
adb install airo-v1.2.0-armeabi-v7a.apk
# For emulators or Chromebooks
adb install airo-v1.2.0-x86_64.apk

Web

Extract zip, open index.html in browser

📋 Features

  • 💰 Coins - Money management & bill splitting
  • 🤖 Mind - AI-powered Q&A with Gemini Nano
  • 🎵 Live - Music & IPTV streaming
  • 🎮 Arena - Games
  • 📖 Tales - Reader

🔐 Security

  • On-device AI (Pixel 9 Gemini Nano)
  • Encrypted local storage
  • HTTPS enforced

Built with Flutter 3.35.7

Airo v1.1.3 - Fix APK Installation Compatibility

09 Feb 06:47

Choose a tag to compare

🔧 Bug Fixes

  • Fixed APK installation failure on Android devices below Android 12
  • Lowered minimum SDK from API 31 (Android 12) to API 26 (Android 8.0)
  • Now supports a much broader range of Android devices (Android 8.0+)

📱 Compatibility

  • Minimum Android Version: Android 8.0 (API 26)
  • Target Android Version: Android 15 (API 36)
  • Gemini Nano AI: Available on Android 12+ devices, gracefully degrades on older devices

📦 Downloads

  • app-release.apk - Direct install on Android devices (323 MiB)

🚀 Installation

\\�ash

Download and install via ADB

adb install app-release.apk

Or download directly on your Android device and install

\\

⚠️ Note

This APK is signed with debug keys for testing purposes. For production use, a proper release signing configuration should be used.


Full Changelog: v1.1.2...v1.1.3

Release v1.1.2

09 Feb 05:13

Choose a tag to compare

What's New

  • Added IPTV streaming feature with M3U playlist support
  • Added Media Hub for centralized content management
  • Fixed Android build with ProGuard rules for ML Kit
  • Updated iOS deployment target to 15.0
  • Generated missing database files

Downloads

  • Android APK: Download from artifacts below
  • Windows Build: Available in artifacts
  • Web Build: Available in artifacts

Known Issues

  • Linux build requires gstreamer-1.0 (not included in CI)
  • iOS build requires deployment target updates in CocoaPods dependencies

Release v1.0.0+1

02 Nov 18:04

Choose a tag to compare

Version 1.0.0+1

See CHANGELOG.md for details.