Version: 1.0 Lite — "Arise"
By: Nehemiah Ng'anjo
Base: Arch Linux | x86_64
| Edition | Desktop | Status |
|---|---|---|
| Ng'anjo OS GNOME | GNOME on Wayland | ✅ Available |
| Ng'anjo OS KDE | KDE Plasma on Wayland | 🔧 In Development |
its my own linux distro built on arch. two editions — gnome and kde plasma, both on wayland. has a custom installer and works on most hardware out of the box. still in early stages but its functional.
- gnome on wayland (clean, no bloat) — or kde plasma on wayland
- calamares installer (graphical)
- zsh with autosuggestions + syntax highlighting + fzf
- pipewire audio
- bluetooth works
- zram swap (good for low ram machines)
- plymouth boot animation
- cpu governor + io scheduler tuning
- firefox comes preinstalled, brave can be installed via aur
- flatpak ready
- 64bit cpu, at least 2 cores
- 2gb ram minimum (4gb recommended)
- 20gb disk space
- UEFI boot (no legacy bios support)
you need an arch linux machine to build this
# install archiso first
sudo pacman -S archiso
# then just run
sudo bash scripts/build.sh
# clean build
sudo bash scripts/build.sh --clean
# build and test in qemu
sudo bash scripts/build.sh --testiso goes to out/ folder when done. takes like 20-45 mins depending on your internet
sudo bash scripts/test_iso.sh --uefi out/nganjo-os-*.isosudo dd bs=4M if=out/nganjo-os-*.iso of=/dev/sdX status=progress oflag=syncchange /dev/sdX to your actual usb drive. be careful not to wipe the wrong drive
run this after first boot:
sudo nganjo-setupit will:
- update packages
- install yay
- setup ufw firewall
- enable apparmor
- fix mirrors with reflector
- add flathub
nganjo-os/
├── airootfs/ # all the os configs and scripts
├── docs/ # docs
├── efiboot/ # uefi boot stuff
├── grub/ # grub config
├── scripts/ # build and setup scripts
├── syslinux/ # legacy boot (just in case)
├── packages.x86_64 # package list
├── pacman.conf # pacman config for build
└── profiledef.sh # archiso profile
GPL-2.0
built for those who arise.
This is free and open-source software. Use it, fork it, ship it — no strings attached.
If it saved you time, made you money, or you just think it was a solid piece of work — a coffee goes a long way.
No pressure. But appreciated.
MIT — free to use, modify, and distribute. See LICENSE.