# Tauri Samples

Lightweight desktop application development examples using Tauri framework with Rust backend and web frontend

> Canonical page: https://elysiatools.com/en/samples/tauri

- **Category:** Desktop Development

- **Keywords:** tauri, desktop, rust, web, cross-platform, lightweight

## Overview

Lightweight desktop application development examples using Tauri framework with Rust backend and web frontend

## Examples

- **Tauri Hello World Application**: Basic Tauri application setup with minimal configuration and simple Rust-JavaScript communication
- **Tauri File Manager Application**: Complete file manager application with drag-and-drop, file operations, and system integration
- **Tauri System Monitor Application**: Real-time system monitoring dashboard with CPU, memory, disk usage and process management

## When to use

- Use this sample set when you want reference inputs for Tauri Samples.
- Use it to preview output formats and compare related sample variants.

## How it works

- Open a sample entry to inspect the prepared example payload or asset.
- Compare it with related tools to understand how the workflow connects.

## Use cases

- Tauri Hello World Application
- Tauri File Manager Application
- Tauri System Monitor Application

## Frequently asked questions

### What is included in Tauri Samples?

This page includes curated sample entries, related tools, and neighboring sample collections for Tauri Samples.

## Related tools

- [HTML Tags Reference](https://elysiatools.com/en/tools/html-tags): Complete reference guide for all standard HTML5 tags with categories and descriptions
- [JSON to Rust Struct Converter](https://elysiatools.com/en/tools/json-to-rust): Convert JSON data into Rust structs with serde Serialize/Deserialize derives, snake_case fields, and serde rename attributes

## Related content

- [Web Desktop Features Rust Samples](https://elysiatools.com/en/samples/web-desktop-features-rust): Web Rust desktop-like features examples including file dialogs, message boxes, and system integration
