Installation
In this guide you will learn:
- Where to download the desktop client
- System requirements for Windows, macOS, and Linux
- How to verify the download and complete installation
- What to expect on first launch
Download
Section titled “Download”Download the FinLaunch installer from the downloads page. Choose the installer for your operating system:
| Platform | Installer | Format |
|---|---|---|
| Windows | finlaunch_x.x.x_x64-setup.exe | EXE installer |
| Windows | finlaunch_x.x.x_x64_en-US.msi | MSI installer |
| macOS (Apple Silicon) | finlaunch_x.x.x_aarch64.dmg | DMG disk image |
| macOS (Intel) | finlaunch_x.x.x_x64.dmg | DMG disk image |
| Linux | finlaunch_x.x.x_amd64.deb / .rpm / .AppImage | Package or portable image |
System requirements
Section titled “System requirements”| Requirement | Minimum | Recommended |
|---|---|---|
| OS | Windows 10+, macOS 11+, Ubuntu 20.04+ (or equivalent) | Latest stable release |
| RAM | 4 GB | 8 GB+ (for large scans with 100K+ images) |
| Disk space | 200 MB for the application | Additional space for local scan data and training crops in ~/.finwave/ |
| Display | 1280 x 720 | 1920 x 1080+ |
| Network | Required for authentication | Broadband recommended for future upload features |
| Webview | System webview (Edge WebView2 on Windows, WebKit on macOS/Linux) | Kept up to date by your OS |
Install on Windows
Section titled “Install on Windows”- Run the downloaded
.exeinstaller. - Follow the setup wizard prompts. The default installation directory is fine for most users.
- When prompted, allow the installer to install Microsoft Edge WebView2 if it is not already present.
- Click Finish to complete installation.
Install on macOS
Section titled “Install on macOS”- Open the downloaded
.dmgfile. - Drag FinLaunch into the Applications folder.
- On first launch, macOS may show a Gatekeeper warning. Right-click the app and select Open, then confirm in the dialog.
Install on Linux
Section titled “Install on Linux”Recommended: Package repository (auto-updates)
Section titled “Recommended: Package repository (auto-updates)”The easiest way to install and keep FinLaunch up to date on Linux is through the official package repository. See the Linux Package Repository guide for full setup instructions.
# Quick start — Debian/Ubuntucurl -fsSL https://finwavepublic.blob.core.windows.net/apt/finwave-repo.gpg.key \ | sudo gpg --dearmor -o /usr/share/keyrings/finwave-archive-keyring.gpgecho "deb [arch=amd64 signed-by=/usr/share/keyrings/finwave-archive-keyring.gpg] https://finwavepublic.blob.core.windows.net/apt stable main" \ | sudo tee /etc/apt/sources.list.d/finwave.listsudo apt update && sudo apt install finlaunchManual install
Section titled “Manual install”If you prefer to install from a downloaded file:
# Debian / Ubuntusudo dpkg -i finlaunch_x.x.x_amd64.deb
# Fedora / RHELsudo rpm -i finlaunch-x.x.x.x86_64.rpmAlternatively, use the .AppImage for a portable installation that does not require root access. Make it executable and run it directly:
chmod +x finlaunch_x.x.x_amd64.AppImage./finlaunch_x.x.x_amd64.AppImageFirst launch
Section titled “First launch”When you open the desktop client for the first time, it opens in a full window (not minimized to the system tray). You will be guided through the Initial Setup flow to authenticate, select your organization, and configure which populations the client manages.
On subsequent launches, the client resumes from its previous state.
Related
Section titled “Related”- Initial Setup — complete the first-launch configuration
- What Is the Desktop Client? — purpose and design overview
- For IT Teams — deployment, security, and compliance