Very cool app
Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install Tauri CLI
npm install --save-dev @tauri-apps/cli@latest
Install sql-cipher
sudo apt-get install sqlcipher libsqlcipher-dev
Install build-tools
sudo apt-get install build-essential libssl-dev pkg-config
Unzip the source archive
unzip loginer.zip -d loginer
cd ./loginer
Install deps
yarn install
Build it
yarn tauri build
Or run it in dev
yarn tauri dev
Keep in mind, cause there is sqlcipher you'll need to build openssl-sys. That takes some time..