Tauri Store screenshot

Tauri Store

Author Avatar Theme by Ferreira tb
Updated: 12 Nov 2025
122 Stars

Persistent stores for Tauri

Categories

Overview

The Tauri Store offers a robust solution for managing persistent data storage in Tauri applications. As a non-official plugin, it provides flexibility and functionality that can enhance the development experience for those using Tauri to build their applications. With its ability to save data to disk and synchronize across multiple windows, developers can implement smoother user experiences across various platforms.

This lightweight plugin is especially powerful for those who want to access and manipulate data seamlessly using both JavaScript and Rust. Whether you’re building a complex application or a simple utility, the Tauri Store can help manage state effectively, making it a valuable tool in a developer’s arsenal.

Features

  • Persistent Storage: Save your stores directly to disk for long-term data retention, ensuring user data is preserved across sessions.
  • Multi-Window Synchronization: Keep data in sync across different windows of your application, allowing for a consistent user experience.
  • Debounce and Throttle: Control store updates with debounce or throttle options to optimize performance and reduce unnecessary updates.
  • Cross-Language Access: Seamlessly access stores from both JavaScript and Rust, enhancing flexibility in how you structure your application.
  • Framework Integration: Comes with various custom plugins that integrate perfectly with popular frameworks like Vue, Svelte, and React.
  • Support for Latest Tauri: Designed to work with Tauri version 2.0 or later, ensuring you have access to the latest features and improvements.