Skip to content

Workflow Builds

This is an official release channel for nvibrant

You can download all builds made by GitHub Actions in the repository releases page, which are uploaded via Trusted Publishing to PyPI, and uses Immutable Releases.

Python utility

The only dependency is pypi/packaging for semver comparisons, run directly with:

uvx --with nvibrant-1.2.0-py3-none-manylinux_2_17_x86_64.whl nvibrant (...)

And/or install into a venv with standard pip or uv, same usage as Python Registry install.

Extracting binaries

Since Python wheels are zips, you can glob or selectively unzip files from it:

# Extracts all nvibrant-$driver binaries into ./bin/
unzip -j "nvibrant-*.whl" "nvibrant/resources/*" -d ./bin
chmod +x "./bin/*"

And then copy somewhere else (like ~/.local/bin) or run files directly:

./bin/nvibrant-575.64.03 (args)

Note: Always chose the closest, but not newer driver version file!