README.md

January 20, 2026 ยท View on GitHub

Specta Logo

Tauri Specta

Typesafe Tauri commands

Discord crates.io License

Note

This branch contains tauri-specta v2, you can checkout the git tag v1.0.2 for the previous version.

Getting Started

First you will need to choose a version:

Tauri v1Tauri v2
Specta v1Tauri Specta v1 docsUnsupported
Specta v2UnsupportedTauri Specta v2 docs

Tauri Specta v2 also comes with support for generating types for events.

Follow the documentation links above for help getting started.

Development

Run the example:

pnpm i
cd examples/app/
pnpm tauri dev

Running tests

mkdir _out
OUT_DIR="$(pwd)/_out" cargo test --all --all-features

Credit

Created by oscartbeaumont and Brendonovich.