index.md (698B)
1  2  3 4 **Alice Linux** is my personal daily driver minimal distro that used [musl](https://musl.libc.org/) libc, [busybox](https://www.busybox.net/) as main core utilities, package manager written in POSIX shell script, [Wayland](https://wayland.freedesktop.org/) as the gui server and trying to be minimal, lightweight and usable as possible. 5 6 - no systemd 7 - no PAM 8 - no polkit 9 - musl instead of glibc 10 - busybox instead of coreutils/util-linux/etc 11 - busybox's runit instead of systemd/openrc/etc 12 - libudev-zero instead of udev/eudev 13 - gettext-tiny instead of gettext 14 - mandoc instead of man-db 15 - doas instead of sudo