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@latestGenerate into a new folder
bunx create-tauri-ui@latest my-appGenerate with a specific template
bunx create-tauri-ui@latest my-app --template vite --yesNotes
- Generated apps assume Bun in the project.
apps/docsin 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.