Showing 93 open source projects for "microkernel"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    Redox

    Redox

    Redox is an operating system written in Rust

    Redox is a Unix-like Operating System written in Rust, aiming to bring the innovations of Rust to a modern microkernel and full set of applications. Redox is a general purpose operating system written in pure Rust. Our aim is to provide a fully functioning Unix-like microkernel, that is both secure and free. We have modest compatibility with POSIX, allowing Redox to run many programs without porting. We take inspiration from Plan9, Minix, Linux, and BSD.
    Downloads: 52 This Week
    Last Update:
    See Project
  • 2
    k23

    k23

    Experimental WASM Microkernel Operating System

    k23 is a microkernel-based operating system project written in Zig, an emerging systems programming language focused on safety, simplicity, and performance. k23 explores the design of modern OS features like message-passing, memory protection, and modular service construction using Zig’s powerful low-level capabilities. It is an experimental and educational project intended to show how Zig can be used for robust, readable systems programming while enabling contributors to rethink traditional OS structures from the ground up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    NocoBase

    NocoBase

    Extensibility-first, open-source no-code/low-code platform

    ...It features a WYSIWYG interface with a one-click switch between usage and configuration modes, enabling users to compose suitable interfaces much like Notion. All functionalities are implemented as plugins using a microkernel architecture, allowing for extensive customization, including pages, blocks, actions, APIs, and data sources. NocoBase is written in TypeScript and utilizes mainstream technology stacks such as Node.js and React, ensuring transparency and control.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Hermit Kernel

    Hermit Kernel

    A Rust-based, lightweight unikernel

    Hermit Kernel is the core component of HermitCore, a Rust-based unikernel that runs directly on hypervisors or bare-metal systems to support high-performance cloud and HPC applications. This repository contains the microkernel’s implementation, optimized for running Rust applications natively in a lightweight, single-address-space environment. Hermit Kernel is designed to reduce latency and overhead by avoiding traditional OS abstractions, while still providing essential services such as...
    Downloads: 1 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
  • 5
    Genode

    Genode

    Genode OS Framework

    Genode is a capability-based, component-oriented operating system framework focused on building secure, modular, and flexible operating systems. Unlike monolithic or microkernel-only designs, Genode allows developers to construct OSes from fine-grained components that communicate through well-defined interfaces. It supports multiple kernels including NOVA, seL4, and Fiasco.OC, and has been used to build everything from microhypervisors to full desktops. Genode places strong emphasis on security, fault isolation, and formal verifiability, making it ideal for critical systems and research environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Obscura

    It's a personal microkernel project designed as a learning ground.

    Obscura is a personal microkernel project designed as a learning ground for low-level operating systems. Its initial aim is to lay the foundations for a minimalist kernel, then gradually evolve towards a modular, stable and simple operating system. ## 🧭 Objectives - Learn and master : - Low-level C language - x86/x86_64 assembler - Modern processor architecture - Fundamental principles of operating systems - Develop a microkernel : - Lightweight and modular - Able to handle hardware interrupts (keyboard, timer) - Support minimal user space - Evolve to a simple OS: - With a rudimentary shell - Isolated user processes - A basis for experimenting with system concepts ## ⚙️ Project status > 🚧 Project under development - Learning phase (year 1) Short-term planned features : - [ ] Multiboot-compatible GRUB bootloader - [ ] Text mode display (VGA) - [ ] Interrupt management (IRQ / keyboard) - [ ] First task manager loop
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    HelenOS

    HelenOS

    A microkernel-based multiserver operating system written from scratch.

    HelenOS is a portable microkernel-based multiserver operating system written from scratch. It decomposes key operating system functionality such as file systems, networking, device drivers and graphical user interface into a collection of fine-grained user space components that interact with each other via message passing. A failure or crash of one component does not directly harm others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Xyris

    Xyris

    The Xyris Kernel

    Xyris is a microkernel-based operating system developed with a focus on modularity, simplicity, and modern code practices. Written in C++, Xyris separates drivers and system services into isolated components using message passing, in line with microkernel philosophy. It’s designed as a research and hobbyist OS, with a clean codebase and early implementations of multitasking, system calls, and filesystem abstractions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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 message-passing flexibility with the monolithic performance and direct hardware control typical of Unix-like systems. XNU handles essential kernel responsibilities such as memory management, multitasking, interprocess communication (IPC), device I/O, system calls, security enforcement, and scheduling across both single and multi-core architectures.
    Downloads: 11 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    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: 6 This Week
    Last Update:
    See Project
  • 11

    microkernel-alternative

    The closest Alternative to Microkernel has to be Puppy Linux ...

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    speccy3os

    Message passing microkernel-based Operating System for ZX Spectrum +3e

    This project is an attempt to design an message passing microkernel-based Operating System for the ZX Spectrum +3e computer equipped with ZXMMC mass storage device. It was made mostly for PoC purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LorenaSO

    LorenaSO

    Lorena es un sistema operativo escrito en C, C++ y Ensamblador.

    Lorena es un sistema operativo de tipo microkernel, escrito en C, C++ y Ensamblador y basado en NextDivel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15

    mkstring

    mkstring is a small microkernel

    Mkstring is a small microkernel, actually this is a fork of my old one muistring project. Since I forget access and having new plans to do it, the decision was to create a fork of it to contunie development. Currently is has - amd64 support (with SMP) - light memory manager - preemptible multitasking - threads and memory proxy to support memory mapping service from the microkernel services - a lot of other stuff I hope somebody will join to have a fun with it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XeNOS
    XeNOS is a portable microkernel operating system written mostly in C++. Its primary goal is to provide a simple, object oriented device driver interface and API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DayOS
    DayOS ist ein freies und kostenlos erhältliches Hobby Betriebssystem, das das ziel hat, einen sicheren und schnellen Microkernel für den Alltagsgebrauch zu entwickeln. Es wird in C/C++ und x86 Assembler geschrieben.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    KoinKoin is an operating system, based on a second generation microkernel, k2 (strongly inspired by the L4 API). KoinKoin offers a modular design allowing to build specific-purpose and minimalist operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Phlox OS and Phlox Microkernel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    uComp: a component framework which aims to be usable and useful. The framework is aimed at allowing mapping descriptions of component based systems to an intermediary language which can be compiled for use with microkernel. The input language is similar to CAmkES (Component Architecture for microkernel-based Embedded Systems). Current status: work in progress
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    pirix

    microkernel operating system

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    MicroX Microkernel

    MicroX is a small X86 kernel used for educational purposes

    MicroX is a small X86 kernel used for educational purposes. It has a simple GUI, with a CLI , chooseable at the start-up menu. MicroX is written entirely out of ASM, with the programs written in the MicroX Basic interpreter. The OS comes with a simple Basic interpreter, allowing developers to code programs quickly and efficiently for MicroX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Orchid

    A microkernel, capability-based operating system for the Cloud.

    An object oriented, capability-based operating system kernel for the Cloud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Mstring microkernel

    Real time microkernel

    μString microkernel is the part of Jari OS project. It's a preemptible, real-time microkernel that used in Jari OS platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    M String is a microkernel based on some part of oskit libs. It's designed to be small, simple, and have a simple API for server interprocess communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next