Getting started
The fastest path from zero to a working tauri-ui app.
Use create-tauri-ui when you want a Tauri app that already includes shadcn/ui, a native shell, and desktop-focused defaults.
Flow
- Run the CLI.
- Choose a template and preset.
- Enable the batteries you want.
- Install dependencies and start Tauri dev mode.
bunx create-tauri-ui@latest
cd my-app
bun install
bun run tauri dev