https://tauri.app/blog/2022/12/09/tauri-mobile-alpha/ Skip to main content Tauri mobile alpha has launched! Read the blog post Tauri LogoTauri Logo Guides API * Configuration * CLI * JavaScript / TypeScript * Rust (via Docs.rs) ReferencesBlog Community * Get Involved * Sponsors * Discord * Awesome Tauri About * What is Tauri? * Governance * Trademark Guidelines * Get the Book ReleasesGitHub English * English * Francais * hangugeo * Zhong Wen (Zhong Guo ) * Italiano * Help us translate [ ] Announcing the Tauri Mobile Alpha Release December 9, 2022 * 2 min read Lucas Nogueira Lucas Nogueira Tauri Cofounder Tauri 1.2 Launch Hero Image Tauri mobile is here! The first alpha release 2.0.0-alpha.0 has been published. Updating dependencies Make sure to update both NPM and Cargo dependencies to the 2.0.0-alpha.0 release. You can update the NPM dependencies with: * npm * Yarn Classic * Yarn Berry * pnpm npm install @tauri-apps/cli@next @tauri-apps/api@next yarn upgrade @tauri-apps/cli@next @tauri-apps/api@next yarn up @tauri-apps/cli@next @tauri-apps/api@next pnpm update @tauri-apps/cli@next @tauri-apps/api@next To update the Cargo dependencies, run the following in the src-tauri folder: cargo add tauri@2.0.0-alpha.0 cargo add tauri-build@2.0.0-alpha.0 --build cargo install tauri-cli --version "^2.0.0-alpha" Preview 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 previewAndroid preview Getting started Read the complete guide on the next documentation website. Known issues * 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. Older Post Announcing Tauri 1.2.0 * Updating dependencies * Preview * Getting started * Known issues Repositories * Tauri * TAO * WRY Contact * Mail * Twitter * Mastodon Network * Blog * OpenCollective * GitHub Community * Sponsors * Discord * Awesome Tauri Copyright (c) 2022 Tauri Contributors. CC-BY / MIT