1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# KISS Linux Community
KISS Linux is a meta-distribution created by Dylan Araps, featuring the `kiss` package manager which makes it easy to maintain your own system.
> [KISS Linux](https://kisslinux.github.io/) is an independent Linux(R) distribution with a focus on simplicity and the concept of less is more.
KISS uses a concise plain-text package system which is parsed by the small, portable, and self-contained [package manager](kiss/package-manager/) written in POSIX shell.
By default, KISS is based on musl libc and busybox, but there's no lock-in to specific software; everything can be replaced.
The [main repository](https://codeberg.org/kiss-community/repo) is a small and opinionated base of packages which users can build upon to suit their needs.
We're on IRC at #kisslinux on [libera.chat](irc://irc.libera.chat) ([logs are available here](https://libera.irclog.whitequark.org/kisslinux)).
## Important links
**WARNING**: the old `kisslinux.org` website seems to have been taken over by bad actors and although it looks similar to Dylan's pages (which have expired) they contain analytics and adverts. Dylan's website is now available here: <https://kisslinux.github.io/>
- [$/kiss-community](https://codeberg.org/kiss-community)
- [kiss-find](https://github.com/aabacchus/kiss-find): search for packages across community repositories
- [Official website](https://kisslinux.github.io/)
- [$/kisslinux](https://github.com/kisslinux)
If you're installing KISS, refer to the [community install guide](kiss/install/)
alongside the [official guide](https://kisslinux.github.io/install).
You can contribute to this wiki! See [website/](website/) for details.
|