news
Announcing AnduinOS 2.0 Beta: The Declarative Revolution and the New Era of Distro Engineering
This is not just another system update; it is a fundamental, ground-up architectural rewrite of our entire operating system. Listening closely to community feedback regarding maintainability and package management, we have completely reimagined how AnduinOS is built, distributed, and maintained.
We are officially leaving the era of "remastering" behind and stepping into the era of true Distro Engineering.
From Shell Scripts to a Declarative Architecture
Historically, many custom Linux distributions relied on fragile imperative Bash scripts for system configuration. With v2.0.0, we have thrown that approach out the window.
AnduinOS is now assembled within a pristine, sandboxed debootstrap and chroot pipeline. At the heart of this revolution is the introduction of aosproj & apkg— XML-based declarative Domain Specific Language and automated compilation toolchain. Instead of hacking the system post-install, the AnduinOS core is now meticulously modularized into 56 standalone native .deb packages.
Update
Final:
-
AnduinOS 2.0 Released: A Declarative Rebuild of the Linux Desktop
Today, AIURSOFT LIMITED is announcing the general availability of AnduinOS 2.0.0. The project is now officially maintained by AIURSOFT LIMITED (Hong Kong), marking its transition from a solo-maintained effort to an internationally backed ecosystem.
When we started this project, like many downstream Linux distributions, we used to relied on a series of complex imperative Bash scripts to modify an existing system image. While functional, it was fragile and difficult to maintain and upgrade. For version 2.0, we took a step back and rebuilt the entire foundation from the ground up.