The native desktop shell for Winfluencers — Winvestour's influencer program app. Built with Tauri v2: a small, native window (~2 MB) that opens the live Winfluencers web app.
Download the latest release: see the Releases page for Windows and Linux builds.
This shell contains no application logic — it's a thin native window around https://www.winvestour.com. All of Winfluencers' actual functionality (applying to campaigns, connecting social accounts, earnings tracking, payouts) lives on the web and is identical across platforms; this repo only ships the native wrapper (window chrome, tray behavior, auto-sizing) so Winfluencers installs and feels like a real desktop app.
- Branded title bar (frameless window, rose, drag-to-move)
- Single-instance (opening a second time focuses the existing window)
- Window size/position remembered between launches
- No telemetry, no bundled secrets, no local data storage beyond what the browser session already does
Prerequisites: Rust (stable, MSVC toolchain on Windows), Node.js 20+, and platform build tools (Tauri prerequisites).
npm install
npm run tauri buildOutput installers land in src-tauri/target/release/bundle/.
| Platform | Format | Status |
|---|---|---|
| Windows 10/11 | .exe (NSIS), .msi |
✅ |
| Linux | .deb, .rpm, .AppImage |
✅ (built via CI) |
| macOS | — | Not planned |
MIT — see LICENSE.