curl -sL https://xcxlang.com/install.sh | bash | File name | OS | Arch | Size |
|---|---|---|---|
| xcx-setup-v4.2.exe |
Windows
| x86-64 | 6.9 MB |
| xcx-installer-linux-v4.2.tar.gz |
Linux
| x86-64 | 6.6 MB |
| xcx-installer-macos-v4.2.tar.gz |
macOS
| ARM64 | 4.2 MB |
Run the xcx-setup-v4.2.exe executable. Administrative privileges may be requested by compilation utilities.
Confirm the installer checkbox option asking to automatically append XCX's directory to System PATH variables.
Launch a fresh command prompt (CMD or PowerShell) and execute: xcx --version to verify successful integration.
Quick setup: You can skip these manual steps by using
the automated one-line terminal command:
curl -sL https://xcxlang.com/install.sh | bash
Unpack standard tarball package files into your system
targets: tar -xzf xcx-installer-linux-v4.2.tar.gz
Navigate into the extracted folder and launch the installer: cd xcx-installer-linux-v4.2 && ./install.sh
Ensure execute permissions are granted. Run xcx --version inside bash shell configurations.
Quick setup: You can skip these manual steps by using
the automated one-line terminal command:
curl -sL https://xcxlang.com/install.sh | bash
Unpack standard macOS tarball archive package file: tar -xzf xcx-installer-macos-v4.2.tar.gz
Change dir to the path and execute setup wizard script: cd xcx-installer-macos-v4.2 && ./install.sh
In terminal window, verify path accessibility using: xcx --version
Looking for unstable, research, or testing versions? Check the experimentals directory.
VIEW EXPERIMENTALS →