On this page you will find some useful information on how to download the source code or the binary packages of Xcpc.

Xcpc is mainly distributed as source code and its source code is hosted on a private GitLab CE server but some public mirrors are obviously available and synchronized with the official repository.

XCPC-0.53.0

Source code package

The latest source code package is 2026-08-07xcpc-0.53.0.tar.gz

If you want to compile and install Xcpc directly from sources, please read the installation manual:

You can download the source code package by clicking on the following links:

  • Download the source code package on GitHub
  • Download the source code package on GitLab

Debian package for the amd64 architecture

The latest Debian amd64 package is 2026-08-07xcpc_0.53.0-1_amd64.deb

If you are not familiar with the compilation process, you can download and install a Debian precompiled package for your amd64 distro, but with no warranties and at your own risk.

  • Download the amd64 package on GitHub
  • Download the amd64 package on GitLab

Debian package for the arm64 architecture

The latest Debian arm64 package is 2026-08-07xcpc_0.53.0-1_arm64.deb

If you are not familiar with the compilation process, you can download and install a Debian precompiled package for your arm64 distro, but with no warranties and at your own risk.

  • Download the arm64 package on GitHub
  • Download the arm64 package on GitLab

AppImage for the x86_64 architecture

The latest x86_64 AppImage is 2026-08-07xcpc-0.53.0_x86_64.AppImage

If you prefer a portable and self-contained binary, you can download the AppImage, make it executable (chmod +x) and run it directly, with no installation required.

  • Download the x86_64 AppImage on GitHub
  • Download the x86_64 AppImage on GitLab

AppImage for the aarch64 architecture

The latest aarch64 AppImage is 2026-08-07xcpc-0.53.0_aarch64.AppImage

If you prefer a portable and self-contained binary, you can download the AppImage, make it executable (chmod +x) and run it directly, with no installation required.

  • Download the aarch64 AppImage on GitHub
  • Download the aarch64 AppImage on GitLab

GIT REPOSITORY

The master branch

The master branch is available here:

The release branch

The release branch is available here:

  • View the release branch on GitHub
  • View the release branch on GitLab
  • View the release branch on Bitbucket