Install Bootstrap - EfazDev/orangeblox GitHub Wiki

Requirements

  1. Latest ZIP of OrangeBlox
  2. Windows 10.0.17134+ (April 2018) or macOS 10.13+ (High Sierra)
  3. Python 3.11+ (You may install Python 3.14.0 from InstallPython.bat (Windows) or from InstallPython.sh (macOS))
  4. Python Modules: macOS: pip install pypresence pyobjc-core pyobjc-framework-Quartz pyobjc-framework-Cocoa posix-ipc requests plyer psutil Windows: pip install pypresence requests pywin32 plyer psutil

Download Latest Version

To download the latest version of OrangeBlox, go to the GitHub Repository, go to the Releases tab and download the latest release as a ZIP file (from Source Code).

Install Python

To install Python, go to https://python.org/downloads/ and then download Python. Once you have downloaded the file, run it and then complete the installation process. You may also download Python by running InstallPython.bat (Windows) or InstallPython.sh (macOS) inside the zip file.

[!IMPORTANT] This bootstrap uses Python executables installed on your computer to run. If you don't do this step, you won't be able to use OrangeBlox.

Anti-Virus Information

[!IMPORTANT] OrangeBlox is a safe Windows/macOS program and won't harm your Roblox account. However, compilers like Nuitka and pyinstaller may have some issues where apps created contain false positives from anti-virus software. For example, Windows Defender may detect the bootstrap with Win32/Wacapew.C!ml. In order to prevent this, you may need to authorize the app through your anti-virus or build the app directly.

Python 3.15 Beta Support Information

[!IMPORTANT] OrangeBlox is somewhat compatible with beta versions of Python such as Python 3.15. However, Pypi packages such as pyobjc, Nuitka/pyinstaller, psutil and plyer will all need to support the Python beta in order to work with OrangeBlox. Using beta versions of Python is only recommended for developers that know what they're doing and is not recommended for public use.

Extract ZIP File

Let's extract all files into a new folder! For macOS, you would just open the ZIP file using Archive Utility and it would automatically unzip the folder. For Windows, open the ZIP file, look for a Extract All button and then complete extraction into a new folder!

[!IMPORTANT] It is important that you also follow this instruction!! If you see only a folder named orangeblox-main, open it since that's where most the actual files are.

Let's Install Now!

Now, if you're now ready, you may run Install.py! Complete the installation process by answering the questions by typing y or n! Thank you for installing OrangeBlox!