Flectra 3.0

Latest Stable

The latest stable release of Flectra with all the newest features and improvements.

Nightly Repositories

Set up the Flectra nightly repositories for automatic updates and easy installation.

Setup of the Debian nightly repository

Add Repository

# Download and add the signing key
wget -O - https://nightly.flectrahq.com/flectra.key | sudo gpg --dearmor -o /usr/share/keyrings/flectra-archive-keyring.gpg

# Add the repository
echo 'deb [signed-by=/usr/share/keyrings/flectra-archive-keyring.gpg] https://nightly.flectrahq.com/3.0/nightly/deb/ ./' | sudo tee /etc/apt/sources.list.d/flectra.list

# Update package list and install
sudo apt-get update && sudo apt-get install flectra

Manual Installation

# Download the .deb package directly
wget https://nightly.flectrahq.com/3.0/nightly/deb/flectra_3.0.latest.deb

# Install the package
sudo dpkg -i flectra_3.0.latest.deb

# Fix dependencies if needed
sudo apt-get install -f

Setup of the Fedora nightly repository

Add Repository

# Add the Flectra repository
sudo dnf config-manager --add-repo=https://nightly.flectrahq.com/3.0/nightly/rpm/flectra.repo

# Install Flectra
sudo dnf install -y flectra

# Enable and start the service
sudo systemctl enable flectra
sudo systemctl start flectra

Manual Installation

# Download the .rpm package directly
wget https://nightly.flectrahq.com/3.0/nightly/rpm/flectra-3.0.latest.rpm

# Install the package
sudo rpm -i flectra-3.0.latest.rpm

# Or using yum/dnf
sudo dnf localinstall flectra-3.0.latest.rpm

Other Installation Methods

From Source

# Download the source archive
wget https://nightly.flectrahq.com/3.0/nightly/tgz/flectra_3.0.latest.tar.gz

# Extract the archive
tar -xzf flectra_3.0.latest.tar.gz

# Follow the installation instructions in README

Windows Installation

# Download the Windows installer
wget https://nightly.flectrahq.com/3.0/nightly/windows/flectra-3.0-setup.exe

# Run the installer (Windows)
.\flectra-3.0-setup.exe

# Or install silently
.\flectra-3.0-setup.exe /S

Signature

Package Verification

All packages are signed with the Flectra nightly signing key for security verification.

# Download the public key
wget https://nightly.flectrahq.com/flectra.key

# Import the key (for manual verification)
gpg --import flectra.key

# Verify package signature (example)
gpg --verify package.deb.sig package.deb

Key Information

Key ID: 2B8B1E4F

Fingerprint: Will be updated with actual key details

Download: flectra.key

System Requirements