Getting Started
Five short pages that take you from a fresh clone to a running app, with the file layout, the first-run experience, and the most common pitfalls along the way.
Pages
Install
Prerequisites, system dependencies, and the install command.
Quickstart
Run the app, open the Wizard, generate a first screen.
Project Structure
Where frontend, backend, hooks, modals, and Rust commands live.
Troubleshooting
The five most common pitfalls with the actual fixes.
What you’ll need in 30 seconds
- Bun (any recent) — package manager and JS runtime
- Rust (
rustc+cargo) — backend toolchain - Linux deps:
libwebkit2gtk-4.1-dev,libappindicator3-dev, etc. (see Tauri prerequisites) - Ollama (optional, default
http://localhost:11434) for local AI - OpenAI / Anthropic API key (optional) for cloud providers
Then:
bun install
bun run tauri:dev
See Install for the full prerequisites and Troubleshooting if anything goes wrong.