Desktop Installation

Install the NozyWallet desktop app (Tauri + React) on your machine.

Prerequisites (build from source)

From source (developers)

git clone https://github.com/LEONINE-DAO/Nozy-wallet.git
cd NozyWallet/desktop-client
npm install
cargo tauri dev

Launch the NozyWallet window from the taskbar — not a browser tab at http://localhost:5173.

Production build

cd desktop-client
cargo tauri build

Artifacts under desktop-client/src-tauri/target/release/:

OSOutput
Windows.exe / MSI installer
macOS.dmg
Linux.AppImage or .deb

Pre-built installers

When available, download from GitHub Releases.

Also required for full function

  • Zebrad with RPC — Zebra Node Setup
  • Orchard proving params — downloaded on first send or via Settings
  • lightwalletd (optional) — compact sync; default 127.0.0.1:9067