Showing 134 open source projects for "android custom kernel"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    Obtainium

    Obtainium

    Get Android app updates straight from the source

    Obtainium is an Android app for installing and updating apps directly from their release pages (GitHub, GitLab, F-Droid, APKMirror, etc.). Users can subscribe to custom sources, receive notifications on updates, verify APK safety (using AppVerifier), and import/export app lists. It's designed to bypass Play Store restrictions and keep apps up to date independently.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 2
    WSA-Script

    WSA-Script

    Integrate Magisk root and Google Apps into WSA

    WSA-Script is a community-driven automation and scripting toolkit that helps Windows users extend the Windows Subsystem for Android (WSA) by integrating optional features like Magisk (for root access) and Google Apps into the otherwise vanilla WSA environment, leveraging GitHub Actions and scripted installers to do much of the heavy lifting. The project provides a way to download and unpack custom builds of the WSA package that bundle these enhancements and guide users through installation using automated batch and PowerShell scripts so that Android apps requiring Google Play Services or root can run in WSA on Windows 10 or 11. ...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 3
    AzkaOs

    AzkaOs

    Open source operating system based flutter and kernel zircon

    AzkaOS is a personal and experimental operating system project aiming to create a lightweight and customizable platform written primarily in Python and C/C++. It combines ideas from traditional desktop OSes with a scripting-heavy approach, offering a hybrid system that prioritizes ease of customization and user scripting. Though still in its early stages, AzkaOS aims to support desktop environments, package management, and basic system utilities while enabling users to control behavior...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Wahyu6070 Project Android

    Wahyu6070 Project Android

    Download free ROMs,Kernel,Applications,magisk module,etc.

    https://ps2bios.dev
    Leader badge
    Downloads: 335 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    NetherSX2

    NetherSX2

    Continuation of NetherSX2 based on AetherSX2 4248

    NetherSX2-patch is a community-driven continuation and enhancement of the NetherSX2 Android PlayStation 2 emulator, itself a modded fork of the open-source AetherSX2 project originally based on PCSX2. It focuses on providing a more complete and feature-rich experience by applying patches to the upstream emulator build and removing ad-related bloat, fixing notification issues, and exposing many internal settings so users have finer control over performance and compatibility on mobile devices....
    Downloads: 170 This Week
    Last Update:
    See Project
  • 6
    whisper.cpp

    whisper.cpp

    Port of OpenAI's Whisper model in C/C++

    whisper.cpp is a lightweight, C/C++ reimplementation of OpenAI’s Whisper automatic speech recognition (ASR) model—designed for efficient, standalone transcription without external dependencies. The entire high-level implementation of the model is contained in whisper.h and whisper.cpp. The rest of the code is part of the ggml machine learning library. The command downloads the base.en model converted to custom ggml format and runs the inference on all .wav samples in the folder samples....
    Downloads: 394 This Week
    Last Update:
    See Project
  • 7
    Aegis Authenticator

    Aegis Authenticator

    A free, secure and open source app for Android

    Aegis Authenticator is a free and open-source two-factor authentication (2FA) app for Android that helps users secure their online accounts by generating cryptographic one-time passwords (OTPs) such as TOTP and HOTP codes. Unlike many proprietary MFA apps, Aegis is designed with user privacy and local control in mind, storing secrets only on the device in an encrypted vault protected by PIN or biometric unlock, and offering features like backups encrypted with a user-chosen passphrase. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Joes android-builds

    Joes android-builds

    Custom Android ROMS for Xiaomi Redmi 9T/9 Power/Note 9 4G and POCO M3

    Leader badge
    Downloads: 667 This Week
    Last Update:
    See Project
  • 9

    eOSBuildsRonnz98

    Custom ROMs for /e/OS

    Custom ROMs for /e/OS Some custom ROMS for iode, LineageOS and crDroid For more information and install instructions please look at: https://community.e.foundation
    Leader badge
    Downloads: 5,331 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Xenia

    Xenia

    Xbox 360 Emulator Research Project

    Xenia is an open-source experimental emulator for the Xbox 360 that aims to let users run Xbox 360 games on Windows and other platforms by reverse-engineering the console’s hardware and firmware behavior in software. It implements the 360’s CPU (Xenon), GPU (including Direct3D shader logic), and system libraries to translate Xbox instructions into equivalent host machine operations, enabling many titles to launch and in some cases play at improved frame rates compared with the original...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 11
    fake lezard  ByFL nitrogen MI MAX 3 roms
    ROMS From Fake Lezard on nitrogen Alias (ByFL) ROM for Xiaomi MI MAX 3 Stable and Fast Android 11 to 16 ports for nitrogen. Custom Snake/Neo Kernel optimized for performance. Cleaned system and vendor partitions (ByFL). Includes essential tools (Mi Flash, Drivers, Recovery).
    Downloads: 264 This Week
    Last Update:
    See Project
  • 12
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Eureka Releases

    Eureka Releases

    This organisation builds roms and recoveries for various A devices

    This organisation builds roms and recoveries for various A devices
    Leader badge
    Downloads: 2,440 This Week
    Last Update:
    See Project
  • 14
    NLog

    NLog

    Advanced and structured logging for various .NET platforms

    NLog is a flexible and free logging platform for various .NET platforms, including .NET standard. NLog makes it easy to write to several targets. (database, file, console) and change the logging configuration on-the-fly. NLog has support for structured and traditional logging. The focus for NLog is high performance, easy-to-use, easy to extend and flexible to configure. NLog is very easy to configure, both through configuration file and programmatically. Even without restarting the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DerpFest

    DerpFest

    DerpFest Custom ROM Downloads For Official Supported Devices

    We started as a small project based on AOSiP for the Oneplus 5T back on Android 9.0. Then various users and maintainers got interested in supporting this project. Now we make efforts to cut the cord and stand on our own feet. We try to be a platform for beginners and support the Custom ROM community with our own unique contributions as well. This ROM exists thanks to our base - AOSiP, Thank you!
    Leader badge
    Downloads: 3,996 This Week
    Last Update:
    See Project
  • 16
    pipa

    pipa

    Custom Roms for pipa (Xiaomi Pad 6)

    Leader badge
    Downloads: 404 This Week
    Last Update:
    See Project
  • 17
    hueOS

    hueOS

    Fast and modern Android-based custom firmware

    As of 13/7/2025, hueOS has been discontinued, and the author's efforts to create an AOSP custom ROM have moved to a new name, CaesiumOS, which is the official successor of hueOS. The CaesiumOS project can be found using the "This project can be found here" link. hueOS is an Android-based custom firmware that prioritizes simplicity, modernity, and speed. Most of the OS (everything apart from the kernel and device trees) is licensed under the Apache License 2.0, while the kernels are licensed under the GNU GPL v3 license.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    crDroidOS
    crDroid is a customized fork of Android based on LineageOS. It has offered unofficial releases of Android 10 up to Android 16 Custom ROMs. The crDroid website provides a list of supported devices along with the date of the latest release for each.
    Downloads: 250 This Week
    Last Update:
    See Project
  • 19
    AWS IoT FleetWise Edge

    AWS IoT FleetWise Edge

    AWS IoT FleetWise Edge Agent

    Easily collect, transform, and transfer vehicle data to the cloud in near-real-time. AWS IoT FleetWise makes it easy and cost-effective for automakers to collect, transform, and transfer vehicle data to the cloud in near-real-time and use it to build applications with analytics and machine learning that improve vehicle quality, safety, and autonomy. Train autonomous vehicles (AVs) and advanced driver assistance systems (ADAS) with camera data collected from a fleet of production vehicles....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    chickernel redmi note 12/13 4G

    chickernel redmi note 12/13 4G

    A tapas/topaz/sapphire kernel optimized for smoothness and low-memory

    A kernel carefully optimized for - low-memory, and performance - moderate power savings Speciifically crafted (and tested) for the 4GB variant in mind ❤️ tapas/topaz/sapphire/sapphiren ⭐ Download notes: ✅ chickernel-xxx.zip ✅ ❌ chickernel-xxx release source code.zip ❌ Installation guide: - Download via the "files" tab - Reboot to recovery and install the zip - Enjoy ⚠️ Full details in my GitHub release tab...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 21
    PugzAreCute - Builds

    PugzAreCute - Builds

    All android builds of pugzarecute are hosted here. Have fun!

    All android builds of pugzarecute are hosted here. Have fun! Telegram: https://t.me/pugzsbuilds
    Downloads: 13 This Week
    Last Update:
    See Project
  • 22
    BluestarLinux
    Bluestar Linux is an Arch Linux-based distribution, built with an understanding that people want and need a solid Operating System that provides a breadth of functionality and ease of use without sacrificing aesthetics. Bluestar is offered in three edtions - desktop, deskpro and developer - each tailored to address the needs of a variety of Linux users. Bluestar can be installed permanently as a robust and fully configurable operating system on a laptop or desktop system, or it can be run...
    Leader badge
    Downloads: 26,565 This Week
    Last Update:
    See Project
  • 23
    MODIFIED ZELLO VERSION

    MODIFIED ZELLO VERSION

    we are developers modified zello version in malaysia

    We are modified zello version for racing or easy to get to talk faster. and we are modified custom rom from android 2.3.6 until 4.4.2 for zello only not for daily used. all update about version zello or custom rom for zello you can find in here. thanks for support us us still beginner and need more to learn
    Downloads: 37 This Week
    Last Update:
    See Project
  • 24
    rayrzy's Project

    rayrzy's Project

    Custom ROM for Xiaomi & Poco Phone

    Custom ROM for Redmi 5 Plus (vince), Redmi Note 8 /8T(ginkgo/willow), POCO X3/NFC (karna/surya) Dropped: - Redmi 5 (rosy)
    Downloads: 15 This Week
    Last Update:
    See Project
  • 25
    Self-build Mi 11 Lite ROM

    Self-build Mi 11 Lite ROM

    Just some self-build flashable ROM files for Mi 11 Lite (renoir).

    Unofficial signed DerpFest builds, with device tree & kernel modified from LineageOS. Latest Simplified Chinese translations from https://github.com/ianchb/derp_cn_translations included. Kernel: https://github.com/ianchb/android_kernel_xiaomi_sm8350-los/tree/lineage-23.2 CatShare (modified, origin: https://github.com/kmod-midori/CatShare ): https://github.com/ianchb/CatShare Please note that files released 90 days ago will be archived, unless it is the last release of a major...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB