index.md (954B)
1  2  3 4 **Alice Linux** is my personal daily driver minimal distro that used [Clang/LLVM](https://www.llvm.org/) as main C compiler, [musl](https://musl.libc.org/) as main standard libc library, [libressl](https://www.libressl.org) as main SSL/TLS and cryptographic libraries, [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 - clang/llvm instead of gcc/binutils 10 - musl instead of glibc 11 - busybox instead of coreutils/util-linux/etc 12 - busybox's runit instead of systemd/openrc/etc 13 - libudev-zero instead of udev/eudev 14 - gettext-tiny instead of gettext 15 - mandoc instead of man-db 16 - doas instead of sudo 17 - wayland instead of Xorg 18 - libressl instead of openssl