From 1957f3ff36fdeeab60a7e79b5e12a20a5ab142cf Mon Sep 17 00:00:00 2001 From: vasilito Date: Sat, 4 Jul 2026 09:21:46 +0300 Subject: [PATCH] docs: add upstream-alignment philosophy and constant-build-system note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d3d5ad1475..19928af29a 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ written entirely in **Rust**. It is a full fork of Redox OS (baseline 0.1.0), ac on branch `0.2.5` with hardware enablement, multiple filesystems, a native greeter and login system, and a KDE Plasma desktop path. +We aim to stay close to upstream Redox — diverging only where necessary to add missing +functionality, fix bugs, or support new hardware. The build system itself is under constant +active development alongside the OS. + It ships with several **first-in-class Rust-native tools** found nowhere else in the OS world: - **cub** — an AUR-inspired package manager with pacman-style CLI (`-S`/`-Q`/`-R`) and a ratatui