[go: up one dir, main page]

Showing 38 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
  • The #1 AI-Powered eLearning Platform Icon
    The #1 AI-Powered eLearning Platform

    For users seeking a platform to generate online courses using AI

    Transform your content into engaging eLearning experiences with Coursebox, the #1 AI-powered eLearning authoring tool. Our platform automates the course creation process, allowing you to design a structured course in seconds. Simply make edits, add any missing elements, and your course is ready to go. Whether you want to publish privately, share publicly, sell your course, or export it to your LMS, Coursebox has you covered.
    Learn More
  • 1
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    os-tutorial is an open source educational project by cfenollosa that teaches the basics of building an operating system from scratch. The repository provides step-by-step lessons starting with bootloaders and moving through kernel development, interrupts, memory management, and system calls. Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding. The project uses x86 assembly and C to illustrate concepts, making it accessible to students and hobbyists interested in low-level programming. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    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: 0 This Week
    Last Update:
    See Project
  • 3
    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: 0 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: 3 This Week
    Last Update:
    See Project
  • Atera IT Autopilot Icon
    Atera IT Autopilot

    Ensure operational efficiency at any scale with 24/7 autonomous IT support.

    IT Autopilot takes the pressure off your team by handling first-tier support across the channels your end users already live in — email, chat, Slack, Teams, and your Customer Portal. It doesn’t just respond to end-user queries, issues, and crises — it solves them.
    Learn More
  • 5
    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
  • 6
    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: 11 This Week
    Last Update:
    See Project
  • 7

    ADI Linux Kernel

    Linux kernel port for the ADI's Blackfin and future processors

    Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. It aims towards POSIX and Single UNIX Specification compliance. Although the Blackfin architecture has been in the mainline kernel since 2.6.22 (May 2007), there are various fixes and patches applied locally that are not upstream. Please use the kernel from here - and treat it like any other distribution kernel. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    3plex - Atari XL/XE game

    3plex - Atari XL/XE game

    Logical game with colored tiles - written in 500 minutes in Assembly!

    3plex written in 500 minutes in Assembly! Game was written especially for ABBUC SW contest 2015 1st compo version of this game took only 500minutes to code from total scratch! Additional features were added later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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]
    Downloads: 12 This Week
    Last Update:
    See Project
  • Connect with customers in one app Icon
    Connect with customers in one app

    Businesses of all sizes seeking an AI-enhanced, all-in-one communication platform to unify voice, video, and messaging for improved team collaboration

    Dialpad Connect is an AI-powered unified communications platform that combines voice, video, and messaging to enhance team collaboration and customer interactions. It features real-time call transcription, automated call summaries, and AI-generated action items to help users stay focused during conversations. The platform integrates seamlessly with popular business apps like Salesforce, Zendesk, Microsoft Teams, and Google Workspace to streamline workflows. Designed for businesses of all sizes, Dialpad Connect delivers enterprise-grade reliability with 100% uptime SLA and robust disaster recovery. Security and privacy are core priorities, meeting standards like GDPR, HIPAA, and SOC 2 compliance. Dialpad Connect helps companies elevate customer experiences while boosting team productivity.
    Learn More
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    An Operating System designed and developed from scratch in C/C++ for x86 alike platform. Aim is to build a minimal complete packaged OS with support for USB, Internet (wifi) and a cool GUI, and make it suitable for tablet pcs/netbooks/smartphones
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A Micro Kernel OS designed from scratch
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    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: 1 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    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: 0 This Week
    Last Update:
    See Project
  • 18
    rmapc is an efficient free map compiler for games using BSP files. Although influenced by id Software's quake map compiler, rmapc is developed from scratch and does not reuse code with similar utilities.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    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: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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
  • 22
    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
  • 23
    AtlantisOS - An operating system designed from scratch, implemented without using older code and made to be the best
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    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: 0 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next