Gravity Linux is a Fedora remix for Apple Silicon that plans to sunset itself

An early alpha for the M4 Mac mini from two developers who forked from Asahi over its LLM policy: KDE on Wayland, working GPU acceleration, and Assisted-By trailers on the kernel commits.

Gravity Linux is a new Fedora remix for M4-and-later Apple Silicon Macs, and its first release, an early alpha, runs on the M4 Mac mini. KDE Plasma on Wayland sits on top of a Fedora base you already know, both the display controller and GPU work, with OpenGL ES 3.0 and 3.3 compliance, and everything is built by clean-room reverse engineering with no Apple source or disassembly in sight.

The project split from Asahi Linux, and its own FAQ says why: “initially forked from Asahi Linux over differences in policy, namely regarding LLM use.” The two policies are a clean contrast. Asahi “broadly forbid[s] the use of generative AI tooling for material contributions”, with a note that concealed extensive use leads to an immediate ban. Gravity takes the other path: its policy treats LLMs as legitimate reverse-engineering tools, requires disclosure of their role, and taints a contributor for any component whose disassembly their model has seen. Maintainers can demand records that show how a contribution was produced, and documentation has to be labelled “For Humans” or “For LLMs” so reviewers know what they are reading. The kernel branch keeps the disclosure visible: a speaker-driver commit from last week carries two trailers, Assisted-By: OpenAI Codex (GPT-6 Astra) and Assisted-By: Claude Code (Claude Fable 5.1), above the signed-off-by.

The alpha itself is honest about its state. It is for developers, not daily drivers: suspend does not work, USB-C display output does not work while HDMI does, Thunderbolt and USB4 are unsupported, shutdown and reboot are flaky, and speaker volume is capped for hardware safety. The project tells you to assume the beta will need a full reinstall. Its developers, Cody Ho and Niklas Sheth, write that they are not experienced distribution maintainers and that mistakes will happen.

The roadmap is the part worth remembering. Support for the MacBook Neo and the rest of the M4 lineup, Pro and Max included, is in progress, M5 and M6 remain in scope, and the long-term plan is to upstream all the driver work and shut the distro down. In the words of the project’s about page: “One day, we will sunset Gravity Linux the distro as it will simply become a part of all other Linux distros via upstream projects.”

My read

The alpha matters less than the experiment it runs. An AI-assisted clean-room project is a live test of whether disclosure and taint rules can keep generated code honest enough for the kernel to accept; the trailer format makes that test auditable by anyone who reads the git log. If the drivers land upstream, the record of how they were written goes with them.

Sources: gravitylinux.org, including the alpha post, the FAQ and the LLM use policy; Asahi Linux’s generative AI policy; commit 9cec671 in the GravityLinux kernel branch