Skip to main content
Getting tauri-plugin-configurate into your project takes four steps: add the Rust crate, add the JavaScript package, register the plugin in your Tauri builder, and grant the required IPC permissions. The optional fifth step covers advanced plugin configuration through the builder API.

What’s Next

With the plugin installed and permissions granted, you’re ready to define your first config schema and start reading and writing settings.

Quickstart

Define a schema, create a config file, and load it back in a few lines of TypeScript.

Providers

Learn the differences between JSON, YAML, TOML, and encrypted Binary providers and when to use each.