tauri-uitauri-ui

Installation

Requirements and the quickest install path.

Requirements

  • Bun
  • Node.js 18+
  • Rust toolchain
  • Tauri system dependencies for your platform

If you already have Bun and Rust installed, the simplest path is:

bunx create-tauri-ui@latest

Generate into a new folder

bunx create-tauri-ui@latest my-app

Generate with a specific template

bunx create-tauri-ui@latest my-app --template vite --yes

Notes

  • Generated apps assume Bun in the project.
  • apps/docs in this repo documents the CLI itself, not a generated app.
  • Scaffolding into . is still not supported.

CLI prompt flow

TODO: add a clean screenshot of the interactive prompt sequence.

TODO: add screenshot or graphic here.

On this page