tauri-apps / tauri-apps/tauri-docs
[docs] "no such command: `tauri`" when following Getting Started cargo guide
Open
@vasfvitor is already working on this.
Since Jan 27, 2026.
- Dominant language
- MDX
- Stars
- 1.1k
- Forks
- 887
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 48
Description
Observed behavior:
- Follow this guide, selecting the 'cargo' tab to get started, creating a new Tauri app.
- I jump to the 'Development Cycle' section, as I'm working with cargo, and find
cargo tauri devhere as the command to start the server. - I run
➜ cargo tauri
error: no such command: `tauri`
Expected behavior:
- I see a
cargo install tauri-cliin the instructions here before I start my server viacargo tauri dev.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.