NIXL is supported on a Linux environment only. It is tested on Ubuntu (22.04/24.04) and Fedora. macOS and Windows are not currently supported; use a Linux host or container/VM. For backwards ...
# Designed to run inside Docker containers with root or non-root users. if [ -t 1 ]; then tty_ok=1; fi if [ "${NO_COLOR:-}" = "1" ]; then tty_ok=0; fi ...