Skip to content

omnidotdev/template-tauri

♉ Tauri Template

Cross-platform desktop and mobile application built with Tauri.

Features

  • 🌐 Cross-Platform: Desktop (Windows, macOS, Linux) and Mobile (iOS, Android) support
  • 🎨 Custom Titlebar: Native-feeling window controls
  • 📥 System Tray: Background operation with menu
  • 🔄 Auto-Updater: Built-in update mechanism
  • 🔗 IPC: Communication between Rust and JavaScript
  • 🧭 TanStack Router: Type-safe navigation
  • 💨 Tailwind CSS: Utility-first styling

Prerequisites

Development

bun install
bun tauri dev

Building

Desktop

bun tauri build

Mobile

# iOS (macOS only)
bun tauri ios init
bun tauri ios dev

# Android
bun tauri android init
bun tauri android dev

License

The code in this repository is licensed under MIT, © Omni LLC. See LICENSE.md for more information.

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors