Skip to content

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 the FinLaunch installer from the downloads page. Choose the installer for your operating system:

PlatformInstallerFormat
Windowsfinlaunch_x.x.x_x64-setup.exeEXE installer
Windowsfinlaunch_x.x.x_x64_en-US.msiMSI installer
macOS (Apple Silicon)finlaunch_x.x.x_aarch64.dmgDMG disk image
macOS (Intel)finlaunch_x.x.x_x64.dmgDMG disk image
Linuxfinlaunch_x.x.x_amd64.deb / .rpm / .AppImagePackage or portable image
RequirementMinimumRecommended
OSWindows 10+, macOS 11+, Ubuntu 20.04+ (or equivalent)Latest stable release
RAM4 GB8 GB+ (for large scans with 100K+ images)
Disk space200 MB for the applicationAdditional space for local scan data and training crops in ~/.finwave/
Display1280 x 7201920 x 1080+
NetworkRequired for authenticationBroadband recommended for future upload features
WebviewSystem webview (Edge WebView2 on Windows, WebKit on macOS/Linux)Kept up to date by your OS
  1. Run the downloaded .exe installer.
  2. Follow the setup wizard prompts. The default installation directory is fine for most users.
  3. When prompted, allow the installer to install Microsoft Edge WebView2 if it is not already present.
  4. Click Finish to complete installation.
  1. Open the downloaded .dmg file.
  2. Drag FinLaunch into the Applications folder.
  3. On first launch, macOS may show a Gatekeeper warning. Right-click the app and select Open, then confirm in the dialog.
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.

Terminal window
# Quick start — Debian/Ubuntu
curl -fsSL https://finwavepublic.blob.core.windows.net/apt/finwave-repo.gpg.key \
| sudo gpg --dearmor -o /usr/share/keyrings/finwave-archive-keyring.gpg
echo "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.list
sudo apt update && sudo apt install finlaunch

If you prefer to install from a downloaded file:

Terminal window
# Debian / Ubuntu
sudo dpkg -i finlaunch_x.x.x_amd64.deb
# Fedora / RHEL
sudo rpm -i finlaunch-x.x.x.x86_64.rpm

Alternatively, use the .AppImage for a portable installation that does not require root access. Make it executable and run it directly:

Terminal window
chmod +x finlaunch_x.x.x_amd64.AppImage
./finlaunch_x.x.x_amd64.AppImage

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.