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 finwave Desktop installer from your organization’s finwave admin panel, or from the downloads page at finwave.io/download. Choose the installer for your operating system:

PlatformInstallerFormat
Windowsfinwave-Desktop-x.x.x-setup.exeAuthenticode-signed EXE
macOSfinwave-Desktop-x.x.x.dmgApple-notarized DMG
Linuxfinwave-desktop_x.x.x_amd64.deb / .rpm / .AppImageGPG-signed package
RequirementMinimumRecommended
OSWindows 10+, macOS 12+, 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 onboarding and syncBroadband recommended for large uploads
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 finwave Desktop into your Applications folder.
  3. On first launch, macOS may ask you to confirm that you want to open an application downloaded from the internet. Click Open. The app is notarized with Apple, so this prompt appears only once.

Install using your distribution’s package manager:

Terminal window
# Debian / Ubuntu
sudo dpkg -i finwave-desktop_x.x.x_amd64.deb
# Fedora / RHEL
sudo rpm -i finwave-desktop-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 finwave-Desktop-x.x.x.AppImage
./finwave-Desktop-x.x.x.AppImage

If your IT team requires build verification, you can compare the installer’s checksum against the published hash on the finwave releases page. Each release includes SHA-256 checksums for every platform artifact.

Terminal window
sha256sum finwave-Desktop-x.x.x-setup.exe

Compare the output against the value listed on the release page.

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 starts minimized to the system tray and resumes from its previous state. You can configure whether the client launches automatically at system startup in Settings.

For IT teams deploying across multiple machines, the client supports silent installation with pre-configured settings. See For IT Teams for details on command-line flags, MDM profiles, and group policy support.