tauri-uitauri-ui

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

  1. Run the CLI.
  2. Choose a template and preset.
  3. Enable the batteries you want.
  4. Install dependencies and start Tauri dev mode.
bunx create-tauri-ui@latest
cd my-app
bun install
bun run tauri dev

Start here

On this page