Arch Linux 972 Published by

Arch Linux has released its 2026.07.01 installation ISO, featuring the new Linux Kernel 7.0.10 and the updated ArchInstall 4.4. The installer now leverages Python 3.14+ and a modern Textual TUI, offering guided setup with LUKS2 disk encryption support for fresh installs. Existing users should skip the ISO and instead run pacman -Syu to keep their rolling release systems up to date. The release arrives shortly after a security cleanup in the Arch User Repository, ensuring a clean starting point for new installations.





Arch Linux ships 2026.07.01 ISO with Kernel 7.0.10 and ArchInstall 4.4

Arch Linux has released its latest installation image. The 2026.07.01 ISO arrives with Linux Kernel 7.0.10 baked in, along with ArchInstall 4.4 as the official guided installation tool. If you are setting up a fresh Arch system, this is the image to grab.

For existing users, the message is straightforward: do not use this ISO. Just run pacman -Syu. Arch is a rolling release distribution, meaning your current install will already be tracking these updates once the repositories sync. The new ISO is strictly for new installations. Not cheap, but it's free in every other sense.

The ISO is 1.5 GB. You can grab it via BitTorrent or hit one of the HTTP(S) mirrors directly. The mirror list and verification checksums are linked on the official news page. Head here to get the download started.

Screenshot_from_2026_07_01_19_50_33

ArchInstall 4.4 Takes the Wheel

The installer included on this media is ArchInstall 4.4. It uses Python 3.14+ and the Textual library for its text-based user interface. That is bleeding edge even for an installer. The TUI handles disk partitioning, bootloader selection, desktop environments, and network setup.

There is also a Python library mode for scripting custom installs. The project supports LUKS2 disk encryption with custom cipher selection. Credentials are hashed with yescrypt by default. If you need to automate a deployment, you can pass JSON configuration files directly to the command line.

ArchInstall has come a long way from its early alpha days. It sits at over 8,300 GitHub stars and nearly 1,000 forks. It reflects the current state of the project: modern tooling wrapped around traditional Arch philosophy. The developers explicitly avoid bundling AUR helpers like yay or paru. The stance is that users should vet PKGBUILDs themselves.

Context and Security

The release comes shortly after a significant security incident in the Arch User Repository. In June 2026, Arch announced a high volume of malicious package adoptions in the AUR. The team moved fast to clean up affected packages, but it serves as a reminder that the ecosystem is actively maintained and monitored.

Head here for a complete list of packages impacted by the AUR incident. You still need to vet what you install from third-party sources, even with the improved tooling on this ISO.

The kernel jump to 7.0.10 is notable. You get newer hardware support out of the box for whatever you might be throwing at the system. ArchInstall 4.4 also includes fixes for Plymouth boot splash warnings and NVIDIA early module loading issues. Keep in mind that these are live fixes, not just static features.

If you are new to Arch, this ISO provides a solid starting point. If you are a veteran, you will just keep updating. The rolling release model means the journey never really ends. Just run your updates, check the news for package-specific notes, and move on.