Skip to content

Installation

EVAnalyzer is distributed as a pre-built binary for Linux, Windows, and macOS. No package manager or build toolchain is required to run the application.

Before downloading, check the System Requirements page - in particular if you plan to use a CUDA build for GPU-accelerated AI segmentation.

Use the Downloads page to pick the correct package for your operating system (and, for Windows/Linux, whether you want CUDA acceleration). It always links to the latest release.

Packages follow this naming scheme on the GitHub Releases page:

PlatformCPU-onlyCUDA-accelerated
Windows x86-64evanalyzer-windows-x86_64.zipevanalyzer-windows-cuda-x86_64.zip
Linux x86-64evanalyzer-linux-x86_64.tar.gzevanalyzer-linux-cuda-x86_64.7z.001 + .7z.002
macOS (Apple Silicon)evanalyzer-macos-arm64.tar.gz- (CUDA is not available on macOS)

Extract the downloaded archive to a directory of your choice.

Terminal window
./evanalyzer

Double-click evanalyzer.exe, or from PowerShell:

Terminal window
.\evanalyzer.exe

Open EVAnalyzer.app from the extracted folder.

The application opens to the start screen showing the project configuration panel.

See the Building guide if you want to compile EVAnalyzer yourself.