·tauri2-mobile
</>

tauri2-mobile

Expert guidance for developing, testing, and deploying mobile applications with Tauri 2. Use when working with Tauri 2 mobile development for Android/iOS, including project setup, Rust backend patterns, frontend integration, plugin usage (biometric, geolocation, notifications, IAP), emulator/ADB testing, code signing, and Play Store/App Store deployment.

19Installs·0Trend·@acaprino

Installation

$npx skills add https://github.com/acaprino/alfio-claude-plugins --skill tauri2-mobile

How to Install tauri2-mobile

Quickly install tauri2-mobile AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/acaprino/alfio-claude-plugins --skill tauri2-mobile
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: acaprino/alfio-claude-plugins.

SKILL.md

View raw

Build cross-platform mobile apps with Tauri 2 using web technologies (HTML/CSS/JS) for UI and Rust for native backend.

| White screen | Check JS console, verify devUrl, check capabilities | | iOS won't connect | Use --force-ip-prompt, select IPv6 | | INSTALLFAILEDALREADYEXISTS | adb uninstall com.your.app | | Emulator not detected | Verify adb devices, restart ADB | | HMR not working | Configure vite.config.ts with TAURIDEVHOST |

| Shell plugin URL error | Use opener plugin instead (openUrl()) | | Google OAuth fails | Google blocks WebView; use system browser flow | | Deep link not received | Check scheme in tauri.conf.json, init plugin | | Safe area CSS fails on Android | env() not supported in WebView; use JS fallback |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/acaprino/alfio-claude-plugins --skill tauri2-mobile
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from acaprino/alfio-claude-plugins

Quick answers

What is tauri2-mobile?

Expert guidance for developing, testing, and deploying mobile applications with Tauri 2. Use when working with Tauri 2 mobile development for Android/iOS, including project setup, Rust backend patterns, frontend integration, plugin usage (biometric, geolocation, notifications, IAP), emulator/ADB testing, code signing, and Play Store/App Store deployment. Source: acaprino/alfio-claude-plugins.

How do I install tauri2-mobile?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/acaprino/alfio-claude-plugins --skill tauri2-mobile Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/acaprino/alfio-claude-plugins