MEKAT v1.0 Beta — Currently in active development. Based on Nobara / Fedora 41 · KDE Plasma 6 · SELinux Enforcing.
Quick Start
01
Download the ISO
Choose your profile — Gaming, Enterprise, Developer, or Security. All ISOs include KDE Plasma 6 and SELinux enforcing by default.
mekat.io/#download
02
Flash & Boot
Flash the ISO to a USB drive and boot from it. The Anaconda installer will guide you through partitioning — LUKS2 encryption is available out of the box.
sudo dd if=mekat-gaming.iso of=/dev/sdX bs=4M status=progress
03
Install Additional Profiles
After installation, add any additional profile with DNF. Profiles can be combined freely.
sudo dnf install @mekat-security @mekat-developer
04
Keep It Updated
MEKAT ships with automatic security updates via dnf-automatic. Manual updates are always available.
sudo dnf update
Profiles — Quick Reference
# Install a single profile
sudo dnf install @mekat-gaming
# Combine profiles
sudo dnf install @mekat-developer @mekat-security
# Install everything
sudo dnf install @mekat-gaming @mekat-enterprise @mekat-developer @mekat-security
# Check SELinux status
getenforce → Enforcing