Cross-platform desktop and mobile application built with Tauri.
- 🌐 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
bun install
bun tauri devbun tauri build# iOS (macOS only)
bun tauri ios init
bun tauri ios dev
# Android
bun tauri android init
bun tauri android devThe code in this repository is licensed under MIT, © Omni LLC. See LICENSE.md for more information.