Modified media page
[mob-repo.git] / wiki / kiss-linux.md
blob2fefb1fb4fea2d0b2dfb981512b5a67b31100e99
1 # Kiss Linux
3 Kiss linux is a [pseudominimalistic](pseudominimalism.md) [linux](linux.md) [distribution](distribution.md) which attempts
4 to create a simple environment which respects user freedom. Its main feature is its own package manager called "kiss" which
5 is written in about 2000 lines of [posix](posix.nd) [shell](shell.md), originally created by [Dylan Araps](dylanaraps.md) and
6 now mantained by an active community. It uses the [musl libc](musl.md) instead of the more common [bloated](bloat.md)
7 [glibc](glibc.md), and uses [wayland](wayland.md) as its display server by default.
9 The package manager, (which is the core of their system) basically uses traditional "./configure && make" build scripts to
10 build each package, so it is extremely hackable and has a very simple repo structure.
12 KISS addresses a lot of problems in mainstream linux like [dbus](dbus.md), [xorg](xorg.md) and [glibc](glibc.md), which is of
13 course pretty good. KISS Linux is also completely community driven after Dylan disappeared, which is something all suckless
14 projects should aim to be. It is also incredibly easy to mantain, which is probably reason why it's so community-driven.
16 True minimalism could have been achieved if the community were slightly more [elitist](elitism.md) and they would have stopped
17 implementing stupid unecessary features in the package manager, inflating it to an unecessary number of lines of code. However,
18 the kiss package manager in itself is still an incredibly useful os-agnostic tool.
20 The default packages are not as suckless as one would imagine, however that is not really a point to complain about because it
21 is very easily changeable.
23 TLDR: The kiss package manager has an incredible and admirable suckless design which is easily hackable and customizable. The
24 distribution in itself is good but pretty improvable.
26 TODO: Write oasis/kiss alternative in POSIX shell.
28 Alternatives to KISS:
29 [oasis](oasis.md)