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

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

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

LineageOS/android

0
View on GitHub↗
4,539 نجوم·1,867 تفرعات·3 مشاهدات

Android

هذا المشروع عبارة عن نظام تشغيل محمول مفتوح المصدر مصمم لاستبدال برمجيات الأجهزة المملوكة بنظام يقوده المجتمع. غرضه الأساسي هو تمكين تطوير صور نظام مخصصة وتمديد دورات حياة الأجهزة المحمولة، وتوفير تحديثات للأجهزة بعد انتهاء دعم الشركة المصنعة الرسمي.

يسمح النظام بإزالة البرمجيات غير المرغوب فيها (bloatware) وتعديل سلوكيات مستوى النظام من خلال تطوير ROM مخصص. يمكن للمستخدمين تجميع صور نظام كاملة من أشجار المصدر لتكييف نظام التشغيل لأجهزة محمولة محددة.

تستخدم البنية التحتية نواة Linux معدلة، ومكتبة C مخصصة محسنة لبيئات الذاكرة المنخفضة، وطبقة تجريد الأجهزة لفصل إطار العمل عن تعريفات الأجهزة المحددة. يستخدم بيئة تنفيذ مدارة وإطار عمل نمطي لفصل التنفيذات الخاصة بالمورد عن النظام العام.

Features

  • Android Device Life Extension - Provides an open-source operating system to extend the functional life of older mobile devices.
  • Custom OS Image Builders - Provides the capability to compile full system images for specific mobile hardware from source trees.
  • Android Runtime Execution - Implements the managed execution environment for running applications with AOT and JIT compilation on mobile devices.
  • Custom ROMs - Enables the building of custom system images from source to tailor the OS for specific mobile hardware.
  • Hardware Abstraction Layers - Decouples the system framework from device-specific drivers using a standardized hardware abstraction layer.
  • Legacy Device Support - Enables the installation of an open-source OS to keep older mobile hardware functional after official support ends.
  • Mobile Kernel Interfaces - Manages hardware abstraction and resource allocation using a modified Linux kernel as the core foundation.
  • Open Source Mobile Operating Systems - Replaces proprietary device software with a transparent, community-driven system for increased privacy and control.
  • System Behavior Customizations - Allows modification of core system-level behaviors and removal of bloatware from mobile devices.
  • Bionic Implementations - Provides a custom C library optimized for low-memory mobile environments instead of the standard GNU C library.
  • Dex Bytecode Compilation - Compiles Java source code into a compact bytecode format optimized for resource-constrained mobile devices.
  • Zygote - Speeds up application startup by forking new processes from a pre-loaded warm parent process.
  • Vendor-Framework Separation - Separates vendor-specific hardware implementations from the generic OS framework to enable independent system updates.

سجل النجوم

مخطط تاريخ النجوم لـ lineageos/androidمخطط تاريخ النجوم لـ lineageos/android

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Android.
  • ophub/amlogic-s9xxx-openwrtالصورة الرمزية لـ ophub

    ophub/amlogic-s9xxx-openwrt

    2,739عرض على GitHub↗

    This project is an OpenWrt firmware builder and specialized Linux router distribution designed to repurpose Amlogic S9xxx series hardware into functional routers. It provides a hardware adaptation layer consisting of kernel modifications and drivers that enable the operating system to run on Amlogic ARM SoC devices. The project features an automated firmware pipeline for scheduling, building, and distributing custom images. It includes a device recovery toolkit for bootstrapping, flashing, and restoring factory images, and supports the conversion of devices previously running different mobile

    Shella311dallwinneramlogic
    عرض على GitHub↗2,739
  • mackron/miniaudioالصورة الرمزية لـ mackron

    mackron/miniaudio

    6,905عرض على GitHub↗

    miniaudio is a single-file C audio library used for audio playback, capture, and hardware interfacing across multiple operating systems. It functions as an audio hardware abstraction layer, an audio processing engine, an audio synthesis engine, and a codec and resampler. The project implements a node-graph based system for routing digital audio signals, mixing, and 3D spatialization. It also includes a programmatic generator for noise patterns and basic waveforms used for sound creation and signal testing. The library covers digital signal processing, including audio format conversion and sa

    C
    عرض على GitHub↗6,905
  • lvgl/lvglالصورة الرمزية لـ lvgl

    lvgl/lvgl

    23,880عرض على GitHub↗

    This project is a high-performance, lightweight C graphics library designed for creating interactive user interfaces on resource-constrained embedded hardware. It functions as a comprehensive framework that provides a widget toolkit, a rendering engine, and hardware-agnostic drivers to support the development of graphical displays on microcontrollers and embedded systems. The framework distinguishes itself through a flexible, object-oriented widget hierarchy and a declarative layout engine that supports responsive design patterns like flexbox and grid systems. It enables developers to synchro

    Ccembeddedgraphics
    عرض على GitHub↗23,880
  • huggingface/lerobotالصورة الرمزية لـ huggingface

    huggingface/lerobot

    21,687عرض على GitHub↗

    This project is a comprehensive research platform designed for the end-to-end lifecycle of robotic learning. It provides a modular framework for training neural network policies—specifically through imitation and reinforcement learning—and deploying them onto physical robotic hardware. By offering a unified interface for hardware abstraction, the platform decouples high-level control logic from the specific sensors and actuators of diverse robotic systems. The framework distinguishes itself through a standardized approach to data and policy management. It utilizes a consistent schema for reco

    Python
    عرض على GitHub↗21,687
عرض جميع البدائل الـ 30 لـ Android→

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

ما هي وظيفة lineageos/android؟

هذا المشروع عبارة عن نظام تشغيل محمول مفتوح المصدر مصمم لاستبدال برمجيات الأجهزة المملوكة بنظام يقوده المجتمع. غرضه الأساسي هو تمكين تطوير صور نظام مخصصة وتمديد دورات حياة الأجهزة المحمولة، وتوفير تحديثات للأجهزة بعد انتهاء دعم الشركة المصنعة الرسمي.

ما هي الميزات الرئيسية لـ lineageos/android؟

الميزات الرئيسية لـ lineageos/android هي: Android Device Life Extension, Custom OS Image Builders, Android Runtime Execution, Custom ROMs, Hardware Abstraction Layers, Legacy Device Support, Mobile Kernel Interfaces, Open Source Mobile Operating Systems.

ما هي البدائل مفتوحة المصدر لـ lineageos/android؟

تشمل البدائل مفتوحة المصدر لـ lineageos/android: mackron/miniaudio — miniaudio is a single-file C audio library used for audio playback, capture, and hardware interfacing across multiple… ophub/amlogic-s9xxx-openwrt — This project is an OpenWrt firmware builder and specialized Linux router distribution designed to repurpose Amlogic… huggingface/lerobot — This project is a comprehensive research platform designed for the end-to-end lifecycle of robotic learning. It… libsdl-org/sdl — SDL is a cross-platform development library that provides low-level access to audio, keyboard, mouse, joystick, and… lvgl/lvgl — This project is a high-performance, lightweight C graphics library designed for creating interactive user interfaces… apache/incubator-nuttx — NuttX is a POSIX-compliant real-time operating system designed for resource-constrained embedded environments. It…