Tauri is a framework that enables developers to build small, fast, secure, cross-platform applications by combining existing web front-ends with Rust-powered back-ends. It supports any JavaScript framework, so you don’t need to change your stack and leverages each operating system’s native web renderer to deliver app footprints as low as 600 KB. Deep inter-process communication bridges your JavaScript UI, Rust core logic, and native Swift or Kotlin components for seamless integration with system APIs. Security is built in from the ground up, with Rust at its center and a team-driven focus on hardening and innovation. The CLI scaffolds new projects via Bash, PowerShell, npm, Yarn, pnpm, Deno, Bun, or Cargo, and includes tools for bundling, templating, and secure defaults, all accessible through a simple “create-tauri-app” command.