Tauri & SvelteKit
- lshw
- dmidecode
- rsync
- fuse2
- gcc-libs
- webkit2gtk
Install all dependencies:
bun install
Running the project:
bunx tauri dev
# with sudo privileges
sudo -E bunx tauri dev
To build and bundle into an executable:
bunx tauri build
# if encountering error running image.sh
NO_STRIP=true bunx tauri build