Kali Linux 2025.4, the latest major release of the world’s most popular penetration testing distribution, is officially here. This release brings substantial updates across the board, focusing on modernizing the desktop experience, enhancing VM compatibility, and introducing new specialized tools for cybersecurity professionals.
The update, detailed on the official Kali Linux blog, reinforces Kali’s position as the leading platform for ethical hacking, offering a smoother, more efficient, and feature-rich environment than ever before.
A Revolution in Desktop Environments
The 2025.4 release delivers significant upgrades to all three primary desktop environments, ensuring a modern look and improved workflow regardless of the user’s preference.

1. GNOME 49: Wayland is Now Standard
The most pivotal change is the shift in the GNOME environment:
- Wayland by Default: GNOME 49 now uses Wayland as the default and only window server, fully removing X11 session support. This marks a major step forward for performance and security.
- Design & Usability: All Kali themes have been refreshed for a sharp and smooth look. The application grid now logically organizes Kali’s vast tool library into folders.
- Quality-of-Life: A long-awaited feature has arrived: a dedicated shortcut for opening a terminal using `Ctrl + Alt + T` or `Win + T`.
2\. KDE Plasma 6.5: Boosting Productivity
The KDE Plasma desktop jumps to version 6.5, bringing several key productivity enhancements:
- Flexible Tiling: Improved window tiling capabilities for better multitasking.
- Advanced Screenshots: A new screenshot tool offers extra editing features right after capture.
- Smarter Search (KRunner): KRunner now supports fuzzy matching, meaning you can find applications even if you have a slight misspelling.
3\. Xfce: New Theming Flexibility
Kali’s default desktop, Xfce, receives a welcome feature with the introduction of color theme support. Users can now fully customize the colors of icons, GTK/Qt windows, and window manager decorations through the “Appearance” application, bringing it up to par with the theming options available in GNOME and KDE.
Seamless Wayland Support for Virtual Machines
The shift to Wayland has been seamlessly integrated, particularly for users running Kali in a virtual machine environment.
The Kali team has successfully configured VM Guest Utils Support for Wayland across major virtualization platforms, including VirtualBox, VMware, and QEMU. This means essential features like clipboard sharing, dynamic window scaling, and improved performance now work flawlessly, removing previous friction points associated with running Wayland in a VM.
Essential New Tools for Cybersecurity Professionals
As is tradition with every Kali release, several new tools have been added to the distribution’s repositories, expanding the arsenal available to penetration testers:
| Tool Name | Description | Category |
bpf-linker |
A simple BPF (Berkeley Packet Filter) static linker. | Development/Analysis |
evil-winrm-py |
A powerful Python-based tool for executing commands on remote Windows machines using the WinRM protocol. | Post-Exploitation |
hexstrike-ai |
An MCP server that enables AI agents to autonomously run various ethical hacking and analysis tools. | Automation/AI |
In addition to these new additions, the core of the system has been updated, including a bump to Kernel 6.16.
Kali NetHunter and Distribution Changes
Kali NetHunter Receives Mobile Upgrades
The mobile penetration testing platform, Kali NetHunter, has been updated with:
- Android 16 Support: Expanded compatibility, notably adding support for the Samsung Galaxy S10 series and the OnePlus Nord running LineageOS 23.
- Terminal Fixes: The NetHunter Terminal app has been successfully fixed and is fully operational again, including support for current Magisk versions.
Get Kali Linux 2025.4 Today
Whether you are looking for the latest tools, smoother desktop performance, or reliable Wayland support in your VM, Kali Linux 2025.4 is a must-have upgrade.
Existing Users:
Update your existing installation quickly via the terminal:
Existing Installs: If you already have an existing Kali Linux installation, remember you can always do a quick update:
┌──(kali㉿kali)-[~]
└─$ echo “deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware” | sudo tee /etc/apt/sources.list
[…]
┌──(kali㉿kali)-[~]
└─$ sudo apt update && sudo apt -y full-upgrade
[…]
┌──(kali㉿kali)-[~]
└─$ cp -vrbi /etc/skel/. ~/
[…]
┌──(kali㉿kali)-[~]
└─$ [ -f /var/run/reboot-required ] && sudo reboot -f
You should now be on Kali Linux 2025.4. We can do a quick check by doing:
┌──(kali㉿kali)-[~] └─$ grep VERSION /etc/os-release VERSION="2025.4" VERSION_ID="2025.4" VERSION_CODENAME="kali-rolling" ┌──(kali㉿kali)-[~] └─$ uname -v #1 SMP PREEMPT_DYNAMIC Kali 6.16.8-1kali1 (2025-09-24) ┌──(kali㉿kali)-[~] └─$ uname -r 6.16.8+kali-amd64