https://github.com/omnidotdev/template-tauri
♉ Tauri template
https://github.com/omnidotdev/template-tauri
desktop foss mit open-source rust tauri template
Last synced: about 2 months ago
JSON representation
♉ Tauri template
- Host: GitHub
- URL: https://github.com/omnidotdev/template-tauri
- Owner: omnidotdev
- License: apache-2.0
- Created: 2026-01-25T10:23:44.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-03-31T18:08:09.000Z (2 months ago)
- Last Synced: 2026-04-06T03:37:17.393Z (about 2 months ago)
- Topics: desktop, foss, mit, open-source, rust, tauri, template
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ♉ Tauri Template
Cross-platform desktop and mobile application built with [Tauri](https://tauri.app).
## 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
- [Rust](https://rustup.rs) 1.85+
- [Bun](https://bun.sh) 1.3+
- [Tauri CLI](https://v2.tauri.app/start/prerequisites/)
## Development
```sh
bun install
bun tauri dev
```
## Building
### Desktop
```sh
bun tauri build
```
### Mobile
```sh
# 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 Apache 2.0, © [Omni LLC](https://omni.dev). See [LICENSE.md](LICENSE.md) for more information.