Download Archcraft

Archcraft is available for download on SourceForge, Google Drive, and Mega.
Total Downloads (SourceForge)  :  Loading...

Latest Release  :  archcraft-2025.07.12-x86_64.iso
Live Session Login  :  username and password  →  liveuser
Archcraft is available only for 64-bit systems. There are no 32-bit, ARM, or WSL editions — and likely never will be.
Archcraft ARM is Here : Now available for ARMv7 (32-bit) and ARMv8 (aarch64, 64-bit).

Available Options

  • Sourceforge

    Get the latest ISO from sourceforge.

    Download
  • Google Drive

    Download the ISO from google drive.

    Download
  • Mega

    Download the ISO from mega cloud.

    Download

Verify the ISO

After downloading, make sure to verify the authenticity of the ISO:

  • Ensure the ISO, GPG signature, and SHA256 checksum files are in the same directory.
  • Open a terminal and check the key details on a keyserver (any one).
  • $ gpg --keyserver hkps://keys.gnupg.net --recv-keys 7DC81F73
    $ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 7DC81F73
    $ gpg --keyserver hkp://pgp.mit.edu --recv-keys 7DC81F73
  • Verify the GPG signature by running the provided command.
  • $ gpg --verify archcraft-2025.07.12-x86_64.iso.sig
  • Finally, confirm the SHA256 checksum by running the matching command.
  • $ sha256sum -c archcraft-2025.07.12-x86_64.iso.sha256sum