// OMG! UBUNTU! — LINUX & OPEN SOURCE
Starling is a new Linux desktop built by AI in six months (and it shows)
Some Linux desktop environments were developed over decades, others in just a few years. Starling, which made the rounds online this week, claims to have been built by just one person in six months using – what else; it’s 2026 – AI coding tools.
What’s more, a preview build is available as a .deb to install on Ubuntu 26.04 LTS. Yup, this isn’t a ChatGPT mockup but a real working demo.
According to the project’s GitHub and website1, a developer used AI2 to rewrite Flutter’s framework layer from Dart to Swift, but left its C++ rendering engine untouched. A traditional Linux desktop uses a windowing system but here, that C++ engine drives the display directly via DRM/KMS.
A Wayland compositor and X server, built for this project, take each app’s window and hand it to the framework directly off the GPU, with no copying involved. The framework then treats that window the same way it treats its own dock or buttons or window bars.
Zero-copy GPU buffer sharing is a Wayland protocol, and mixing native and X11 clients in one scene is what Xwayland has done for years. What’s actually new is narrower: treating that composited buffer as a widget inside the framework’s own layout system.
Novel? As a feat, perhaps. Enough to hang an entire desktop’s USP on? Eh.
I’ve been writing this post for several days because it is hard to get a handle on what Starling is aiming to be and who it’s for.
Any human impetus is buried beneath a mountain of ‘profundity slop’ on the Starling website and GitHub pages. Breathlessly hollow statements are unrelenting, with rhetorical glibness and narrative framing at at near a headache inducing rate.
One quote on why this effort is so supposedly remarkable jumped out:
A curious person with a bold idea is not new. Being able to act on it alone is.