Go to Releases, expand 'Assets', then choose the distribution that is right for your system. If you are on Mac, good luck.
Really only relevant for versions of Luxafor-ui < v0.1.0-alpha.2 and distros not supporting .deb or .rpm packages See POST-INSTALL.md
Get your Tauri prerequisites in order first
sudo apt install libgtk-3-dev libgdk3.0-cil-dev libatk1.0-dev libxdo-dev\
librust-gio-sys-dev librust-pango-sys-dev librust-soup3-sys-dev\
librust-gdk-pixbuf-sys-dev libjavascriptcoregtk-4.1-dev\
libwebkit2gtk-4.1-dev \
libappindicator3-dev # libayatana-appindicator3-devUse included shell.nix (will need tweaking)
Good luck.
Install the Tauri command line interface tauri-cli, the wasm-bundler trunk and the wasm32 target
Add the wasm32 build target
rustup target add wasm32-unknown-unknownIf on Apple Silicon (M1 or up), install tauri-cli and trunk from cargo directly.
cargo install --locked --version "^2.0" tauri-cli
cargo install --locked --no-default-features --features update_check,rustls trunkPro-tip: Consider using installing tauri-cli and trunk from binstall (not suitable for Apple M1 and up)
cargo install cargo-binstall
cargo binstall tauri-cli@^2
cargo binstall trunkcargo tauri devcargo tauri build