Rez May 2026

is an open-source, cross-platform package manager designed to create isolated, reproducible environments for software packages. Unlike traditional package managers (like apt or pip ) that install software directly into a system environment, Rez manages packages in a central repository and resolves dependencies dynamically at runtime.

Testing new software versions without breaking existing pipelines. Ensuring all artists in a studio are using

Ensuring all artists in a studio are using the exact same version of Maya, Pyblish, and internal tools. Adoption Multiple versions of the same software (e

Launching specific tools on the fly from a farm or terminal. 6. Adoption is an open-source

Multiple versions of the same software (e.g., Python 2.7 and Python 3.10) can exist simultaneously without conflicting.

Because environments are virtual and reference a central repo, they require minimal disk space. Cross-Platform: Works across Linux, Windows, and macOS. 4. How It Works Request: A user requests a package: rez env houdini . Resolve: Rez examines dependencies and resolves conflicts.

Go to Top