From 691736a62c9760feaa55dbe3a06d5523745f3fa4 Mon Sep 17 00:00:00 2001 From: Astral <208268648+AstralZX@users.noreply.github.com> Date: Tue, 1 Sep 2026 11:48:40 +0200 Subject: [PATCH] state packages come from github only --- web/installation-requirements.html | 2 +- web/kama-repos.html | 8 ++++++++ web/mirror-cache.html | 4 ++-- web/privacy.html | 2 +- web/security.html | 4 ++-- web/troubleshooting.html | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) diff --git a/web/installation-requirements.html b/web/installation-requirements.html index ffddd6c..53d7fd4 100644 --- a/web/installation-requirements.html +++ b/web/installation-requirements.html @@ -43,7 +43,7 @@

At the first installable release (0.1), the network path is straightforward: wired Ethernet via DHCP, or wireless via nmtui, both handled from inside the installer. See the network setup flow.

What "from the network" means

-

The installer fetches source tarballs (straight from upstream, or via a mirror when SOURCE_MIRROR is set), pulls recipes from the recipe repository, and builds. The heavy lifting is the compiler on your CPU — which is exactly the point of a source-only, from-scratch distribution.

+

The installer fetches source tarballs (straight from upstream, or via a mirror when SOURCE_MIRROR is set) and pulls package recipes from the GitHub-hosted recipe repository. The heavy lifting is the compiler on your CPU — which is exactly the point of a source-only, from-scratch distribution.

If you want fast and prebaked, a binary distro is right there. If you want your machine — built from source to your exact selection — Keru is the one.
diff --git a/web/kama-repos.html b/web/kama-repos.html index bb54f73..f396e22 100644 --- a/web/kama-repos.html +++ b/web/kama-repos.html @@ -30,6 +30,14 @@ KeruOSThe OS: installer, profile, build pipeline, live init, website.The orchestration. +

Where the repos live

+
github.com/AstralZX/kama # the manager +github.com/AstralZX/kama-packages # the recipe repository +github.com/AstralZX/KeruOS # the OS itself
+

Today the repos are GitHub-only — that's the single canonical source for package recipes and code. Mirrors on Codeberg and on git.spectoria.dev are planned, but nothing is hosted there yet, and there are no other mirrors. Until that changes, GitHub is the source of truth.

+ +
No package recipes ship on the ISO, in the installer, or anywhere else. The recipe repository on GitHub is how you get packages — clone it or install Keru, which fetches it at build time.
+

Why separate