Open-Source Wikis

/

Tauri

/

Packages

tauri-apps/tauri

Packages

The pnpm workspace publishes two packages to npm. Both are wrappers around Rust code from the same repo.

Package Page Description
@tauri-apps/api packages/api TypeScript bindings that JS frontends import to talk to the Rust backend (invoke, events, …).
@tauri-apps/cli packages/cli A napi-rs native module that wraps tauri-cli so users can run npx tauri ....

A third workspace member, crates/tauri-schema-worker, is listed in pnpm-workspace.yaml but documented under crates/tauri-schema-worker since it is part of the Rust release cadence.

The examples/api, examples/resources, and examples/file-associations directories are also pnpm workspace members but are not published — they exist to exercise the API and CLI during development.

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Packages – Tauri wiki | Factory