Alpha — Seedling v0.1
An Arch Linux–based distribution for farm nerds. Dark mode, circuit-green accents, and the CachyOS performance kernel by default.
| Path | Purpose |
|---|---|
iso/ |
archiso profile overlay (applied on top of the stock releng profile) |
packages/ |
PKGBUILDs for FarmNerdOS's own packages (branding, theme, installer config) |
scripts/ |
Build tooling: package repo builder + ISO builder |
repo/ |
Output: the [farmnerdos] pacman repository (generated, gitignored) |
.github/workflows/ |
CI: build packages → publish repo → build ISO release |
- Base: stock Arch (
archlinux-2026.07.01verified as reference), built witharchiso. - Kernel:
linux-cachyosfrom the official CachyOS repository (BORE scheduler, x86-64-v3 optimizations available). We do not mirror it; it stays current upstream. - Desktop: KDE Plasma (Wayland), Breeze Dark base with the FarmNerd Seedling color scheme — near-black soil tones with circuit-green accents pulled from the wallpaper.
- Installer: Calamares, branded. Live session autologs into user
farmer. - Few extra apps: Firefox, Konsole, Dolphin, Ark, Spectacle, Kate. That's it for alpha.
| Role | Hex |
|---|---|
| Background (soil black) | #0C120C |
| Surface (dark moss) | #141C14 |
| Accent (circuit green) | #5CDB3C |
| Accent bright (glow) | #8AFF3A |
| Highlight (sunset amber) | #F0A32E |
| Text | #DCE8D8 |
Requires an up-to-date Arch Linux build host (or the CI workflow) with:
archiso, base-devel, git.
# 1. One-time: trust the CachyOS signing key on the build host
sudo pacman-key --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com
sudo pacman-key --lsign-key F3B607488DB35A47
# 2. Build FarmNerdOS packages into ./repo (local [farmnerdos] pacman repo)
./scripts/build-packages.sh
# 3. Build the ISO (root required; uses mkarchiso)
sudo ./scripts/build-iso.sh
# → out/farmnerdos-0.1-seedling-x86_64.iso[farmnerdos] # our packages — GitHub Pages once published, file:// during local builds
[cachyos] # kernel + calamares, https://mirror.cachyos.org/repo/$arch/$repo
[core] [extra] # stock Arch- v0.1 Seedling (this): bootable live ISO, branded Calamares, theme, CachyOS kernel
- v0.2: signed
[farmnerdos]repo, custom SDDM theme, farm-tool app selection - v0.3: hardware profiles (RTK GPS dongles, CAN interfaces), OTA update channel
Build scripts and configs: MIT. Wallpaper and branding artwork: CC BY-SA 4.0. Packages retain their upstream licenses.
