Skip to content

Kaliroot10/Flipper-Zero-Unleashed-firmware

Repository files navigation

Welcome to the Flipper Zero Unleashed Firmware repo!

This firmware is a fork from flipperdevices/flipperzero-firmware


Our goal is to make all features possible on this device without any limitations!

Please help us implement emulation for all Sub-GHz dynamic (rolling code) protocols!


This software is for experimental purposes only and is not meant for any illegal activity/purposes.
We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law.
Also, this software is made without any support from Flipper Devices and is in no way related to the official devs.


Our Discord Community:
Unofficial Discord Community


Dev builds

Releases in Telegram

What's changed

  • Sub-GHz regional TX restrictions removed
  • Sub-GHz frequency range can be extended in settings file (Warning: It can damage Flipper's hardware)
  • Many rolling code protocols now have the ability to save & send captured signals
  • FAAC SLH (Spa) & BFT Mitto (secure with seed) manual creation
  • Sub-GHz static code brute-force plugin
  • LFRFID Fuzzer plugin
  • Custom community plugins and games added
  • Extra Sub-GHz frequencies + extra Mifare Classic keys
  • Picopass/iClass plugin included in releases
  • Recompiled IR TV Universal Remote for ALL buttons
  • Universal remote for Projectors, Fans, A/Cs and Audio(soundbars, etc.)
  • BadUSB keyboard layouts
  • Customizable Flipper name
  • Sub-GHz -> Press OK in frequency analyzer to use detected frequency in Read modes
  • Sub-GHz -> Long press OK button in Sub-GHz Frequency analyzer to switch to Read menu
  • Other small fixes and changes throughout
  • See other changes in changelog and in readme below

Also check the changelog in releases for latest updates!

Current modified and new Sub-GHz protocols list:

  • Keeloq [Not ALL systems supported for decode or emulation yet!] - Supported manufacturers list
  • Keeloq: HCS101
  • Keeloq: AN-Motors
  • Keeloq: JCM Tech
  • Keeloq: MHouse
  • Keeloq: Nice Smilo
  • Keeloq: DTM Neo
  • Keeloq: FAAC RC,XT
  • Keeloq: Mutancode
  • Keeloq: Normstahl
  • CAME Atomo
  • Nice Flor S
  • FAAC SLH (Spa) [External seed calculation required (For info contact me in Discord: Nano#8998)]
  • BFT Mitto [External seed calculation required (For info contact me in Discord: Nano#8998)]
  • Security+ v1 & v2
  • Star Line

Please support development of the project

The majority of this project is developed and maintained by me, @xMasterX. I'm unemployed because of the war, and the only income I receive is from your donations. Our team is small and the guys are working on this project as much as they can solely based on the enthusiasm they have for this project and the community.

  • @Svaarich - UI design and animations
  • @Amec0e - Infrared assets
  • Community moderators in Telegram, Discord, and Reddit
  • And of course our GitHub community. Your PRs are a very important part of this firmware and open-source development.

The amount of work done on this project is huge and we need your support, no matter how large or small. Even if you just say, "Thank you Unleashed firmware developers!" somewhere. Doing so will help us continue our work and will help drive us to make the firmware better every time. Also, regarding our releases, every build has and always will be free and open-source. There will be no paywall releases or closed-source apps within the firmware. As long as I am working on this project it will never happen. You can support us by using links or addresses below:

  • Boosty: https://boosty.to/mmxdev
  • Ko-Fi: https://ko-fi.com/masterx
  • cloudtips (only RU payments accepted): https://pay.cloudtips.ru/p/7b3e9d65
  • YooMoney (only RU payments accepted): https://yoomoney.ru/fundraise/XA49mgQLPA0.221209
  • USDT(TRC20): TSXcitMSnWXUFqiUfEXrTVpVewXy2cYhrs
  • BCH: qquxfyzntuqufy2dx0hrfr4sndp0tucvky4sw8qyu3
  • ETH/BSC/ERC20-Tokens: darkflippers.eth (or 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a)
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
  • XMR (Monero): 41xUz92suUu1u5Mu4qkrcs52gtfpu9rnZRdBpCJ244KRHf6xXSvVFevdf2cnjS7RAeYr5hn9MsEfxKoFDRSctFjG5fv1Mhn
  • TON: EQCOqcnYkvzOZUV_9bPE_8oTbOrOF03MnF-VcJyjisTZmpGf

Community apps included:

Games:

Other changes

Instructions

Plugins

Plugins that works with external hardware

Sub-GHz



Where I can find IR, Sub-GHz, ... files, DBs, and other stuff?



Links

Project structure

  • applications - Applications and services used in firmware
  • assets - Assets used by applications and services
  • furi - Furi Core: OS-level primitives and helpers
  • debug - Debug tool: GDB-plugins, SVD-file and etc
  • documentation - Documentation generation system configs and input files
  • firmware - Firmware source code
  • lib - Our and 3rd party libraries, drivers and etc...
  • site_scons - Build helpers
  • scripts - Supplementary scripts and python libraries home

Also, pay attention to the ReadMe.md files inside those directories.