Unix like software distribution with no GNU components
All build scripts are 0BSD Licensed.
To create an ISO from a non-iglunix OS please see https://github.com/iglunix/iglunix-autobuild
No. We currently only have one GNU package in the whole system: GNU Make. Iglunix has the least possible software for any self hosting Linux distribution. In the future, with a rewrite of GNU Make, we will have no GNU software at all.
See INSTALL.md
Join us at link
Iglunix has Firefox packaged requiring autoconf
as an extra GNU package.
standard tool | iglunix tool | use |
---|---|---|
glibc | musl | libc |
glibc | libexecinfo | Backtrace functions |
libstdc++ | libc++ | C++ standard library |
libgcc | libunwind | Stack unwinding |
libgcc | compiler-rt | Compiler builtins |
bison | byacc | POSIX yacc |
coreutils | toybox+busybox | POSIX utilities |
gcc | clang | C++ compiler |
zlib | zlib-ng | Compression library |
gmake | bmake, others | POSIX Make implementation |
ninja | samurai | Ninja build implementation |
GNU M4 | OpenBSD M4 | POSIX M4 implementation |
ncurses | netbsd-curses | X/Open Curses implementation |
bash | mksh | Shell |
Linux PAM | Open PAM | Pluggable Authentication Modules |
sudo | doas | Privilege escalation |
pkg-config | pkgconf | Package configuration tool |
e2fsprogs | make_ext4fs | Make an ext4 file system |