Requirements:
- Node.js version 22 or later
- PNPM version 10 or later
- Rust and Cargo, version 1.93 or later
To install:
- Check that you have the necessary pre-requisites for Tauri: https://tauri.app/start/prerequisites/
- Run the
pnpm installcommand
Run the pnpm run tauri dev command to start working on the project.
Run the pnpm run tauri build command to build the project for production.
- The app as a simple executable file is in the
src-tauri/target/release/posfile (orpos.exeon Windows) - Several installers for your platform are located in the
src-tauri/target/release/bundle/directory.






