1
0
Fork
You've already forked alice-testing
0
forked from emmett1/alicelinux
A minimal musl + busybox + libressl + clang distribution
  • C 56.2%
  • Shell 36.3%
  • Roff 5.2%
  • Clojure 2.2%
2026年07月01日 20:59:08 -04: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 added depends and info for bsd-games 2026年07月01日 20:59:08 -04:00
utils updated buildsite.sh and installation doc 2026年06月22日 22:14:09 +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 Initial commit 2024年05月21日 14:31:39 +00:00
readme.md updated readme 2026年06月23日 17:51:16 +08: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
  • wayland instead of Xorg
  • libressl instead of openssl
  • byacc instead of bison
  • muon instead of meson