Quick Facts
- Category: Linux & DevOps
- Published: 2026-05-01 06:46:26
- 6 Essential Steps to Set Up React in Rails Using Webpacker
- Rivian Revenue Surges as R2 Production Accelerates in Q1 2026
- Harmonizing Land Use: A Unified Approach to Tackle Global Food, Energy, and Conservation Conflicts
- Rivian Surges Past Expectations with Record Q1 Deliveries as R2 Production Ramps Up
- How the U.S. Space Force Aims to Deploy Golden Dome Space-Based Interceptors by 2028
Overview
Fedora Asahi Remix 44, now generally available, brings the power and flexibility of Fedora Linux 44 to Apple Silicon Macs (M1, M2, M3 series). Developed in close partnership with the Fedora Asahi Special Interest Group and the Asahi Linux project, this release integrates all the performance and usability enhancements from Fedora 44 while retiring the previously vendored Mesa and virglrenderer packages. Existing users who haven’t already manually switched will be automatically migrated to the upstream versions provided by the standard Fedora repositories.

The Remix offers two flagship desktop environments: KDE Plasma 6.6 (with a new Plasma Setup wizard replacing the older Calamares-based one, and Plasma Login Manager now the default greeter) and GNOME 50. Additionally, a Fedora Server variant and a Minimal image are available for headless or custom installations. This guide covers both fresh installations and upgrades from Fedora Asahi Remix 42 or 43.
Prerequisites
Before proceeding, ensure you have the following:
- Hardware: An Apple Silicon Mac (M1, M2, or M3). Intel-based Macs are not supported.
- Backup: A full backup of your important data. Use Time Machine or a manual copy to an external drive.
- Internet Connection: Stable broadband for downloading the ISO or upgrade packages.
- Storage Space: At least 20 GB free for a new installation; for upgrades, ensure your root partition has at least 10 GB free.
- Current Version: For upgrades, know whether you are on Fedora Asahi Remix 42 or 43. Check with
cat /etc/fedora-release. - Terminal Access: Familiarity with the terminal and sudo privileges.
Step-by-Step Instructions
Fresh Installation
- Download the latest ISO from the official Fedora Asahi website. Choose between the KDE Plasma, GNOME, Server, or Minimal variants.
- Create a bootable USB drive using tools like
ddor balenaEtcher. For example:
Replacesudo dd if=/path/to/fedora-asahi-remix-44.iso of=/dev/sdX bs=4M status=progress/dev/sdXwith your USB device (be careful not to overwrite your internal drive). - Boot from the USB: Restart your Mac, hold the power button until you see startup options, then select the USB drive.
- Follow the on-screen prompts of the new Plasma Setup wizard (for KDE) or the standard GNOME installer. Partition your disk as needed—the installer can use the entire disk or let you customize.
- Complete account creation and finalize the installation. Reboot when prompted, removing the USB drive.
After booting, your system will be on Fedora Asahi Remix 44 with the desktop of your choice. For detailed guidance, refer to the official installation guide.
Upgrading from Fedora Asahi Remix 42 or 43
Note: Upgrades via GNOME Software are not supported. Use either KDE’s Plasma Discover or the dnf system-upgrade command. The steps below assume you are using the default KDE Plasma environment.
Method 1: Using DNF System Upgrade (Recommended for all variants)
- Update your current system and reboot if the kernel was updated:
sudo dnf upgrade --refresh sudo reboot - Install the dnf-plugin-system-upgrade package:
sudo dnf install dnf-plugin-system-upgrade - Download the upgrade packages for Fedora 44:
This may take a while. If you encounter dependency issues, trysudo dnf system-upgrade download --releasever=44sudo dnf system-upgrade download --releasever=44 --allowerasingafter reviewing the changes. - Once the download is complete, trigger the upgrade:
sudo dnf system-upgrade reboot - Your system will reboot and perform the upgrade. This process may take 15–30 minutes. After completion, you’ll log into Fedora Asahi Remix 44.
Method 2: Using Plasma Discover (KDE-only)
- Open Discover and click on “Updates”. Install all pending updates.
- After updates are applied, look for the “Upgrade to Fedora 44” notification in Discover. If it doesn’t appear, refresh the updates feed.
- Click the upgrade button and follow the on-screen instructions. The system will download packages and schedule a reboot.
After upgrading, verify the version with cat /etc/fedora-release. You should see “Fedora release 44”.

Common Mistakes and Troubleshooting
- Using GNOME Software to upgrade: GNOME Software is not supported for this upgrade path. Always use Discover or DNF.
- Not updating before upgrading: Failing to run
sudo dnf upgrade --refreshbefore the major release upgrade can lead to conflicts. Always ensure your system is fully updated first. - Insufficient disk space: The upgrade downloads many packages; ensure at least 10 GB free on your root filesystem. Use
df -hto check. - Ignoring backup: While upgrades are generally safe, a backup protects against rare failures. Don’t skip this step.
- Attempting to upgrade from unsupported versions: Only Fedora Asahi Remix 42 and 43 can be upgraded directly to 44. If you are on an older release, do a fresh installation.
- Custom Mesa or virglrenderer packages: If you manually installed custom versions, the upgrade might fail. The Remix now retires vendored versions; you may need to revert to upstream. Check with
rpm -qa | grep mesaand remove any third-party packages.
Summary
Fedora Asahi Remix 44 delivers the latest Fedora Linux experience to Apple Silicon Macs with KDE Plasma 6.6 and GNOME 50, along with server and minimal variants. This guide has walked you through both fresh installations and upgrades from version 42 or 43. Key points: use the correct tool for upgrades (DNF or Discover, not GNOME Software), always back up your data, and ensure your system is up-to-date before initiating the process. If you encounter any Remix-specific issues, please report them via the official issue tracker or seek help on the Fedora Discourse forum or Matrix channel. Enjoy the new features and improved performance!