Desktop App
Download and run Flowfile as a native desktop app on macOS, Windows, or Linux.
Download
Download the latest release for your platform:
Download the latest installer →
Installers are built for macOS (Apple Silicon and Intel), Windows, and Linux.
Installation
macOS
- Download the
.dmgfile - Open it and drag Flowfile to Applications
- Launch from Applications — the app is signed and notarized, so it opens without security prompts
Windows
- Download the
.exeinstaller - Run the installer and follow the wizard
- Launch from the Start menu
Linux
- Download the
.AppImage(or.deb) build - For the AppImage, mark it executable (
chmod +x Flowfile*.AppImage) and run it - For the
.deb, install with your package manager (sudo dpkg -i flowfile_*.deb)
What you get
The desktop app runs offline with no Docker or terminal commands; data stays on your machine, and the setup screen generates and stores the encryption master key on first launch. It is single-user, with local flow storage (manual backup needed); your secrets are encrypted on-device for you alone, with no shared, team-wide secret store (teammates can't be granted use of your saved secrets and connections).
For multiple users, centralized flow storage, team collaboration, or server/production deployment, use Docker deployment instead.