CYBERFLIPPER DEPLOYMENT
Download the latest GitHub release asset.
The `.tgz` package is built with the correct Flipper OTA structure and published automatically for every CVE update.
BUILD & INSTALL CYBERFLIPPER
- Clone the repository:
git clone https://github.com/Personfu/CyberFlipper.git - Prepare the firmware files:
Place yourfirmware.dfu,updater.bin,radio.bin,splash.bin, andresources.tarin the root directory.
(See docs/FIRMWARE_UPDATE.md for details.) - Build the update package:
bash scripts/build_update.sh(or use the provided GitHub Actions) - Flash to Flipper Zero:
Use qFlipper or the Flipper Mobile App to install the generated.tgzor copy theupdate/folder to your SD card.
(See docs/FIRMWARE_UPDATE.md for full instructions.)
If the .tgz is not yet available, wait for the release automation to complete.
LATEST RELEASE DOWNLOAD
INSTALLATION GUIDE
METHOD A: qFLIPPER OTA
Download the .tgz file. Open qFlipper on your PC. Click "Install from file" and select the .tgz. The Flipper reboots into update mode automatically.
RECOMMENDEDMETHOD B: MOBILE APP
Download the .tgz to your phone. Open the Flipper Mobile App → Update Channel → "Install from file". Select the .tgz and wait for OTA.
METHOD C: MANUAL SD
Extract the .tgz. Copy the update/ folder to your SD root.
On Flipper: Settings → Storage → Run update.
Then copy SD_CARD contents separately.
# The Flipper extracts this to /ext/.update/ on the SD card
CYBERFLIPPER-v<VER>.tgz
├── update/
└── CYBERFLIPPER-v<VER>/
├── update.fuf # Flipper reads this FIRST (firmware upgrade config)
├── updater.bin # Boot loader for the update process
├── firmware.dfu # Main firmware image (STM32WB55)
├── radio.bin # BLE/802.15.4 radio stack
├── splash.bin # Boot splash screen
└── resources.tar # SD card resources (apps, assets, databases)
[!] CRITICAL: update.fuf must reference files by BASENAME only
[!] CRITICAL: Loader must be updater.bin (NOT firmware.dfu)
[+] Target: 7 (STM32WB55RG)
[+] Compatible: Flipper Zero Unleashed 0.79+
Released: April 2026 | Maintained by Personfu @ fllc.net
[+] FIXED: OTA .tgz packaging — correct update/ directory structure
[+] FIXED: manifest.txt Loader now points to updater.bin (was firmware.dfu)
[+] FIXED: update.fuf Splashscreen entry added
[+] NEW: Daily automated CVE BadUSB payloads from CISA KEV catalog
[+] NEW: Auto-increment 0.0.1 daily releases via GitHub Actions
[+] NEW: Multi-OS payload generation (Windows/Linux/macOS/Network)
[+] NEW: Live CISA KEV feed on download page
[+] 60+ extra FAP apps (Bluetooth, GPIO, NFC, RFID, Sub-GHz, Tools)
[+] 167 SubGHz captures across all bands
[+] 50+ NFC profiles (NTAG, MIFARE, Amiibo)
[+] 30+ Infrared remote profiles
[+] LFRFID collection (EM4100, HID Prox, Indala)
[+] Full web dashboard with CVE Intel feed
[!] FOR AUTHORIZED SECURITY RESEARCH ONLY
[~] Compatible: Flipper Zero + Unleashed 0.79+
[~] Platform: STM32WB55RG Dual-Core MCU
LATEST CVE BADUSB PAYLOADS
Auto-generated daily from CISA Known Exploited Vulnerabilities catalog.