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:
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:
Note: Always chose the closest, but not newer driver version file!