Skip to content
Tauri
Releases
You're reading the blog on the prerelease site for Tauri 2.0 - Go to the Tauri 1.0 site

Announcing the Tauri Mobile Alpha Release

Tauri 2.0 Launch Hero Image

Tauri mobile is here! The first alpha release 2.0.0-alpha.0 has been published.

Make sure to update both NPM and Cargo dependencies to the 2.0.0-alpha.0 release. You can update the dependencies with:

npm install @tauri-apps/cli@next @tauri-apps/api@next

You can adapt your existing desktop application to run on mobile or start a fresh project. Tauri runs on the connected device or starts an emulator if available.

iOS Preview Android Preview


Read the complete guide on the next documentation website.

  • TLS support has been moved behind a Cargo feature until we figure out how to cross compile OpenSSL on Windows.
  • Currently running on a device is not supported when using Xcode 14.

© 2024 Tauri Contributors. CC-BY / MIT