This Readme provides step step instuctions on how run the application .
- For MacOS/Linux Devices
brew tap prabirkalwani/rust-finder brew install rust-finder
- For Windows Vist the release page and download the latest release and run the executable.
Ensure you have the following software installed based on your operating system:
- Homebrew (for managing packages)
- Install dependencies:
brew install rustup rustup-init brew install node
- Install dependencies:
sudo apt update sudo apt install libwebkit2gtk-4.0-dev build-essential curl nodejs npm curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Install Node.js (includes npm).
- Install Rust.
- Install required Windows packages:
npm install -g windows-build-tools
-
Clone the repository:
git clone <repository-url> cd <repository-folder>
-
Install dependencies:
npm install
-
Install Tauri CLI:
cargo install tauri-cli
To run the app in development mode:
npm run tauri dev
This will start the Vite dev server, bundle the app, and open the Tauri window with live reloading.
To run the app in release mode:
npm run tauri build
This will build a os specific binary in the src-tauri/target/release
folder.