Full ISO

The Full ISO includes all 2000+ tools and multiple window managers: Fluxbox, i3, and AwesomeWM.

Size: ~15 GB    Arch: x86_64

Download ISO SHA256 SIG Torrent
Slim ISO

The Slim ISO includes XFCE and the most critical tools. Good if you want a lighter install and plan to add more tools yourself.

Size: ~5 GB    Arch: x86_64

Download ISO SHA256 SIG Torrent

Install as a Repository

Add BlueArch to an existing Arch Linux install

You do not need to reinstall your system. The strap script adds the BlueArch GPG keys to your system and updates /etc/pacman.conf to include the BlueArch repository. After that you can install any tool with pacman.

Run the following as root:

# Download the strap script root@arch ~ $ curl -O https://bluearch.network/strap.sh # Check the SHA1 sum before running anything root@arch ~ $ sha1sum strap.sh 9f770789df3b7803105e5fbc19212889674cd503c strap.sh # Make it executable and run it root@arch ~ $ chmod +x strap.sh root@arch ~ $ ./strap.sh :: BlueArch repository added. Updating system... # Install a single tool root@arch ~ $ pacman -S nmap # Install all tools root@arch ~ $ pacman -S bluearch

Verify Your Download

GPG Verification

All ISOs and packages are signed by p1rater. You can verify that the file you downloaded came from us and was not changed.

# Import the BlueArch signing key user@host ~ $ gpg --keyserver keyserver.ubuntu.com --recv-keys p1rater # Verify the ISO user@host ~ $ gpg --verify bluearch-linux-x86_64.iso.sig bluearch-linux-x86_64.iso gpg: Good signature from "p1rater <p1rater@bluearch.network>" # Verify the SHA256 checksum user@host ~ $ sha256sum -c bluearch-linux-x86_64.iso.sha256sum bluearch-linux-x86_64.iso: OK