Announcing AnduinOS 2.0 Beta: The Declarative Revolution and the New Era of Distro Engineering #348
Replies: 4 comments 10 replies
-
|
Thank you ! |
Beta Was this translation helpful? Give feedback.
-
|
I've been using version 1.4.2 as my home server since the beginning of the year (audiobookshelf, Samba, transmission, pihole, nextcloud,cloudflared). As part of the optimization process, I removed all graphical shell components and services and now use only the terminal to manage my AnduinOS version. I've also removed as much of the built-in Linux services as possible. Will it be possible to safely deploy version 2.0 using the standard installer, or should I expect problems, or will there be a different upgrade path? |
Beta Was this translation helpful? Give feedback.
-
|
I had installed beta 3 and wanted to build it myself too, but in beta 3 the git and make programs are missing After install these i got it running, but after some time it resets the ibus (??) and than freezes the computer |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hong Kong — June 13, 2026 — Today, AIURSOFT LIMITED is thrilled to announce the beta release of AnduinOS v2.0.0.
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
debootstrapandchrootpipeline. At the heart of this revolution is the introduction ofaosproj&apkg—our unique, 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.debpackages.This means a more stable, predictable, and reproducible operating system for every user.
100% Native APT, Zero Telemetry
We believe in the power of the upstream ecosystem without the bloat. Custom updaters have been officially retired; AnduinOS now relies purely on the standard
sudo apt update && sudo apt upgrade. This preserves seamless compatibility with standard Ubuntu repositories while keeping you in full control.More importantly, our automated CI pipeline now enforces a strict "hard-fail" policy. If unwanted Ubuntu packages—such as
snapdor Canonical telemetry services—are detected during the build, the ISO generation is aborted. This guarantees that every AnduinOS 2.0 ISO delivered to you is pristine and fundamentally privacy-respecting.Built for Speed: Linux Kernel 7 & Ubuntu 26.04 Base
Under the hood, AnduinOS 2.0 transitions to the cutting-edge Ubuntu 26.04 (Resolute) base, powered by Linux Kernel 7 for extensive out-of-the-box hardware compatibility and modern graphics support.
We didn’t stop at the defaults. We have heavily tuned the kernel parameters specifically for desktop workloads to deliver lower latency and a highly responsive UX:
vm.swappiness=10andvm.dirty_background_ratio=5to eliminate UI freezes during heavy disk writes.tcp_fastopen=3for maximized network throughput.fs.inotifylimits to 524288 to effortlessly handle heavy file-watching tasks.A Global Multilingual Experience in a 2.5GB ISO
Previously, supporting multiple languages meant building and hosting separate ISOs. Today, we are proud to introduce Runtime Language Selection.
All 28 officially supported languages—including newly added Danish, Ukrainian, Indonesian, Finnish, Hindi, and Greek—now ship in a single, ultra-optimized ~2.5GB ISO. Users can select their native language directly from the GRUB boot menu before even entering the live session, with full Unicode font support for CJK, Arabic, and Thai scripts right at the bootloader stage.
To achieve this incredible footprint without sacrificing a modern GNOME experience, we replaced legacy applications with lightweight, next-generation alternatives. Loupe replaces the old image viewer, Showtime handles video, Resources takes over task management, and GNOME Music gracefully retires the aging Rhythmbox. For our Chinese users, we engineered a zero-pollution
anduinos-rimepackage that usesdpkg-divertto provide world-class input without pulling in decades-old upstream dependencies.Backed by Aiursoft, Powered by the Community
AnduinOS 2.0 marks the transition from a solo-maintained hobbyist project to an internationally backed ecosystem maintained by AIURSOFT LIMITED (Hong Kong).
To support our growing global user base, all APT repositories have been migrated to
packages.anduinos.com. Powered by Cloudflare's load balancing, our nodes across the US, Europe, and Asia will deliver low-latency package updates to you, wherever you are.As always, AnduinOS remains deeply committed to the open-source philosophy. All AnduinOS 2 projects, packages, and shell extensions are proudly licensed under the GPL-v3.
Experience the Declarative Revolution today.
Download
Additional
Full release note please visit: https://docs.anduinos.com/CHANGELOG.html.
Beta Was this translation helpful? Give feedback.
All reactions