Create Desktop Native App | .exe .nsis .msi Installation File Build with JavaScript | ReactJs | Rust | Tauri
Jan 18, 2025
Press enter or click to view image in full size![Native desktop app javascript and tauri]()
Requirements :
- Minimum windows 10, 64 bit operating system, Education or Pro Edition.
- Hyper-V on Control Panel\Programs\Programs and Features Turn Windows features on or off ✔ Hyper-V Ok
- Node, vscode text editor, Rust install
Node Download Node.js (LTS) setup just next
vscode Download for Windows setup just next
Rust Download rustup-init.exe (64-bit) setup just next
node -v
rustc --version4. Do the desktop create folder for project
5. Folder open with vscode
6. Terminal open
Pest this code
cargo install create-tauri-app --locked
cargo create-tauri-appcd tauri-app
npm install
npm run tauri devnpm run tauri buildsrc-tauri\target\release\bundle
share .exe or .msi
