This is intended to be a way to generate somewhat secure random passwords that can be read. This makes it easier to type them, especially on phones.
Here is the current doc on how to build a Tauri app. I've had some problems with the libayatana-appindicator3-dev
packet on Debian, but coult install it from backports. Your npm installation shout also include the Tauri CLI tools, they can be installed by running npm install @tauri-apps/cli
Then you can simply build it by
npm run tauri build
This project uses Tauri to create a cross-platform application.
This project uses React to create the user interface.