This page summarizes Kali Linux releases and milestones for 2026. As the current year, this page will be updated with each quarterly release.
Last Updated: March 21, 2026
| Attribute | Value |
|---|---|
| Current Release | Kali 2026.1 (January 2026) |
| Previous Release | Kali 2025.4 (December 2025) |
| Latest Kernel | 5.15.0 (2026.1), 6.16.0 (2025.4) |
| Default Desktop | Xfce 4.20.5 |
| Active Branch | kali-rolling |
| Next Expected Release | Kali 2026.2 (June 2026) |
Based on Kali’s established quarterly release cadence, the following releases are expected:
| Version | Expected Date | Quarter | Status |
|---|---|---|---|
| Kali 2026.1 | January 2026 | Q1 | ✅ Released Jan 9, 2026 |
| Kali 2026.2 | June 2026 | Q2 | 📅 Planned |
| Kali 2026.3 | September 2026 | Q3 | 📅 Planned |
| Kali 2026.4 | December 2026 | Q4 | 📅 Planned |
Kali Linux follows a consistent quarterly release schedule:
| Quarter | Typical Month | Typical Features |
|---|---|---|
| Q1 | January | New year release, visual refresh (2026) |
| Q2 | June | Summer release, hardware improvements |
| Q3 | September | Fall release, desktop enhancements |
| Q4 | December | Year-end release, comprehensive updates |
Release Date: January 9, 2026
Type: Q1 Quarterly Release
Kali Linux 2026.1 marks the first release of 2026 with a focus on visual improvements and new security tools. Offensive Security announced that major visual releases would now happen annually to better distinguish between versions.
| Component | Update | Description |
|---|---|---|
| Desktop Backgrounds | New | Fresh wallpapers for all desktop environments |
| Login Screen | Updated | New theme for display managers |
| GRUB Theme | Refreshed | Updated bootloader appearance |
| Browser Landing Pages | Redesigned | Firefox and Chromium homepage makeover |
| Shell Prompt | Improved | Better readability for copying code |
| Tool | Category | Description |
|---|---|---|
| dnsx | Information Gathering | Fast, multi-purpose DNS toolkit for running multiple DNS queries |
| email2phonenumber | OSINT | Obtain phone numbers from email addresses |
| naabu | Port Scanning | Fast, reliable port scanner focused on simplicity |
| nuclei | Vulnerability Analysis | Template-based targeted vulnerability scanning |
| PoshC2 | Post Exploitation | Proxy-aware C2 framework with post-exploitation capabilities |
| proxify | Web Testing | Swiss Army knife for HTTP/HTTPS traffic capture and replay |
Note: Four new tools (dnsx, naabu, nuclei, proxify) are from ProjectDiscovery.
| Attribute | Value |
|---|---|
| Kernel | Linux 5.15.0 |
| Desktop | Xfce 4.20.5 (default), GNOME, KDE Plasma, MATE, i3 |
| Base | Debian Testing |
| Branch | kali-rolling |
| Architectures | x86_64, ARM64, ARMhf |
| Feature | Description |
|---|---|
| Kali-Tweaks + SSH | Connect to old SSH servers using legacy protocols and ciphers |
| VMware i3 Improvements | Host-guest features now work properly on i3 window manager |
| Accessibility | Speech synthesis restored in Kali installer |
| ARM64 Support | New packages available for ARM64 architecture |
| Shell Prompt Tweaks | Options to remove skull icon, exit code, and background process count |
The 2026.1 release introduced shell prompt customization options:
# Disable skull icon in prompt
export KALI_PROMPT_NO_SKULL=1
# Disable exit code display
export KALI_PROMPT_NO_EXIT_CODE=1
# Disable background process count
export KALI_PROMPT_NO_BG_JOBS=1
# Add repository (if not already configured)
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list
# Update and upgrade
sudo apt update && sudo apt -y full-upgrade
# Restore user configurations
cp -rbi /etc/skel/. ~
# Reboot if required
[ -f /var/run/reboot-required ] && sudo reboot -f
Based on Kali’s development trajectory, here are expected developments:
| Release | Expected Kernel | Notes |
|---|---|---|
| 2026.1 | 5.15.0 | ✅ Released with LTS kernel |
| 2026.2 | 6.17.x or 6.18.x | Hardware support improvements |
| 2026.3 | 6.19.x or 6.20.x | Fall kernel updates |
| 2026.4 | 6.21.x or 6.22.x | Year-end LTS consideration |
| Environment | Expected Version | Notes |
|---|---|---|
| Xfce (default) | 4.20.x → 4.21.x | Continued stability |
| GNOME | 46 → 47 | Modern interface updates |
| KDE Plasma | 6.x | Plasma 6 refinements |
| MATE | 1.28 → 1.29 | Traditional desktop |
Expected major tool updates throughout 2026:
| Category | Expected Updates |
|---|---|
| Exploitation | Metasploit Framework 6.5+, Searchsploit |
| Web Testing | Burp Suite 2026.x, OWASP ZAP, SQLmap |
| Wireless | Aircrack-ng 1.9+, Kismet, Reaver |
| Forensics | Autopsy 4.22+, Volatility 3, Binwalk |
| Reverse Engineering | Ghidra 11.x+, Radare2, GDB |
| Password Attacks | Hashcat 6.3+, John the Ripper, Hydra |
| Network | Nmap 8.0+, Wireshark 4.5+, tcpdump |
| Reporting | Dradis, MagicTree, KeepNote |
| Platform | Expected Improvements |
|---|---|
| ARM Devices | Raspberry Pi 5 optimizations, new SBC support |
| WiFi Adapters | WiFi 6E/7 support, improved monitor mode |
| SDR Hardware | Expanded software-defined radio support |
| Cloud | Latest images for all major providers |
✅ Kali 2026.1 Released - January 9, 2026
kali-rollingExpected: Kali 2026.2 Release
Expected: Kali 2026.3 Release
Expected: Kali 2026.4 Release
| Provider | Expected Updates |
|---|---|
| AWS | Updated AMIs with latest tools |
| Azure | Enhanced VM images |
| Google Cloud | Optimized cloud images |
| Oracle Cloud | ARM-based instance support |
| Vultr | High-frequency compute options |
| Conference | Date | Location | Kali Presence |
|---|---|---|---|
| RSA Conference | April/May | San Francisco | Expected |
| DEF CON | August | Las Vegas | Expected |
| Black Hat | August | Las Vegas | Expected |
| Offensive Security Con | Various | Global | Expected |
# Check current version
cat /etc/kali-version
# Update to latest
sudo apt update
sudo apt full-upgrade -y
# Check available upgrades
apt list --upgradable
kali-rolling branch for continuous updates.kali-rolling receive daily package updates.This page will be updated throughout 2026 as new releases are announced. Check back for the latest information or subscribe to the Kali Blog.