Flipper Blackhat OS
May 14, 2026 ยท View on GitHub
A WiFi and security testing OS built on Linux for penetration testing and network analysis. Designed to run on the Flipper Blackhat.
There are two possible builds in this repository, find releases here, or instructions to build below.
Armbian
Armbian is the suggested operating system when using the Flipper Blackhat with the Flipper Zero and the Blackpants.
./bhos_build_kali.sh
Images are found in armbian/output/images/
Buildroot
Buildroot is deprecated for the blackhat but made available for people that want something that boots extremely fast.
git submodule update --init
cd buildroot
make BR2_EXTERNAL=$PWD/../ flipper_blackhat_a33_defconfig
make