src/content/docs/blog/tauri-mobile-alpha.mdx
import CommandTabs from '@components/CommandTabs.astro';
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:
<CommandTabs npm="npm install @tauri-apps/cli@next @tauri-apps/api@next" yarn="yarn upgrade @tauri-apps/cli@next @tauri-apps/api@next" pnpm="pnpm update @tauri-apps/cli@next @tauri-apps/api@next" cargo='cargo add [email protected] cargo add [email protected] --build cargo install tauri-cli --version "^2.0.0-alpha" --locked' />
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.
Read the complete guide on the next documentation website.