Skip to content

NUMAflex/flipperzero-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐬 Flipper Zero Deploy Script

A straightforward shell script to manage & deploy DarkFlippers/unleashed-firmware files to your Flipper Zero.


πŸ“¦ Overview

flipper.sh is a minimal automation tool for pushing files to a Flipper Zero every time there is a new UFW version release.

It handles common repetitive tasks such as:

  • Download new UFW releases
  • File transfers
  • Directory organization
  • Quick payload deployment

The goal is simple: reduce friction and avoid mistakes.


βš™οΈ Requirements

  • Flipper Zero connected via USB
  • Mounted filesystem or accessible device path
  • Linux environment (or WSL)

No heavy dependencies expected.


πŸš€ Usage

Clone the repository:

git clone https://github.com/NUMAflex/flipperzero-deploy.git
cd flipperzero-deploy

Make the script executable:

chmod +x flipper.sh

Run it:

./flipper.sh --help

 Commands:
 --clean-fap   erase all your previous fap
 --clean-totp  erase all your previous totp plugins
 --new-fw      copy new firmware version from released zip files
 --copy-sd     copy files to sd card
 --get-fw      download new firmware version zip files
 --get-apps    download base and extra apps zip files
 --uberguidoz  clone UberGuidoZ repository (or update if present)
 --help (this screen)
 --about

πŸ“ Expected structure

Typical Directory layout:

Flipper/
 ext/
 β”œβ”€β”€ apps/
 β”œβ”€β”€ apps_data/
 β”œβ”€β”€ badusb/
 β”œβ”€β”€ infrared/
 β”œβ”€β”€ music_player/
 β”œβ”€β”€ nfc/
 β”œβ”€β”€ pocsag/ (optional)
 β”œβ”€β”€ subghz/
 β”œβ”€β”€ subghz_remote/
 β”œβ”€β”€ subplaylist/
 └── tama_p1/
 fw/
 β”œβ”€β”€ all-the-apps-base.zip
 β”œβ”€β”€ all-the-apps-extra.zip
 β”œβ”€β”€ flipper-z-f7-update-unlshd-089.tgz (optional)
 β”œβ”€β”€ flipper-z-f7-update-unlshd-089c.tgz
 └── flipper-z-f7-update-unlshd-089e.tgz (optional)

πŸ”— Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors

Languages