awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
LineageOS avatar

LineageOS/android

0
View on GitHub↗
4,539 estrellas·1,867 forks·3 vistas

Android

Este proyecto es un sistema operativo móvil de código abierto diseñado para reemplazar el software propietario de los dispositivos con un sistema impulsado por la comunidad. Su propósito principal es permitir el desarrollo de imágenes de sistema personalizadas y la extensión del ciclo de vida de los dispositivos móviles, proporcionando actualizaciones al hardware después de que el soporte oficial del fabricante haya finalizado.

El sistema permite la eliminación de bloatware y la modificación de comportamientos a nivel de sistema mediante el desarrollo de ROMs personalizadas. Los usuarios pueden compilar imágenes completas del sistema desde árboles de fuentes para adaptar el sistema operativo a hardware móvil específico.

La arquitectura subyacente utiliza un kernel de Linux modificado, una librería C personalizada optimizada para entornos de baja memoria y una capa de abstracción de hardware para desacoplar el framework de los controladores específicos del dispositivo. Emplea un entorno de ejecución gestionado y un framework modular para separar las implementaciones específicas del proveedor del sistema genérico.

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.

Historial de estrellas

Gráfico del historial de estrellas de lineageos/androidGráfico del historial de estrellas de lineageos/android

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Android

Proyectos open-source similares, clasificados según cuántas características comparten con Android.
  • ophub/amlogic-s9xxx-openwrtAvatar de ophub

    ophub/amlogic-s9xxx-openwrt

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

    mackron/miniaudio

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

    lvgl/lvgl

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

    huggingface/lerobot

    21,687Ver en 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
    Ver en GitHub↗21,687
Ver las 30 alternativas a Android→

Preguntas frecuentes

¿Qué hace lineageos/android?

Este proyecto es un sistema operativo móvil de código abierto diseñado para reemplazar el software propietario de los dispositivos con un sistema impulsado por la comunidad. Su propósito principal es permitir el desarrollo de imágenes de sistema personalizadas y la extensión del ciclo de vida de los dispositivos móviles, proporcionando actualizaciones al hardware después de que el soporte oficial del fabricante haya finalizado.

¿Cuáles son las características principales de lineageos/android?

Las características principales de lineageos/android son: 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.

¿Qué alternativas de código abierto existen para lineageos/android?

Las alternativas de código abierto para lineageos/android incluyen: 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…