Install MultiFlexi

Set up the MultiFlexi automation platform on your Debian or Ubuntu system

Step 1: Prepare your system

Install prerequisites needed for secure APT repository access.

sudo apt update && sudo apt install -y lsb-release apt-transport-https bzip2 ca-certificates curl

Step 2: Configure APT Repository

Choose your preferred repository channel and configure it interactively.

Production Repository Stable

Stable releases — recommended for production systems

The main component is always required.

Import the GPG Key

Create Configuration File

File path:

Quick install command: Copy and paste this into your terminal:

Select your distribution above to generate customized configuration

Testing Repository Testing

Development builds — latest features, may be unstable

The main component is always required.

Import the GPG Key

Create Configuration File

File path:

Quick install command: Copy and paste this into your terminal:

Select your distribution above to generate customized configuration

Step 3: Update Sources

sudo apt update
Step 4: Install for your chosen database
sudo apt install multiflexi-mysql
sudo apt install multiflexi-pgsql
sudo apt install multiflexi-sqlite

Step 5: Discover available applications

Search the repository for MultiFlexi application packages:

apt search multiflexi