A minimal musl + busybox + libressl + clang distribution https://alicelinux.emmett1.my
  • C 64.8%
  • Shell 26.6%
  • Roff 5.9%
  • Clojure 2.6%
  • Python 0.1%
Find a file
emmett1 8ca72161f4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
librewolf: updated to 148.0.1
2026-03-02 00:08:14 +00:00
docs updated website 2026-02-28 22:53:30 +08:00
files updated website 2026-02-28 22:53:30 +08:00
repos librewolf: updated to 148.0.1 2026-03-02 00:08:14 +00:00
utils updates 2024-06-17 22:50:16 +08:00
.gitignore updated website 2025-09-08 00:56:25 +08:00
.woodpecker.yml updated .woodpecker.yml 2026-02-28 23:00:22 +08:00
buildsite.sh updated website 2026-02-28 22:53:30 +08:00
community.md updated website 2026-02-28 22:53:30 +08:00
donate.md updated website 2026-02-28 22:53:30 +08:00
LICENSE Initial commit 2024-05-21 14:31:39 +00:00
readme.md updated website 2026-02-28 22:53:30 +08:00

alicelinux alicelinux

Alice Linux is my personal daily driver 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