Nix – One package manager for every Linux distro, MacOS, Android, and much more.
Sometimes, you want to install a package but it is not available for your distro. Sometimes, you want to install a newer version of a package than what’s available on your distro. You may want to install Linux Apps on Mac OS or Android. Nix provides you a way to do so. It works on every Unix-like OS with curl command and root access via sudo available, except Android. Android does not need root access or curl to install nix....