XCX
XCX.
The Pragmatic Backend Language
SPEC 4.2.0
DEV 05.2026

DOWNLOAD_XCX

← BACK TO HUB
LATEST: 4.2.0 // PLATFORMS: WINDOWS, LINUX & MACOS
BASH / ZSH (LINUX)
$ 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
02 // SYSTEM_INSTALLATION_GUIDE
How to Install on Windows
  1. 01
    Execute Installer

    Run the xcx-setup-v4.2.exe executable. Administrative privileges may be requested by compilation utilities.

  2. 02
    Configure Paths

    Confirm the installer checkbox option asking to automatically append XCX's directory to System PATH variables.

  3. 03
    Validate System

    Launch a fresh command prompt (CMD or PowerShell) and execute: xcx --version to verify successful integration.

How to Install on Linux

Quick setup: You can skip these manual steps by using the automated one-line terminal command:
curl -sL https://xcxlang.com/install.sh | bash

  1. 01
    Extract Archive

    Unpack standard tarball package files into your system targets: tar -xzf xcx-installer-linux-v4.2.tar.gz

  2. 02
    Run Setup Wizard

    Navigate into the extracted folder and launch the installer: cd xcx-installer-linux-v4.2 && ./install.sh

  3. 03
    Verify Functionality

    Ensure execute permissions are granted. Run xcx --version inside bash shell configurations.

How to Install on macOS

Quick setup: You can skip these manual steps by using the automated one-line terminal command:
curl -sL https://xcxlang.com/install.sh | bash

  1. 01
    Extract Archive

    Unpack standard macOS tarball archive package file: tar -xzf xcx-installer-macos-v4.2.tar.gz

  2. 02
    Run Setup Wizard

    Change dir to the path and execute setup wizard script: cd xcx-installer-macos-v4.2 && ./install.sh

  3. 03
    Verify Functionality

    In terminal window, verify path accessibility using: xcx --version

EXPERIMENTAL BUILDS

Looking for unstable, research, or testing versions? Check the experimentals directory.

VIEW EXPERIMENTALS →