Kali Linux can now run on Apple containers on MacOS techniques

2 Min Read
2 Min Read

Cybersecurity specialists and researchers can now use Apple’s new containerization framework to launch Kali Linux with MacOS Sequoia’s virtualized containers.

Throughout WWDC 2025, Apple introduced a brand new containerization framework that permits Apple Silicon {hardware} to run remoted Linux distributions in virtualized environments, just like the Microsoft Home windows subsystem on Linux 2 (WSL2).

To get began, customers of MacOS Sequoia utilizing Apple Silicon can set up the container CLI through HomeBrew and initialize Apple’s container framework.

brew set up --cask container
container system begin

Then begin Kali Linux utilizing the next command: This lets you load containers from the DockerHub container library and run them inside a MacOS VM.

container run --rm -it kalilinux/kali-rolling

It’s also possible to use a container to mount a neighborhood listing on a Kali VM utilizing a command like this:

container run --remove --interactive --tty --volume $(pwd):/mnt --workdir /mnt docker.io/kalilinux/kali-rolling:newest

This command permits you to entry recordsdata on the host machine from throughout the container.

Nevertheless, since it is just accessible on Apple Silicon and doesn’t assist Intel Macs, there are some limitations to the brand new function.

The Kali workforce additionally reviews that there are some bugs within the new implementation of networking.

“Presently, there are some identified restrictions on containerization, resembling community entry for containers acquiring IP addresses or no community entry utilizing containers utilizing “Sequoia” 15,” reads Kali’s announcement.

“Should you run into these points, we advocate studying and following Apple’s recommendation.”

Cybersecurity knowledgeable Taha Ex warns that some KALI use instances that require {hardware} pass-through won’t work as a result of the containers are remoted from the {hardware}.

See also  The Finish of Nvidia’s Dominance? Huawei’s New AI Chip Might Be a Recreation-Changer

Whether or not in a virtualized surroundings or with some limitations, the power to shortly launch Kali Linux on MacOS makes it simpler for Mac customers to carry out safety exams.

TAGGED:
Share This Article
Leave a comment