Skip to content

FhyTan/portable_rez

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,076 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Portable Rez Build by PyInstaller

This is an unofficial portable build of Rez created with PyInstaller. It offers a standalone executable for Windows, allowing you to run Rez without installing Python.

The build functions identically to the official version.

Screenshot

Original Rez repository: AcademySoftwareFoundation/rez
Rez documentation: rez.readthedocs.io

Usage

  1. Download the latest release from Latest Releases.
  2. Extract the ZIP file to your preferred folder.
  3. Add that folder to your PATH environment variable.

You can now use rez from the command line as you would with the official build.

Build

Manually

This repository currently provides a Windows build, but it can be adapted for other platforms or Python versions.

The build script is located in the pyinstaller folder. To create a build, install PyInstaller and run:

pip install pyinstaller
python ./pyinstaller/build.py

Use agent skill

This repository now provides an agent skill that uses uv to set up the environment and build the executable.

You can invoke any agent and use the build-rez skill to build it.

Skill documentation: .github/skills/build-rez/SKILL.md

Modifications

This repository differs from the official Rez version by including:

  • The pyinstaller folder with the build script and necessary files.
  • A fix for the longstanding UNC path issue.

Details:

About

This is an unofficial portable build of Rez, created using PyInstaller.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 96.9%
  • CMake 3.0%
  • Other 0.1%