Showing 48 open source projects for "kernel development"

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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    pranaOS

    pranaOS

    Smart Operating System for x86, ARM, Mobile, Watch

    pranaOS is a hobby operating system built from scratch in C and C++, intended to teach and demonstrate operating system fundamentals such as process control, memory management, and kernel bootstrapping. It is designed for the x86_64 architecture and features a custom shell, task scheduler, and keyboard driver. With a strong focus on education, pranaOS serves as a base for experimenting with kernel development and learning how different subsystems interact in a functioning OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TeLOS Linux

    TeLOS Linux

    humbly smart Operating System - Debian derivative

    TeLOS is a new, universal Linux distribution, a carefully customized derivative of Debian bullseye / sid with KDE Plasma Desktop Environment featuring an unbiased selection of useful applications and services. You may find TeLOS Linux to be snappy, lightweight, ready for work or fun straight out of the box and easily configurable. This Operating System is freely distributed and honors free, open source software development. Nevertheless, some non-free proprietary packages are included to...
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    XStreamOS

    XStreamOS

    Server and Desktop OS based on illumos kernel

    XStreamOS and XStream Desktop are Sonicle effort to mantain a distribution of the illumos kernel, featuring the ZFS fileystem, Crossbow network architecture, virtualization, zones, and a starting point to contribute and develop the illumos kernel. Upon XStreamOS, Sonicle mantains full featured products such as XStream Server and XStream Storage.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    XNU

    XNU

    Legacy mirror of Darwin Kernel

    Darwin XNU is the hybrid kernel that powers Apple’s macOS, iOS, watchOS, and tvOS operating systems, forming the foundation of the Darwin open-source core. The name XNU stands for X is Not Unix, highlighting its origin as a combination of multiple kernel technologies—primarily the Mach microkernel from Carnegie Mellon University, integrated with substantial components from FreeBSD and Apple’s proprietary IOKit driver framework. This hybrid architecture merges the microkernel model’s...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 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
  • 5
    Parrot Project

    Parrot Project

    Security, Development and Privacy Defense, all in one place.

    Parrot is a cloud friendly operating system designed for Pentesting, Computer Forensic, Reverse engineering, Hacking, Cloud pentesting, privacy/anonimity and cryptography. Based on Debian and developed by Frozenbox network.
    Leader badge
    Downloads: 190 This Week
    Last Update:
    See Project
  • 6
    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 educational exploration into low-level systems programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    v9os

    v9os

    Minimalist distro for SPARC servers, based on illumos kernel

    v9os is a server-only, IPS-based minimal SPARC distribution of illumos. See http://milax.fi/v9os.html for quickstart
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    XBOOT

    XBOOT

    The extensible bootloader for embedded system

    xboot is a lightweight, modular embedded operating system designed for ARM-based microcontrollers and SoCs. It provides a complete runtime environment including a small kernel, device drivers, file systems, networking stack, GUI system, and scripting interface. xboot aims to be both educational and practical, offering a clear and portable codebase that can be adapted to various embedded platforms. Its minimal design and Lua scripting support make it suitable for quick prototyping and custom firmware development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PowerNex

    PowerNex

    An operating system written in D

    PowerNex is a microkernel operating system written entirely in the Nim programming language. Designed as a learning and research project, it explores OS development using a modern high-level systems language while still offering low-level control. PowerNex focuses on modularity, simplicity, and code clarity. While still in its early stages, the project includes basic kernel functionality, including memory management, task switching, and a custom bootloader, offering insight into building an OS from the ground up using newer programming paradigms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    ManuOS

    ManuOS

    My own operating system.

    Currently ManuOS kernel is under development. Once kernel is complete, a good Graphical User Interface will be developed for ManuOS. ManuOS runs on IA-32, x86-64 and currently operates in protected mode. In future ManuOS is intended to run in long mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pearl Linux 3.0 16.04 DEV

    Pearl Linux 3.0 16.04 DEV

    The Ultimate Mac OS X Linux Alternative - Pre release of 16.04 version

    This 64 bit Developer edition of Pearl Linux OS is loaded with all software needed for a complete desktop experience. Built on new developers edition on Ubuntu with the kernel 4.3. Features the Gnome Flashback Environment with Compiz Effects as the default window manager. Although the Ubuntu 16.04 release is still in development this version will not need replacing when it is officially released. This may give you an idea of what is to come. :-) Most Pearl Linux releases are styled after the Snow Leopard OS X release from Mac. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FlingOS

    FlingOS

    An educational operating system written in C#

    FlingOS is an educational operating system and framework aimed at teaching students and developers how operating systems work, using C# and a bit of C++ and assembly. It allows developers to build kernels in a managed, high-level language and understand the entire bootstrapping and runtime process from scratch. FlingOS is particularly focused on making OS development more accessible by bridging the gap between high-level languages and low-level hardware programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GALAX-E

    GALAX-E

    A standard Ubuntu redistribution

    The GALAX-E operating system is built on the Linux Kernel and is currently in alpha mode. This is basically a redistributed Ubuntu that has been customized to support a certain look and is really not under development as of yet.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    androidx86-openstack

    Android virtual machines running on Openstack Clouds

    This is the first ever project that ports Android OS into an image that can be used to create Android virtual machines running on Openstack clouds with full virtualisation support. Currently we only support Android 4.4 Kitkat 64bit distribution. Instructons on how to create the image yourself: http://thisismyeye.blogspot.co.uk/2014/04/enabling-virtio-drivers-on-kernel-for.html This image is not perfect yet. Contributors are welcome! This work is done by Chathura Madhusanka...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    FruityOrange

    An operating system written in C & assembly.

    An operating system written in C & assembly. FruityOrange uses the concept of a monolithic kernel and GRUB as bootloader for the kernel and some modules. There is still no release. If you want do try the development-version, get the Sourcecode and build by yourself!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Valhalla

    This is the official code site for Project Transmutation

    This is the official code for Arrogant Penguin Industries' Project Transmutation. This site provides the Odin Language System, the Viking Kernel Code, and the Valhalla Development System as well as all document downloads in relation to these products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Self-aware dynamic, reflective, and declarative semantic space representation, transformation, and exploration system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An operating system aiming towards distribution by being a low level VM for object-oriented languages featuring introspection. Pending rewrite to meet new goals. The old kernel is available in SVN for reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XSystem Kernel Project - an object-oriented 32-bit protected-mode operating system for IA32-architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Media Lab Asia collaborated with IIT Delhi for development real-time kernel O/S named “RTKER OS” portable on microprocessor based systems and a Multithreaded O/S for 8-bit microcontrollers (like 8051 and ATMega128) as low cost embedded solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Can emulate old computer on text the code pogram ideal to create kernel for operating system The begin the project the can emulate CPU(8080)and z80.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Development area for GNU/Linux 2.6.x for the KS8695 ARM SoC. Covers kernel patches, drivers for serial, Ethernet, PCI, GPIO, watchdog subsystems, and drivers for optional PCI based devices such as USB, WiFi, WiMAX, IPSec, SSL, and RSA devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XeonOS is an attempt to build a truely modern, simple and user-friendly operating system based on the linux kernel and GNU utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB