Tauri Ecosystem Releases
Release notes for every package in the Tauri core ecosystem, generated from the
upstream changelogs. Pick a package below, explore every release at once in the
changelog table, or follow tauri, @tauri-apps/api, and the
CLI together in core releases. For per-platform plugin
availability, see the plugin support table.
tauriThe core Tauri runtime.
tauri-cliCLI to create, develop, and build Tauri apps.
@tauri-apps/apiJS/TS API for interaction with the Rust backend.
@tauri-apps/cliNode.js wrapper for the `tauri-cli` Rust binary.
tauri-bundlerCreate platform-specific bundles and installers.
tauri-buildA helper library for tauri app's build script.
tauri-codegenCompile-time code generation for Tauri.
tauri-driverWebDriver client for testing Tauri applications.
tauri-macrosInternal macros for the Tauri framework.
tauri-pluginThe Tauri plugin system.
tauri-runtimeTauri's runtime abstraction layer.
tauri-runtime-wryThe Wry-based runtime for Tauri.
tauri-utilsCommon utilities for the Tauri framework.
wryCross-platform WebView rendering library in Rust.
taoCross-platform application window creation library in Rust.
Create Tauri Apptauri-apps/create-tauri-app
Section titled “Create Tauri App”create-tauri-appRapidly scaffold out a new Tauri project.
autostartRegister your app to run on startup.
barcode-scannerScan barcodes and QR codes.
biometricAuthenticate users with biometrics.
clipboard-managerManage the system clipboard.
cliParse command-line arguments.
deep-linkOpen your app through a custom URL scheme.
dialogNative dialogs for your app.
fsModern and easy-to-use file system API.
geolocationAccess the device's location.
global-shortcutRegister global shortcuts for your app.
hapticsTrigger haptic feedback and vibration.
httpMake HTTP requests from your app.
localhostServe your app over localhost.
logConfigurable logging for your app.
nfcRead and write NFC tags.
notificationSend native notifications from your app.
openerOpen files and URLs in external applications.
osAccess operating system-specific information.
persisted-scopePersist runtime scope changes across restarts.
positionerMove and resize your app's windows.
processManage child processes.
shellOpen external programs and URLs.
single-instanceEnsure a single instance of your app is running.
sqlConnect to and manage SQL databases.
storePersistent key-value storage for your app.
strongholdSecurely store sensitive data.
updaterUpdate your app from a remote server.
uploadUpload files to a remote server.
websocketConnect to and manage WebSocket connections.
window-stateSave and restore window state.
© 2026 Tauri Contributors. CC-BY / MIT