An open API service indexing awesome lists of open source software.

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

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.