A minimal musl + busybox + libressl + clang distribution https://alicelinux.org
  • C 56%
  • Shell 36.6%
  • Roff 5.1%
  • Clojure 2.2%
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Emmett1 44a64e2533
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
firefox: added nasm and pkgconf to makedepends
2026-08-22 18:10:03 +00:00
docs updated buildsite.sh and installation doc 2026-06-22 22:14:09 +08:00
files site updated 2026-05-26 00:39:20 +08:00
repos firefox: added nasm and pkgconf to makedepends 2026-08-22 18:10:03 +00:00
utils added makedepends to ports page 2026-08-16 21:44:33 +08:00
.gitignore .gitignore updated 2026-05-27 06:47:29 +00:00
.woodpecker.yml updated .woodpecker.yml 2026-06-08 22:27:32 +08:00
404.md site updated 2026-06-02 23:53:17 +08:00
community.md site updated 2026-05-26 00:39:20 +08:00
development.md site updated 2026-05-26 00:39:20 +08:00
donate.md site updated 2026-05-26 00:39:20 +08:00
LICENSE 1000 Initial commit 2024-05-21 14:31:39 +00:00
readme.md added netbsd-curses to readme.md 2026-08-05 14:58:56 +00:00

alicelinux

Alice Linux is minimal distro that used Clang/LLVM as main C compiler, musl as main standard libc library, libressl as main SSL/TLS and cryptographic libraries, busybox as main core utilities, package manager written in POSIX shell script, Wayland as the gui server and trying to be minimal, lightweight and usable as possible.

  • no systemd
  • no PAM
  • no polkit
  • clang/llvm instead of gcc/binutils
  • musl instead of glibc
  • busybox instead of coreutils/util-linux/etc
  • busybox's runit instead of systemd/openrc/etc
  • libudev-zero instead of udev/eudev
  • gettext-tiny instead of gettext
  • mandoc instead of man-db
  • doas instead of sudo
  • 1000 wayland instead of Xorg
  • libressl instead of openssl
  • byacc instead of bison
  • muon instead of meson
  • netbsd-curses instead of ncurses