Getting Started
Installation
Install Fimaflow on macOS, Windows or Linux to start designing, building and deploying backend applications visually.
Fimaflow provides native desktop applications for every supported platform, offering the best performance, automatic updates and full access to local development features.
System Requirements
Before installing Fimaflow, make sure your system meets the following requirements.
macOS
- • macOS 13 (Ventura) or later
- • Apple Silicon (M-series) or Intel processor
- • 8 GB RAM minimum (16 GB recommended)
- • 2 GB available disk space
Windows
- • Windows 10 or later
- • 8 GB RAM minimum (16 GB recommended)
- • 2 GB available disk space
Linux
- • Ubuntu 22.04+, Debian 12+, Fedora 39+ or equivalent
- • 8 GB RAM minimum
- • 2 GB available disk space
Download
Download the latest version of Fimaflow for your operating system.
Linux
Available installation methods:
- • Debian / Ubuntu (.deb)
- • Fedora / RHEL (.rpm)
- • AppImage
- • Tarball
Install on macOS
- 1. Open the downloaded .dmg file and drag Fimaflow into the Applications folder.
- 2. Launch Fimaflow from Launchpad or Spotlight.
- 3. If macOS displays a security warning the first time you launch the application, choose Open Anyway from System Settings → Privacy & Security.
Install on Windows
- 1. Run the installer and follow the installation wizard.
- 2. Once installation is complete, launch Fimaflow from the Start Menu.
Install on Linux
Debian / Ubuntu
curl -fsSL https://downloads.fimaflow.com/linux/fimaflow_latest_amd64.deb -o fimaflow.deb
sudo apt install ./fimaflow.debFedora / RHEL
curl -fsSL https://downloads.fimaflow.com/linux/fimaflow_latest_x86_64.rpm -o fimaflow.rpm
sudo dnf install ./fimaflow.rpmAppImage
curl -fsSL https://downloads.fimaflow.com/linux/Fimaflow-latest.AppImage -o Fimaflow.AppImage
chmod +x Fimaflow.AppImage
./Fimaflow.AppImageSign in
When Fimaflow starts, sign in using your account.
If you don't already have an account, create one for free directly from the login screen.
After signing in, you'll be able to:
- • create Workspaces;
- • create Projects;
- • access Fimaflow Cloud;
- • synchronize your projects;
- • connect AI assistants through MCP.
Update Fimaflow
Fimaflow automatically checks for updates.
When a new version is available, you'll receive a notification inside the application and can update with a single click.
Uninstall
macOS
Move Fimaflow to the Trash and empty it.
Windows
Uninstall Fimaflow from Settings → Apps.
Linux
Use your package manager or remove the AppImage.
Troubleshooting
Fimaflow won't start
- • Verify that your operating system is supported.
- • Restart your computer.
- • Install the latest version of Fimaflow.
- • Check that your graphics drivers are up to date.
Can't sign in
- • Verify your internet connection.
- • Confirm your credentials.
- • Reset your password if necessary.
Next steps
Quick Start
Build your first backend in minutes and understand the core workflow.
Projects & Workspaces
Organize your projects, environments, and collaborate with your team.
Visual Builder
Learn how to create backend workflows using the visual canvas.
Framework Export
Export production-ready source code for your preferred backend framework.
Deployments
Deploy your application to Fimaflow Cloud with just a few clicks.