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

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.