Showing 837 open source projects for "linux kernel"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Xtables-addons
    Xtables-addons is a package that obsoletes the old patch-o-matic repository for the Linux kernel and iptables. Instead of patching the kernel source, extensions are built as modules and thus allow extending kernels without recompilation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Rad Kernel (whyred)

    Rad Kernel (whyred)

    Custom kernel for whyred (Redmi Note 5 Pro/AI)

    RAD Kernel is a custom linux kernel for whyred (Redmi Note 5 Pro/AI) that contains all features you need and aims for best balance between performance and battery.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3

    Linux Test Project

    Testsuite to validate the reliability, robustness, stability of Linux.

    ...Our goal is to improve the Linux kernel and system libraries by bringing test automation.
    Leader badge
    Downloads: 1,030 This Week
    Last Update:
    See Project
  • 4
    raspberry-pi-os

    raspberry-pi-os

    Learning operating system development using Linux kernel and Raspberry

    This project provides a step-by-step educational guide on building a simple operating system kernel entirely from scratch, specifically targeting the Raspberry Pi 3. The operating system, referred to as RPi OS, is inspired by the Linux kernel but remains intentionally minimal to focus on clarity and teaching fundamental OS concepts. Each lesson introduces a kernel feature and demonstrates its implementation within RPi OS, followed by a comparison to how the same concept is realized in the Linux kernel. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    VitOS GPL

    VitOS GPL

    Silent Angel Open Source Packages

    This is for distributing Silent Angel Open Source Packages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    openPOWERLINK

    openPOWERLINK

    An Open Source POWERLINK Stack

    openPOWERLINK is an Open Source Industrial Ethernet stack for communication in hard real-time. It can be operated as both, Managing Node (master) and Controlled Node (slave). With version 2.0, the source code has been cleanly split into an application-oriented user library and a time-critical stack driver. The latter may be moved to a dedicated communication processor or into a kernel module to deliver enhanced performance while still keeping the API in user space. A full documentation...
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 7
    Resea

    Resea

    A microkernel-based hackable operating system

    resea is a small, message-passing-based operating system kernel designed with microkernel principles in mind. Written in C with minimal dependencies, it emphasizes modularity, isolation, and simplicity. resea includes a basic POSIX-like interface and supports multitasking, IPC, and user-space services. It serves as both a microkernel OS experiment and a platform for learning about low-level system design without the complexity of larger operating systems.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Emerald

    Emerald

    An operating system written in C

    emerald is a minimalistic Unix-like operating system kernel developed for x86_64 systems, focused on being lightweight, modular, and understandable. Written in C and assembly, emerald serves as a learning tool for OS enthusiasts who want to explore kernel design from scratch. It includes basic components such as multitasking, paging, interrupts, and system calls, while maintaining a clear and concise codebase. Emerald is a strong starting point for building more complex systems or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Mi A1: LuciferKernel

    Mi A1: LuciferKernel

    Linux 4.9 Kernel for Xiaomi Mi A1 aka Tissot

    Join official telegram group: https://t.me/luciferkernel Kernel stage Changed to Beta. Features: →Added F2FS Rapid Gc. → CPU OC to 3.1Mhz (OC Build Only) → GPU OC to 850Mhz (OC Build Only) → Reduced GPU idle time to 64ms → Added DTS-Eagle. → CPU undervolted upto 10% → Improved thermals. → Added Sound tweaks. → Added Boeffla Wakelocker → Added State Notifier → Added Adreno Idler → Added Adreno Boost → Added dynamic SchedTune boost. → Added Klapse → Added KCAL → Added BFQ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10

    pwc-lxled

    PWC driver modded for Long Exposure and Led control support

    This driver is derived from the PWC driver found in the Linux kernel. It adds V4L2 controls (`V4L2_CID_FLASH_STROBE/STROBE_STOP`) to drive the led present on some cameras. It also synchronously sets the video mode when power_save is off. This driver may be used to control long exposure modded webcams (SPC900, TouCam,..) when the led is used to trigger long exposure (this avoids the use of an additional serial port).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The FSKC is a CASE tool that allows developers to specify all valid and invalid state-event combinations of a finite state machine (FSM) through a simple to use GUI. Functions called from the FSK can be coded and linked to form a complete FSM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    keysniffer

    keysniffer

    Linux kernel mode debugfs keylogger

    A Linux kernel module to grab keys pressed in the keyboard, or a keylogger. keysniffer was initially written with the US keyboard (and conforming laptops) in mind. By default it shows human-readable strings for the keys pressed. However, as keyboards evolved, more keys got added. So the module now supports a module parameter codes which shows the keycode shift_mask pair in hex (codes=1) or decimal (codes=2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Haiway

    Haiway

    Haiway Edge Computing OS

    Haiway is a simple operating system written from scratch in C with the goal of helping learners understand OS development fundamentals. Targeting x86_64 systems and running in a bare-metal environment like QEMU, Haiway implements its own bootloader, kernel, and essential subsystems such as memory management, interrupt handling, and user process execution. Designed to be lightweight and readable, the project emphasizes clarity and modularity, making it a useful base for experimentation or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    witchOS

    witchOS

    witchOS Buildsystem

    ISO Download via: http://fox-it-potsdam.de/wiso/witchos/live/ These are the sources used to build the witchOS Distribution. witchOS is a mix of LFS and some Arch Linux Packages ported to our Filesystem Hirachy Standard. It is aimed to be a siple way for linux newbies to get started using it on their desktop pc's. We provide a live-dvd with a preconfigured KDE Desktop and an easy to use Graphical Installer. Also we decided to prt and use pacman. The Arch Linux Package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    # OBSOLETE The project has moved to CodeBerg at https://codeberg.org/IPMITool/ipmitool IPMItool provides a simple command-line interface to IPMI-enabled devices through an IPMIv1.5 or IPMIv2.0 LAN interface or Linux/Solaris kernel driver.
    Leader badge
    Downloads: 511 This Week
    Last Update:
    See Project
  • 16
    StateOS

    StateOS

    Free real-time operating system designed for microcontrollers

    Free, extremely simple, amazingly tiny and very fast real-time operating system (RTOS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8. It was inspired by the concept of a state machine. Procedure executed by the task (task state) doesn't have to be noreturn-type. It will be executed into an infinite loop. There's a dedicated function for immediate change the task state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    linux-vxfs

    HP-UX LVM and vxfs support for Linux

    A userspace tool and kernel 3.x patch which makes mount vxfs rev 4 file system possible. Tested with real 1000Meg HP9000/779 volume
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    NDIS driver wrapper for the Linux kernel
    Downloads: 45 This Week
    Last Update:
    See Project
  • 19
    Mark3 RTOS

    Mark3 RTOS

    Open-source RTOS and Embedded Systems Toolkit for C++ and C

    Mark3 is a sophisticated RTOS and embedded systems toolkit, targeted towards a growing list of MCUs. Beyond providing "just another scheduler", it provides heaps, drivers, a shell, an event-driven GUI framework, and much more! It currently supports a variety of Atmel AVR, MSP430, and the ARM Cortex-M series of microcontrollers, with other platforms to follow. Mark3 was designed from the ground-up using disciplined object-oriented design principles - and unlike the vast majority of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HackSys Extreme Vulnerable Driver

    HackSys Extreme Vulnerable Driver

    HackSys Extreme Vulnerable Driver (HEVD) - Windows & Linux

    The HackSys Extreme Vulnerable Driver (HEVD) is a Windows Kernel driver that is intentionally vulnerable. It has been developed for security researchers and enthusiasts to improve their skills in kernel-level exploitation. HEVD offers a range of vulnerabilities, from simple stack buffer overflows to more complex issues such as use-after-free, pool buffer overflows, and race conditions. This allows researchers to explore exploitation techniques for each implemented vulnerability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    This project consists of a linux kernel driver and some user-mode libraries. They allow a process to create a virtual usb host controller. Real or virtual usb devices can be "plugged" into this controller.
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 22
    Drauger OS

    Drauger OS

    Ubuntu-based Linux Gaming OS

    Drauger OS is an Ubuntu-based Linux desktop gaming distribution that ships with many modifications and optimizations over stock Ubuntu that are intended to improve gaming performance and the gaming experience. From simple changes such as swapping Gnome out for the light-weight Xfce Desktop Environment and using a dark GTK theme by default, to more complex changes such as using a kernel compiled in-house and replacing PulseAudio with Pipewire.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Please find the linuxwacom project's new home on Github: https://linuxwacom.github.io/ Previous Description: This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 24

    SingleLineIO

    Linux Kernel Input/Output Driver for one single GPIO line

    This driver allows to share one GPIO line for user IO with a key and a buzzer. The buzzer is operated with software PWM. As long there is no output the line is used to detect keypress events via IRQ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NetFlow/IPFIX iptables module

    NetFlow/IPFIX iptables module

    NetFlow iptables module for Linux kernel

    ipt-netflow is high performance NetFlow exporting module for Linux kernel (up to 4.15). Designed for Linux router in high-throughput network. This is netfilter/iptables module adding support for -j NETFLOW target. Designed to work efficiently w/o conntrack. Supporting NetFlow protocols v5, v9, and IPFIX. Accounting for IPv4, IPv6 traffic, and NAT translation events (NEL). Additional options is SNMP-index translation rules, aggregation rules, Ethernet type, MPLS, VLAN, and MAC addresses exporting.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB