Skip to content

Installation

uniget ships as a statically linked binary and does not require any additional tools to be installed.

Installation commands for the uniget CLI.

curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_Linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget

User context

Installation commands for the uniget CLI:

curl -sLf https://github.com/uniget-org/cli/releases/latest/download/uniget_Linux_$(uname -m).tar.gz \
| tar -xzC ~/.local/bin uniget

By default uniget will operate in global context even if installed inside the home directory. Either use --user when running uniget or set $UNIGET_USER. See context for more information.