- Python (
.py) — works on any platform with Python 3 installed - PowerShell (
.ps1) — works on Windows, macOS, and Linux with PowerShell 7+
.sh) variant for environments where Python is not available at bootstrap time.
When both Python and PowerShell are available, prefer the Python variant. The Python scripts are the reference implementation; PowerShell scripts mirror their behavior.
Script reference
How to run
Get help for any script by passing--help (Python) or -Help (PowerShell):
recursive-status with the name of whichever script you want to inspect.