awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
flipperdevices avatar

flipperdevices/flipperzero-firmware

0
View on GitHub↗
15,563 نجوم·3,265 تفرعات·C·gpl-3.0·11 مشاهداتflipperzero.one↗

Flipperzero Firmware

This project provides an open-source firmware platform and complete build environment for portable multi-tool hardware. It functions as an embedded operating system designed to manage radio, infrared, and physical interface components, enabling users to develop custom applications and system logic for specialized hardware devices.

The firmware distinguishes itself through a modular architecture that organizes system functionality into isolated units, allowing for the development of custom user interfaces and logic. It includes a comprehensive collection of low-level drivers and applications specifically engineered for wireless protocol analysis, signal manipulation, and hardware debugging.

The system supports a broad range of capabilities, including the ability to capture, decode, and transmit radio frequency signals to evaluate wireless access control systems. It facilitates low-level hardware interaction and diagnostics, allowing for the execution of local computing tasks and the management of electronic peripherals.

The repository contains the full source codebase and a dedicated build toolchain required to compile custom operating system images. These images can be deployed to hardware via physical debugging interfaces to update or recover system software.

Features

  • Embedded Operating Systems - Provides a modular operating system platform for portable multi-tool hardware, enabling custom firmware development and system logic.
  • Wireless Protocol Analysis Suites - Captures, decodes, and transmits radio frequency signals to evaluate wireless access control systems.
  • Wireless Security Auditing - Evaluates wireless access control systems by capturing, analyzing, and replaying radio frequency signals.
  • Embedded Application Frameworks - Supports the development of modular applications that run on portable hardware.
  • Modular Application Frameworks - Provides a modular architecture for organizing system functionality into isolated units for custom logic.
  • Operating System Kernels - Manages concurrent task execution and hardware interrupts through a real-time preemptive kernel.
  • Firmware Management - Writes compiled firmware to hardware storage via physical debugging interfaces for system updates.
  • Hardware Debugging Interfaces - Includes low-level drivers and applications for interacting with wireless protocols, signal manipulation, and hardware debugging interfaces.
  • Modular Application Architectures - Organizes system functionality into isolated, message-passing modules to maintain stability and efficiency.
  • Firmware Distributions - The official device firmware source.
  • Firmware Generators - Compiles source code into deployable binary firmware images using a dedicated build toolchain.
  • Hardware Interfacing and Drivers - Facilitates low-level hardware diagnostics and peripheral communication.
  • Hardware Abstraction Layers - Provides a unified interface that decouples application logic from low-level hardware registers and protocols.
  • Firmware Build Environments - Provides a complete build environment and source codebase for compiling and deploying custom operating system images to specialized hardware.
  • Static Linking - Bundles all system components into a single monolithic binary image optimized for constrained memory.
  • Embedded Systems Development - Provides tools for creating custom software for resource-constrained portable hardware.
  • Peripheral Mappings - Maps hardware registers directly into memory to enable high-speed peripheral communication.
  • Hardware Firmware Updaters - Facilitates the deployment and updating of custom firmware images to hardware via physical debugging interfaces.
  • Hardware Signal Inspectors - Manages low-level electronic peripherals and signals through a microcontroller interface.

سجل النجوم

مخطط تاريخ النجوم لـ flipperdevices/flipperzero-firmwareمخطط تاريخ النجوم لـ flipperdevices/flipperzero-firmware

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Flipperzero Firmware

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Flipperzero Firmware.
  • aircrack-ng/aircrack-ngالصورة الرمزية لـ aircrack-ng

    aircrack-ng/aircrack-ng

    6,959عرض على GitHub↗

    Aircrack-ng is a wireless security auditing suite used for monitoring, attacking, testing, and cracking wireless network encryption keys and passwords. It functions as an 802.11 packet analysis tool, a wireless frame injection tool, and a network mapper to identify vulnerabilities and active clients within a wireless environment. The suite includes a dedicated WPA/WPA2 password cracker that recovers network keys by analyzing captured handshakes through dictionary and brute-force attacks. It enables the construction and transmission of fabricated 802.11 packets to trigger specific network resp

    Cauditfreeradiushostapd
    عرض على GitHub↗6,959
  • rust-embedded/rust-raspi3-os-tutorialsالصورة الرمزية لـ rust-embedded

    rust-embedded/rust-raspi3-OS-tutorials

    14,682عرض على GitHub↗

    This project is a tutorial and framework for building a low-level, bare-metal operating system from scratch using the Rust language. It focuses on ARMv8 kernel development specifically for the Raspberry Pi 3, providing the resources necessary to implement a monolithic kernel that runs directly on hardware without an underlying operating system. The project distinguishes itself by providing a complete embedded cross-compilation suite within a containerized environment to ensure consistent builds. It includes a dedicated kernel deployer that uses a serial interface and chainloader to load and b

    Rust
    عرض على GitHub↗14,682
  • roguemaster/flipperzero-firmware-wpluginsالصورة الرمزية لـ RogueMaster

    RogueMaster/flipperzero-firmware-wPlugins

    6,257عرض على GitHub↗

    This project is a custom firmware for the Flipper Zero that provides an embedded plugin ecosystem, a hardware pentesting toolkit, and a multi-protocol emulation layer. It modifies the device's operating system to include a Sub-GHz radio suite for expanded frequency range and the ability to build and deploy third-party applications directly onto the hardware. The firmware extends the device's native capabilities through a Sub-GHz radio suite that allows for frequency extension and signal capture beyond factory defaults. It implements specialized emulation for BadUSB and BLE keyboards and inclu

    Carmv7mblebluetooth-low-energy
    عرض على GitHub↗6,257
  • tinygo-org/tinygoالصورة الرمزية لـ tinygo-org

    tinygo-org/tinygo

    17,529عرض على GitHub↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    Goadafruitarduinoarm
    عرض على GitHub↗17,529
عرض جميع البدائل الـ 30 لـ Flipperzero Firmware→

الأسئلة الشائعة

ما هي وظيفة flipperdevices/flipperzero-firmware؟

This project provides an open-source firmware platform and complete build environment for portable multi-tool hardware. It functions as an embedded operating system designed to manage radio, infrared, and physical interface components, enabling users to develop custom applications and system logic for specialized hardware devices.

ما هي الميزات الرئيسية لـ flipperdevices/flipperzero-firmware؟

الميزات الرئيسية لـ flipperdevices/flipperzero-firmware هي: Embedded Operating Systems, Wireless Protocol Analysis Suites, Wireless Security Auditing, Embedded Application Frameworks, Modular Application Frameworks, Operating System Kernels, Firmware Management, Hardware Debugging Interfaces.

ما هي البدائل مفتوحة المصدر لـ flipperdevices/flipperzero-firmware؟

تشمل البدائل مفتوحة المصدر لـ flipperdevices/flipperzero-firmware: aircrack-ng/aircrack-ng — Aircrack-ng is a wireless security auditing suite used for monitoring, attacking, testing, and cracking wireless… rust-embedded/rust-raspi3-os-tutorials — This project is a tutorial and framework for building a low-level, bare-metal operating system from scratch using the… roguemaster/flipperzero-firmware-wplugins — This project is a custom firmware for the Flipper Zero that provides an embedded plugin ecosystem, a hardware… tinygo-org/tinygo — TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to… rust-embedded/rust-raspberrypi-os-tutorials — This project is an educational resource for developing bare-metal operating systems and kernels from scratch on… openwrt/openwrt — OpenWrt is a modular Linux distribution designed for resource-constrained networking hardware. It functions as a…