Installation#
nur is an end-user command-line tool, not a library, so install it as a
standalone application rather than as a project dependency. It ships a single
nur command that launches both the CLI and the TUI.
Stable release#
Install nur into an isolated environment with your preferred tool installer:
uv tool install nur
pipx install nur
Or run it without installing:
uvx nur
On macOS/Linux, install it from the Homebrew tap:
brew install hasansezertasan/tap/nur
On Windows, install it from the Scoop bucket:
scoop bucket add hasansezertasan https://github.com/hasansezertasan/scoop-bucket
scoop install nur
From source#
The source files for nur can be downloaded from the
GitHub repo.
You can either clone the public repository:
git clone https://github.com/hasansezertasan/nur.git
Or download the tarball:
mkdir nur
curl -fL https://github.com/hasansezertasan/nur/tarball/main | tar -xz --strip-components=1 -C nur
Once you have a copy of the source, you can install it with:
cd nur
uv tool install .