Read the prerequisites at Tauri docs. You also need Python 3.12 or higher installed on your machine.
- Install dependencies using yarn:
pnpm install
- Run development with command:
pnpm tauri dev
- Build executable file:
pnpm tauri build
NOTICE: Currently, only macOS with Apple Silicon chips is supported.
Warning: "Tauri Python" is damaged and can't be opened.
This warning is shown because the build is not signed. Run the following command to suppress this warning:
xattr -r -d com.apple.quarantine "/Applications/Tauri Python.app"