HeadlinesBriefing favicon HeadlinesBriefing.com

Asahi Linux rolls out automated installer with Linux 7.0 support

Hacker News •
×

Linux 7.0 finally arrived after three years of 6.x kernels, prompting the latest Asahi Installer progress report. After a two‑year lull, the team pushed a refreshed installer to its CDN, breaking a release cycle that last saw a tag in June 2024. The new build automates what used to be a manual, multi‑step process.

Behind the scenes the installer stitches a tiny Python interpreter, stripped‑down library and the m1n1 stage‑1 binary. Diverging devicetree bindings prevented kernels 6.18+ from booting live media, a flaw revealed by recent upstream work. Shifting the image manifest to asahi‑installer‑data and adding GitHub workflow builds now regenerates the bundle on each commit. The 0.8.0 release upgrades m1n1 to 1.5.2, adds Mac Pro support and a firmware‑update mode.

The installer now also handles ambient‑light‑sensor firmware: required blobs are copied to the EFI system partition and mounted for Linux drivers via a Dracut module. Users can refresh the package by booting macOS, rerunning curl https://alx.sh | sh and selecting “Rebuild vendor firmware”. This automation eliminates the manual EFI surgery that plagued earlier webcam and sensor updates.

Power management on Apple silicon remains opaque; the Power Manager controls domain power, while the Power Management Processor aggregates state reports. Without a booted PMP, certain power‑saving features stay disabled. Asahi’s deeper integration of firmware handling and automated installer builds gives distro maintainers a reliable path to keep these subsystems functional across kernel upgrades.