2024-05-05 17:44:34 +00:00
# Lix
2020-04-30 20:01:28 +00:00
2024-05-05 17:44:34 +00:00
**Lix** is an implementation of **Nix** , a powerful package management system for Linux and other Unix systems that makes package management reliable and reproducible.
2019-07-18 08:57:26 +00:00
2024-05-05 17:44:34 +00:00
Read more about us at https://lix.systems.
2020-04-30 20:01:28 +00:00
## Installation
2024-05-14 00:05:08 +00:00
On Linux and macOS the easiest way to install Lix is to run the following shell command
2020-04-30 20:01:28 +00:00
(as a user other than root):
2020-07-18 07:48:13 +00:00
```console
2024-05-05 17:44:34 +00:00
$ curl -sSf -L https://install.lix.systems/lix | sh -s -- install
2020-04-30 20:01:28 +00:00
```
2024-05-14 00:05:08 +00:00
For systems that **already have a Nix implementation installed** , such as NixOS systems, read our [install page ](https://lix.systems/install )
2020-04-30 20:01:28 +00:00
## Building And Developing
2024-05-05 17:44:34 +00:00
See our [Hacking guide ](https://git.lix.systems/lix-project/lix/src/branch/main/doc/manual/src/contributing/hacking.md ) in our manual for instruction on how to to set up a development environment and build Lix from source.
2016-05-30 14:17:51 +00:00
2020-04-30 20:01:28 +00:00
## Additional Resources
2016-07-20 21:17:55 +00:00
2024-05-05 17:44:34 +00:00
- [Our wiki ](https://wiki.lix.systems )
2024-05-06 08:52:13 +00:00
- [Matrix - #space:lix.systems ](https://matrix.to/#/#space:lix.systems )
2016-07-20 21:17:55 +00:00
2016-05-30 14:17:51 +00:00
## License
2024-05-05 17:44:34 +00:00
Lix is released under the [LGPL v2.1 ](./COPYING ).