aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 3047c1034fdc87a93c3ca03dda74265e8b0c17c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
![alicelinux](files/grimshot-240524-234840.png)

**Alice Linux** is 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.

- 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
- wayland instead of Xorg
- libressl instead of openssl
- byacc instead of bison
- muon instead of meson