Tauri & SvelteKit
- lshw
- dmidecode
- rsync
- fuse2
- gcc-libs
- webkit2gtk
To install the required dependencies on a Linux system using pacman
, run the following command:
sudo pacman -S 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