Download Archcraft

You can download Archcraft from either github releases, sourceforge or by torrent.
Latest Release
: archcraft-2022.04.07-x86_64.iso
Available Options
-
Github
Download the ISO from github releases.
Download -
Sourceforge
Get the latest ISO from sourceforge.
Download -
Torrent
Download the torrent file of the ISO.
Download
The username and password for live session is : liveuser
Archcraft is only available for 64-bit architectures. There are no 32-bit, ARM or WSL editions & perhaps, never going to be.
Verify the ISO
After downloading, you should verify the authenticity of the ISO.
- First, Download gpg signature and sha256sum files. Save them in the same directory as ISO.
- Open the terminal and verify the details of the key on 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
$ gpg --verify archcraft-2022.04.07-x86_64.iso.sig
$ sha256sum -c archcraft-2022.04.07-x86_64.iso.sha256sum