Installation
Openza Flow is available for Windows and Linux.
Download
Download the Windows installer from GitHub Releases.
- Download the
Openza-Flow-*-Setup.exefile - Run the installer
- Follow the setup wizard
- Launch Openza Flow from the Start menu or desktop shortcut
System Requirements:
- Windows 10 or newer (64-bit)
Download the latest AppImage from the GitHub Releases page.
- Download the
.AppImagefile - Make it executable:
Terminal window chmod +x Openza-Flow-*.AppImage - Run the application:
Terminal window ./Openza-Flow-*.AppImage
System Requirements:
- Ubuntu 22.04+, Fedora 35+, or Debian 12+
- GLIBC 2.34 or newer
Download the Flatpak bundle from GitHub Releases.
- Install Flatpak if not already installed:
Terminal window # Ubuntu/Debiansudo apt install flatpak# Fedorasudo dnf install flatpak - Install Openza Flow:
Terminal window flatpak install Openza-Flow-*.flatpak - Run the application:
Terminal window flatpak run com.openza.flow
Build from Source
If you prefer to build from source, see the Building from Source guide.
Next Steps
After installation, proceed to Authentication to connect your GitHub account.