awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
LineageOS avatar

LineageOS/android

0
View on GitHub↗
4,539 stars·1,867 forks·2 vues

Android

Ce projet est un système d'exploitation mobile open source conçu pour remplacer les logiciels propriétaires des appareils par un système piloté par la communauté. Son objectif principal est de permettre le développement d'images système personnalisées et l'extension du cycle de vie des appareils mobiles, en fournissant des mises à jour matérielles après la fin du support officiel du fabricant.

Le système permet la suppression des bloatwares et la modification des comportements au niveau du système via le développement de ROM personnalisées. Les utilisateurs peuvent compiler des images système complètes à partir d'arbres sources pour adapter le système d'exploitation à un matériel mobile spécifique.

L'architecture sous-jacente utilise un noyau Linux modifié, une bibliothèque C personnalisée optimisée pour les environnements à faible mémoire, et une couche d'abstraction matérielle pour découpler le framework des pilotes spécifiques aux appareils. Il emploie un environnement d'exécution géré et un framework modulaire pour séparer les implémentations spécifiques aux vendeurs du système générique.

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.

Historique des stars

Graphique de l'historique des stars pour lineageos/androidGraphique de l'historique des stars pour lineageos/android

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Android

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Android.
  • ophub/amlogic-s9xxx-openwrtAvatar de ophub

    ophub/amlogic-s9xxx-openwrt

    2,739Voir sur 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
    Voir sur GitHub↗2,739
  • mackron/miniaudioAvatar de mackron

    mackron/miniaudio

    6,905Voir sur 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
    Voir sur GitHub↗6,905
  • lvgl/lvglAvatar de lvgl

    lvgl/lvgl

    23,880Voir sur 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
    Voir sur GitHub↗23,880
  • huggingface/lerobotAvatar de huggingface

    huggingface/lerobot

    21,687Voir sur 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
    Voir sur GitHub↗21,687
Voir les 30 alternatives à Android→

Questions fréquentes

Que fait lineageos/android ?

Ce projet est un système d'exploitation mobile open source conçu pour remplacer les logiciels propriétaires des appareils par un système piloté par la communauté. Son objectif principal est de permettre le développement d'images système personnalisées et l'extension du cycle de vie des appareils mobiles, en fournissant des mises à jour matérielles après la fin du support officiel du fabricant.

Quelles sont les fonctionnalités principales de lineageos/android ?

Les fonctionnalités principales de lineageos/android sont : 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.

Quelles sont les alternatives open-source à lineageos/android ?

Les alternatives open-source à lineageos/android incluent : 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…