# Install latest Codex
curl -s https://get.codex.storage/install.sh | bash
# Install specific version of Codex
curl -s https://get.codex.storage/install.sh | VERSION=0.1.7 bash
# Install latest Codex with cirdl
curl -s https://get.codex.storage/install.sh | INSTALL_CIRDL=true bash
# On Windows with msys2 install Codex with required libraries
curl -s https://get.codex.storage/install.sh | WINDOWS_LIBS=true INSTALL_CIRDL=true bash