Skip to content

Quick start

To get started with PyTauri, you first need to decide which of the two versions you want to use.

  1. core: for when you want to combine the power of rust with the versatility of python
  2. wheel: no rust required

For both versions, pnpm and uv are requirements.

Core

Creating a new project

The Core version of PyTauri can be set up easily using create-pytauri-app. The pytauri-cli also uses this under the hood.

Simply enter the command below and follow the prompts.

uvx copier copy https://github.com/pytauri/create-pytauri-app .

If you're looking to dive deeper into things and want to completely set up a new project by yourself step-by-step, you can read how to here

Installing into an existing project

Wheel

Creating a new project

Installing into an existing project