Skip to content

v0.5.75 - Mobile Build Support

Choose a tag to compare

@editnori editnori released this 07 Dec 23:44

What's New

Mobile Build Support (Android/iOS)

Tauri 2.x enables building Nota for mobile platforms from the same codebase.

Android APK available for download - Install directly on your Android device.

New scripts:

  • bun run android:init - Initialize Android project
  • bun run android:dev - Run on emulator/device
  • bun run android:build - Build release APK/AAB
  • bun run ios:init - Initialize iOS project
  • bun run ios:dev - Run on simulator/device
  • bun run ios:build - Build release IPA

Documentation

  • Added docs/mobile-setup.md with prerequisites and setup instructions

Prerequisites

  • Android: Android Studio + SDK/NDK
  • iOS: macOS + Xcode + Apple Developer account
  • Both: Rust toolchain

Full Changelog: v0.5.74...v0.5.75