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 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:
| Platform | Installer | Format |
|---|---|---|
| Windows | finwave-Desktop-x.x.x-setup.exe | Authenticode-signed EXE |
| macOS | finwave-Desktop-x.x.x.dmg | Apple-notarized DMG |
| Linux | finwave-desktop_x.x.x_amd64.deb / .rpm / .AppImage | GPG-signed package |
System requirements
Section titled “System requirements”| Requirement | Minimum | Recommended |
|---|---|---|
| OS | Windows 10+, macOS 12+, 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 onboarding and sync | Broadband recommended for large uploads |
| 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 finwave Desktop into your Applications folder.
- 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 on Linux
Section titled “Install on Linux”Install using your distribution’s package manager:
# Debian / Ubuntusudo dpkg -i finwave-desktop_x.x.x_amd64.deb
# Fedora / RHELsudo rpm -i finwave-desktop-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 finwave-Desktop-x.x.x.AppImage./finwave-Desktop-x.x.x.AppImageVerify the download
Section titled “Verify the download”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.
sha256sum finwave-Desktop-x.x.x-setup.exeCompare the output against the value listed on the release page.
First 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 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.
Silent installation
Section titled “Silent installation”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.
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