Installation
lip is a general package installer. To get started, you need to install the lip executable on your system.
npm
The default installation method for all platforms is npm:
shell
npm install -g @futrime/lipThis installs both lip and lipd and works on Windows, Linux, and macOS.
If you only want to run lip without installing it globally, you can also use npx:
shell
npx @futrime/lip --helpThis is useful for trying lip or running one-off commands.
winget
shell
winget install futrime.lipWindows setup
Download the latest lip-<version>-<runtime>-setup.exe from the Releases page and run it.