Showing 87 open source projects for "e learning system"

View related business solutions
  • $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
  • 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    S.U.P.E.R.M.A.N.

    S.U.P.E.R.M.A.N.

    S.U.P.E.R.M.A.N. optimizes the macOS software update experience

    super is a compact, high-performance tiling window manager for macOS that offers keyboard-driven workflow efficiency similar to tiling window managers found in Linux environments like i3 or dwm. Written in Swift, super leverages macOS APIs to allow users to manage windows in grid-like patterns, enabling rapid arrangement, resizing, and navigation without reaching for the mouse. It’s ideal for developers, power users, and keyboard-centric users who want to boost productivity within macOS’s...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AnduinOS

    AnduinOS

    AnduinOS is a custom Ubuntu-based Linux distribution

    AnduinOS is a personal/experimental operating system–style project and collection of components built to explore how a desktop-like environment and tooling could be organized under one coherent repo. It combines configuration, scripts, and UI elements to form a workstation experience that is more opinionated and automation-friendly than a vanilla setup. The project leans toward developer productivity: quick access to tools, reproducible configuration, and a unified place to evolve the...
    Downloads: 49 This Week
    Last Update:
    See Project
  • 4
    Pony OS

    Pony OS

    My Little Unix: Kernels are Magic

    ponyos is a lightweight, UNIX-like operating system developed as a personal hobby project by the creator of ToaruOS. It features a monolithic kernel written in C and aims for a POSIX-compliant environment with a built-from-scratch userland. ponyos includes a graphical interface, dynamic linker, shared libraries, and a package manager. It’s designed for fun, experimentation, and as a platform to learn and play with operating system internals, with surprisingly advanced features given its...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 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
  • 5
    MentOS

    MentOS

    An educational 32-bit linux-like Operating System

    MentOS is an educational operating system developed for academic use, particularly in university settings, to help students understand low-level system concepts such as process management, memory handling, and scheduling. Written in C, MentOS closely mimics a simplified Unix-like OS and includes hands-on implementations of key kernel features. Designed to be highly readable and modular, it offers a practical approach to learning systems programming through real-world kernel components, making it a valuable tool for operating system courses and personal exploration.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    rCore-Tutorial-Book-v3

    rCore-Tutorial-Book-v3

    A book about how to write OS kernels in Rust easily

    rCore-Tutorial-Book-v3 is the official book for the third version of the rCore OS tutorial series, a comprehensive educational resource for learning operating system development using the Rust programming language. Targeted at the RISC-V architecture, this tutorial guides learners step-by-step through building a minimal, safe, and modern OS kernel from scratch. It is written in Markdown and powered by mdBook, making it easy to read, navigate, and contribute to. The book combines theoretical explanations with practical exercises, allowing students and enthusiasts to understand core OS concepts like bootstrapping, memory management, and process scheduling through hands-on implementation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    sealos

    sealos

    Sealos is a production-ready Kubernetes distribution

    A Cloud Operating System designed for managing cloud-native applications. Sealos['siːləs] is a cloud operating system distribution based on the Kubernetes kernel. Using the cloud like using a personal computer, reducing the cost of the cloud to 1/10 of the original.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    CoolPotOS

    CoolPotOS

    CoolPotOS for ia32 / amd64

    CoolPotOS is a small, hobbyist operating system designed to be minimal and educational, offering the most basic kernel capabilities while remaining accessible to beginners. Written in C and Assembly, it focuses on bootstrapping, kernel entry, and simple console output. Though in early stages, CoolPotOS showcases the boot process, memory segmentation, and essential CPU features, serving as a great learning resource for those new to operating system internals.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    Fiwix is a Unix-like operating system kernel designed for educational purposes and hobbyist development, targeting the i386 architecture. It implements many classic UNIX principles and aims to provide a clean, well-documented codebase that is both readable and easy to study. Fiwix offers a functional kernel that supports ELF binaries, a virtual file system, and standard system calls, making it a great platform for learning OS internals or experimenting with system-level programming. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    WANIX

    WANIX

    A virtual environment kit for the local-first web

    wanix is a hobbyist Unix-like operating system written from scratch in C, aiming to implement core features of a traditional OS in an educational and modular way. The project walks through kernel development starting from bootloading, memory management, system calls, and eventually to user programs. With support for x86_64 and simple tools like a shell and basic file I/O, wanix serves as both a learning platform and a launching point for more advanced kernel features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Nightingale OS

    Nightingale OS

    A small operating system where I experiment and learn osdev

    nightingale is a modern hobby operating system developed in Rust, focusing on safety, simplicity, and minimalism. It aims to be a clean platform for experimentation and learning, implementing a small kernel with core features like multitasking, memory protection, and a minimal filesystem. Its use of Rust provides strong guarantees around memory safety and eliminates common bugs found in low-level C-based systems. nightingale is ideal for those seeking to study OS development using a modern language with a strong safety model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    egos-2000

    egos-2000

    Helping students read all the code of a teaching operating system

    egos-2000 is a minimalist operating system built for educational and research purposes, offering a simplified kernel and runtime environment for exploring OS concepts. It runs on QEMU and is written in C/C++ with a focus on clarity and modularity. The system includes a basic filesystem, process management, and syscall interface, making it ideal for understanding core OS principles. egos-2000 is particularly well-suited for students learning about kernels, user-space interaction, and boot-time execution in a clean, hands-on environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ANTIRTOS

    ANTIRTOS

    Function pointers queues classes library for Arduino

    ...Its simplicity and clarity make it a great starting point for learning real-time systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AzkaOs

    AzkaOs

    Open source operating system based flutter and kernel zircon

    AzkaOS is a personal and experimental operating system project aiming to create a lightweight and customizable platform written primarily in Python and C/C++. It combines ideas from traditional desktop OSes with a scripting-heavy approach, offering a hybrid system that prioritizes ease of customization and user scripting. Though still in its early stages, AzkaOS aims to support desktop environments, package management, and basic system utilities while enabling users to control behavior...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Deblinux

    Deblinux

    Debian per Privacy e Sicurezza. Leggera, veloce e pronta all'uso.

    ...Modernità: Kernel 6.18.8 e desktop MATE per un'esperienza fluida. [EN] Deblinux is a Debian-based distro focused on Security and Privacy. It features the unique Antifork Service to prevent system freezes. Privacy Core: Built-in TOR and VeraCrypt. Lightweight: Optimized for legacy PC with MATE and zRAM. Stable: The reliability of Debian with a modern Kernel 6.18.8.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 17
    Koha + DSpace 9.2 Live DVD ISO (2026.01)

    Koha + DSpace 9.2 Live DVD ISO (2026.01)

    Koha 25.11.00 + DSpace 9.2 Live ISO Installer based on Ubuntu 22.04.5

    Koha + DSpace Live is a Live Bootable and Installer ISO based on Ubuntu 22.04.5 (Koha Version: 25.11.00 and DSpace Version: 9.2) This ISO boots only in Legacy BIOS mode and not in Secure Boot Mode After booting from the Live DVD/USB, use the following login credentials: Login: library (Displayed as 'Open Digital Library') Password: library This Live ISO contains additional Desktop Environments (aka D.E) providing different User Interfaces. If you wish to choose a Lightweight...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 18
    GNU/Linux KDu - Fácil, Bonito, Poderoso

    GNU/Linux KDu - Fácil, Bonito, Poderoso

    Distribuição GNU/Linux moderna, leve e completa para uso diário.

    GNU/Linux KDu é uma distribuição GNU/Linux moderna, leve e fácil de usar, ideal para quem quer explorar o mundo do software livre sem complicação. Baseado no Ubuntu com KDE neon, ele oferece uma interface intuitiva, bonita e altamente produtiva, funcionando tanto em modo Live quanto instalado no computador. O KDu já vem com uma ampla coleção de ferramentas para uso diário e técnico, incluindo aplicativos de escritório, utilitários de manutenção, recuperação de dados, diagnóstico de...
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 19
    Br OS
    O nome Br OS tem dois significados, Br vem de Brasil, o país de origem do sistema, OS é Operating System, e a junção do nome fica Bros, que é uma gíria norte americana para Brothers, que significa Irmãos. Basicamente o que queremos dizer é que nosso sistema foi feito para unir pessoas, seja pelo conteúdo gerado por ele, ou pela comunidade que ele forma. Somos um só povo.
    Leader badge
    Downloads: 690 This Week
    Last Update:
    See Project
  • 20
    Backfed-base

    Backfed-base

    Distribuição Linux baseada no Arch, otimizada para hardware Intel

    Backfed-Base é uma distribuição Linux baseada no Arch, criada visando oferecer uma experiência estável, leve e funcional para usuários de hardware Intel com gráficos integrados (iGPU). Inspirado em projetos como CrystalLinux, ElementaryOS, Arch Linux e outras distribuições minimalistas, o Backfed-Base unifica soluções e ferramentas essenciais para criar um ambiente de trabalho simples, eficiente e ideal para o dia a dia — sem complicações.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CodeCampus

    CodeCampus

    CodeCampus is a learning-first Linux OS for CSE and IT students

    CodeCampus OS is a custom Linux distribution based on Ubuntu 24, designed for beginner developers, computer science students, and self-learners who want to start coding without friction. Unlike traditional setups that require hours of installation and configuration, CodeCampus provides a fully pre-configured, learning-first environment right out of the box. From the moment you boot, everything is ready—so you can focus on learning, experimenting, and building instead of...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    Life

    Life

    Linux for Education based on Ubuntu MATE

    Li-f-e: Linux for Education. A free Linux distribution for education.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 23
    DebEX Barebone Linux 64/32 bit

    DebEX Barebone Linux 64/32 bit

    DebEX 64 bit with KDE Plasma respectively Gnome Desktop

    Both systems/distributions are a based on Debian Forky/Trixie/Sid. KERNEL DebEX KDE uses kernel 6.19.0-rc5-amd64-exton. DebEX GNOME uses kernel 6.15.5-amd64-exton. PROGRAM content As the name suggests, DebEX Barebone has only a minimum of software installed in advance. Among them LXTerminal, PCManFM, AlsaPlayer, NetworkManager, Thunderbird, Firefox, GParted and Synaptic. In version 260120 and 250709 all common KDE respectively Gnome. SOFTWARE MANAGEMENT DebEX uses Apt and...
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 24
    RemonOS

    RemonOS

    RemonOS is a remastered cinnamon linux mint-based distro.

    RemonOS Linux 22.2.0 (Cinnamon Edition) is a custom remastered Linux distribution based on Linux Mint 22.2, designed to provide a clean, stable, and user-friendly desktop experience. This release features a customized Cinnamon desktop, preconfigured system settings, and selected tools aimed at improving usability for daily use, learning, and general productivity. Remonos Linux is intended for testing, personal use, and educational purposes. Key features: Linux Mint–based system Cinnamon desktop environment Custom system configuration and branding Optimized for stability and ease of use 64-bit (amd64) architecture Notes: This is not an official Linux Mint release Built as a remastered ISO Users are encouraged to verify downloads using the provided SHA256SUMS Source code, build scripts, and project documentation are available on my GitHub. ...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
     SynaptaOS

    SynaptaOS

    Synapta OS is a preconfigured educational Linux distribution with AI

    🌐 Synapta OS Synapta OS is an educational Linux distribution preconfigured with local Artificial Intelligence (AI) capabilities. It is designed for schools and remote areas where Internet connectivity is limited or unavailable, offering access to AI-based learning and digital tools offline. Version 1.4.6
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB