This is a minimal example of Imba running in Tauri, as an alternative to Electron.
- Follow the prerequisites for Tauri
- Verify your install by running
npm run tauri info
.- Note: If you are not seeing your Rust versions after install, you may need to restart your shell or
source $HOME/.cargo/env
- Note: If you are not seeing your Rust versions after install, you may need to restart your shell or
- Install dependencies:
npm i
- Check your Tauri requirements:
npm run tauri info
- Run the project with
npm run dev
- Once you are ready to package this into a desktop app, run
npm run build
.