Showing 30 open source projects for "scratch"

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
  • 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
  • 1
    operating system simple

    operating system simple

    Operating System Guide Dari 0

    operating_system_guide is a curated, beginner-friendly resource aimed at helping aspiring developers learn how to create an operating system from scratch. Maintained by AzkaDev, the guide collects educational materials, links, and code snippets that walk learners through each major component of OS development—from bootloaders to kernel structures and system calls. While still evolving, the guide acts as a roadmap and inspiration hub for those wanting to explore low-level systems programming with a hands-on approach.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    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. HelenOS is therefore flexible, modular, extensible, fault tolerant and easy to understand. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    ...All the included software is free and open-source software made available both as compiled binaries and in source code form, which allows modifications to the original software. FiwixOS 3 uses the Newlib v3.1.0 as its C standard library, and the Ext2 as its primary file system. Fiwix is an operating system kernel written from scratch, based on the UNIX architecture and fully focused on being POSIX compatible. It is designed and developed mainly as a hobby OS and, since it serves also for educational purposes, the kernel code is kept as simple as possible for the benefit of students and OS enthusiasts. It is small in size (less than 40,000 lines of code), runs on the i386 hardware platform and is compatible with a good base of existing GNU applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TempleOS

    TempleOS

    64-BIt Operating System with Compiler

    TempleOS is a 64-bit kernel with compiler, graphics library and tools. It is not a Unix. It was made from scratch.
    Downloads: 37 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Clicker is a project for a Multitasking Open-source operating system written from scratch. based on a modular micro kernel. We want to explore new way of designing and using OSes :) [newz: PCI, NE2K and VBE]
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Ace is a micro kernel for developers and researchers. The main goal is to create a very light and compact kernel from scratch with modern OS research concepts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    An operating system kernel designed with simplicity, readability, and elegance in mind. No longer written from scratch, but built on "the shoulder of giants." Specifics are given in the CREDITS file starting from v0.04
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A Micro Kernel OS designed from scratch
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LoseThos, a free, 64-bit, multicore, PC operating system designed from scratch -- not a Unix. No bloat. Boots in 2 seconds. Comes with games, C compiler, tools and lots of demos of the API! Test-drive or install -- it is a live CD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $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
  • 10
    COS is an Open Source Operating System, which is currently in development. It is made from scratch, except it uses GRUB as a boot loader. Comments would be kindly taken, and all criticism is accepted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Crocos is a small opensource UNIX-like kernel, designed with simplicity in mind, for educational purposes. It is developed in several steps to allow people to understand how a tiny operating system can be built from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    libposix is a bold attempt to unify the impementation of the core functionality of all Unix systems. libposix is a full, cross platform, implementation of the POSIX 2008 standard written from scratch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Minirighi is a multi-threading open-source operating system written for didactic purpose. It has been written from scratch and it is compatible with POSIX.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Nx is a simple (yet only x86) multiprocess operating system kernel written in C (and some parts in assembly) from scratch. Our goal is to achieve high performance, speed, flexibility and security by using the simpliest possible design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ManRiX is an open source microkernel based operating system with POSIX interface. It is written from scratch using C and Assembly. Microkernel contains just few basic components of an Operating System while others are implemented as user process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Codename Five is an operating system kernel, written as an experiment in learning assembler, written from scratch for x86. It is not (purposely) based on any previous operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AtlantisOS - An operating system designed from scratch, implemented without using older code and made to be the best
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fortress OS is an open source modern multitasking operating system. Intel IA-32 386 compatibility. Fortress is clean implemented from scratch. Fortress is still in early stage ( current state at the end of plan 2 ) and needs huge work.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Operating system project from scratch to design and implement all components from boot strapping,hardware interrupts , memory manger ,file system , etc .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    chaos is a new operating system - written from scratch by a young group of people. Unlike most other systems, we do not try to reimplement something else, but rather tries to do things in our own (hopefully better) way.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    From-scratch GPL'd firmware for Razer Copperhead/MS HABU mice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    tijOS is an attempt to create a simple Operating System from scratch for educational purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    avOS Aims to be a replacement for the archos AV300 O/S firmware. This will either be achieved by porting linux to the Archos, writing a custom O/S from scratch, or writing a custom JVM from scratch. The Archos AV300 uses a TMS320DSC25 ARM7 based DSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Yurix is a new operating system, developed by students at UFMS, Unicamp and USP (in Brazil). The system will be written from scratch. The main goal is make a system free, open, fast and reliabe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ingenix is a novel approach to distributed computing and is an exiting attempt to alter the Operating Systems landscape that hasn't really changed much in over 30 years. It is based on an exokernel architecture and written from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB