Offensive Security has announced the release of KaliLinux 2026.2, this year’s second update to its security-focused Linux distribution. The new version introduces nine additional tools, updates to the NetHunter Android platform, and brings new versions of the GNOME 50 and KDE Plasma 6.6 desktop environments.
It also includes the latest kernel, version 6.19. Users running Kali in a virtual machine can expect much faster boot times thanks to changes to the way graphics firmware is managed.
The distribution is aimed at cybersecurity professionals and ethical hackers and provides tools for penetration testing, security audits, and network investigation.
New tools in Kali Linux 2026.2
Kali Linux 2026.2 adds nine new tools to its network repositories. These include:
- arsenal-ng, a Go-based command library with over 200 cybersecurity cheat sheets;
- Hydra-gtk, a reintroduced GTK+ graphical interface for the network login cracker;
- legba, a multi-protocol credential brute force, password pulverizer, and enumerator;
- oletools, a parser for MS OLE2 files and Microsoft Office documents;
- Penelope, a shell keeper;
- shell-gpt, an AI-powered command-line productivity tool;
- tailscale, a platform for secure networks;
- takeie-osint, an open source intelligence gathering tool to find social media accounts; and
- uro, a URL sorting tool designed for crawl and penetration testing. The Kali team also updated their service helper scripts to improve service management. These updates include features to check service status, list default credentials, and retrieve access information for active services.
Faster VM boot times and desktop updates
Starting with Kali Linux 2026.2, pre-built VM images no longer include graphics firmware. Installer images can now detect virtual machine environments and skip installing graphics firmware accordingly.
This change results in a significantly smaller initrd, reduced from 200 MB to 60 MB, and approximately three times faster boot times for QEMU virtual machines on a Linux host, according to the Kali Team.
Actual performance improvements may vary depending on hardware and configuration. For users running Kali Linux on physical hardware, nothing changes. The default is still a 200 MB initrd with all graphics firmware included. Those who want to optimize can manually remove unnecessary firmware.
Kali Linux 2026.2 includes updates for both major desktop environments. Now ships with
- GNOME 50, which features improvements to the user interface, and
- KDE Plasma 6.6.
Both desktops have received major updates that improve performance and visual appeal. Users can select either desktop environment during installation or choose to install both on a single system.
NetHunter, kernel and update changes
The Android-based NetHunter platform has received several important updates. Added support for standalone kernel update using Magisk, allowing users to open any new kernel installer zip file directly in the Magisk application if it was created with kali-nethunter-installer.
The new kernels now include support for qcacld3 injection and there are updated kernels for additional Android versions and device models. Now more phones can run NetHunter Pro with full support.
The Kali NetHunter app launches faster than before, improving the user experience. The update also fixes bugs related to custom commands and the chroot manager.
A new EvilTwin tab has been introduced, featuring a fake Wi-Fi hotspot with a password verification captive portal. Additionally, an iptables fix ensures that the Android Hotspot feature works correctly after using Wifipumpkin3 or EvilTwin.
The Kali Linux kernel has been updated to version 6.19. The newer 7.0 kernel is also available in the kali-experimental repository for users interested in trying out the latest version.
Existing Kali Linux users can upgrade from a previous version using these commands:
1. Make sure the correct repository is configured:
echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" | sudo tee /etc/apt/sources.list
2. Update package lists and update:
sudo apt update && sudo apt -y full-upgrade
3. Copy the skeleton files to the home directory:
cp -vrbi /etc/skel/. ~/
4. Restart if necessary:
( -f /var/run/reboot-required ) && sudo reboot -f
After updating, check the version with:
grep VERSION /etc/os-release
How to get Kali Linux 2026.2
For new installations, ISO images and virtual machine images can be downloaded from Kali Official Website. The distribution supports a wide variety of hardware, including Raspberry Pi devices, Android phones via NetHunter, and standard laptops or desktops.
Users running Windows Subsystem for Linux should upgrade to WSL 2 to better support graphical applications. The WSL version can be checked using a command in the Windows command prompt.
Kali Linux 2026.2 is a rolling release update. Users who install the distribution will now receive continuous updates through standard package management channels, eliminating the need to reinstall for future versions.
The full changelog for Kali Linux 2026.2 is available on the Kali website. Kali Linux 2026.2 is now available as a free download from kali.org.






