Skip to main content

Downloads

Flux is available for Windows, macOS, and Linux. All builds are self-contained — the runtime is included, so you do not need to install anything else before running the application.

WindowsDownload Flux for Windows

The Windows build is a portable archive. Extract it and run FileFlows.Flux.exe.

Third-party tools for local processing

Local video and audio processing requires FFmpeg and FFprobe. Flux invokes these tools directly from your system PATH.

Download a static build of FFmpeg from ffmpeg.org/download.html.

  1. Extract the archive.
  2. Add the bin folder to your system PATH, or copy ffmpeg.exe and ffprobe.exe into the same folder as FileFlows.Flux.exe.

Verifying your setup

After installing the dependencies, open Flux and try a local conversion. If a required tool is missing, Flux will report the failure in the job log and mark the job as failed. You can view the log by clicking the job in the queue and selecting View Log.