Showing 133 open source projects for "games source code"

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
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    AnduinOS

    AnduinOS

    AnduinOS is a custom Ubuntu-based Linux distribution

    ...The project leans toward developer productivity: quick access to tools, reproducible configuration, and a unified place to evolve the environment. Because it is open source, users can inspect how the author wires services, handles packaging, or defines UI/UX conventions. It’s well suited for people who want to understand how to bootstrap and maintain a bespoke, code-driven desktop environment rather than relying on distro defaults. Over time it can serve as a living example of infrastructure-as-code principles applied to a personal OS setup.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 2
    DreamShell

    DreamShell

    Operating system for the Sega Dreamcast

    The Dreamshell is the operating system for the Sega Dreamcast based on the KallistiOS kernel. It has a dynamic loadable modular system and interface for creating applications with XML UI and both C/C++ and Lua scripts on. You can see examples in ready-made applications and modules, drivers for various devices, formats and interfaces. Examples for audio and video decoding, compression, packaging, binding, network, emulation, scripts and more. From hardcore low-level assembler to high-level...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3
    Tock OS

    Tock OS

    A secure embedded operating system for microcontrollers

    Tock is a secure, embedded operating system designed for microcontrollers and low-power hardware platforms. Written in Rust, it uses a novel kernel architecture where the OS runs a minimal trusted core and all userland code, including device drivers, is sandboxed and isolated. Tock is ideal for IoT devices, wearables, and embedded research projects where reliability and safety are critical. Its capability-based security model and preemptive multitasking allow developers to safely run...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Glow OS

    Glow OS

    System Analysis Software

    Glow is an educational, hobbyist operating system written in C and Assembly, developed to help learners understand the internals of OS design and kernel development. Targeting x86_64 systems, Glow features its own kernel, bootloader, and minimal userland. With clear code structure and a simple design, it serves as a playground for experimenting with low-level systems programming, boot sequences, interrupt handling, and basic UI components like shells and text rendering.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try 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,...
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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. Its...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    MOROS

    MOROS

    MOROS: Obscure Rust Operating System

    MOROS is a hobby operating system written in Rust by Vincent Ollivier. It targets computers with an x86-64 architecture and a BIOS, typically from 2005 to 2020. It also runs well on most emulators. MOROS is open source. You can build or download an image. Check out the manual for details on how to use it. MOROS is text-based and draws inspiration from Unix and DOS to provide a simple and efficient environment for computing and communication from the command line. Each program is designed to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • 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
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Aura Operating System

    Aura Operating System

    AuraOS, the Franco-English Operating System developed in C#

    Aura Operating System is a GUI-based, object-oriented operating system written in C#. It is designed to showcase how high-level languages like C# can be used to create low-level systems such as kernels, user interfaces, and file systems. Aura features a colorful, windowed graphical desktop environment with built-in applications, all running on a custom kernel built from scratch. It is not based on Linux or Windows, but rather developed as an independent system with its own structure and drivers.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    ZestISO

    ZestISO

    An easy to use Arch Linux based OS

    ...Don't throw it away, try ZestISO today! ZestISO is an easy to use, highly customisable Arch Linux based OS. It's fast, secure, and supports all your favourite software and games*. No ads, bloat or telemetry here! Editions: KDE Plasma Gaming (for beginners and gamers), XFCE (for low-end PCs) and IceWM (for servers and ultra low-end PCs). More info and source code: https://github.com/SuperSonic65535/zestiso-archiso If you like this project, please consider supporting me at: ko-fi.com/supersonic65535 Your contributions helps me develop and improve my projects for everyone as well as cover food and travel expenses. ...
    Leader badge
    Downloads: 957 This Week
    Last Update:
    See Project
  • 13

    4MLinux

    Mini Linux Distribution

    4MLinux is a miniature Linux distribution focusing on four capabilities: maintenance (by using it as a system rescue live CD), multimedia (for example, for playing video DVDs), miniserver (using the inetd daemon), and mystery (meaning small Linux games).
    Leader badge
    Downloads: 1,477 This Week
    Last Update:
    See Project
  • 14
    Ultimate Edition

    Ultimate Edition

    An Ubuntu remix for both new and experienced Linux sophisticates

    Ultimate Edition Linux, previously "Ubuntu Ultimate Edition". We cater to a large base of *nix users including, but certainly not limited to gamers & low resource computers. We have a Ultimate Edition for virtually any user.
    Leader badge
    Downloads: 630 This Week
    Last Update:
    See Project
  • 15
    LastOSLinux

    LastOSLinux

    Linux for windows migrants. with wine

    LastOSLinux is based on Linux Mint which itself is based on Ubuntu, this means that if Ubuntu, Mint or LastOSLinux get updates, they'll be applied. The good part is even if LastOSLinux stops being available it'll continue to be up-gradable using the same methods as Linux Mint and will never be un-supported as long as Mint is about. It uses a live OS that you can test on your hardware, restore timeshift backup images ot just do backups off a non bootable HDD. You are also able to install...
    Downloads: 430 This Week
    Last Update:
    See Project
  • 16
    MineBios

    MineBios

    16 bit real mod minecraft clone running in bios

    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    GODOS - Linux Gaming on Debian

    GODOS - Linux Gaming on Debian

    Gaming Optimized Debian Operating System

    GODOS (Gaming Optimized Debian Operating System) is a lightweight, pre-configured Debian-based Linux system focused on gaming performance, stability, and simplicity. Featuring the modern and responsive KDE Plasma desktop, GODOS provides a clean and efficient user experience. It comes with Steam, Lutris, and Heroic Games Launcher pre-installed, enabling support for native Linux games, Proton/Wine titles, and Epic Games. Vulkan, Wine, and Proton are fully set up for instant gaming out of the...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 18
    BJH OS

    BJH OS

    An Operating System Created In Html CSS And JS By Muhammad Haris.

    ... πŸš€ Highlights Custom desktop environment & smoother UI Modular architecture Built-in apps & BJH OS Apps Market Remote alerts & updates Secure login & developer tools πŸ›’ BJH OS Apps Market Features Browse apps/games App details: icon, developer, rating, downloads, screenshots Automatic app updates & notifications πŸ§‘β€πŸ’» For Developers To build, extend, create apps or games, Upload Apps To BJH OS Apps Market and follow best practices via Developer Docs Contribute To BJH OS: https://github.com/Haris16-code/BJH-OS/blob/main/CONTRIBUTING.md πŸ“₯ Get BJH OS BJH OS Main Website: https://bjhos.unaux.com BJH OS Main Repository: https://github.com/Haris16-code/BJH-OS πŸ’¬ Join Discord: https://discord.gg/SdDSUtCbX8
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    OpenMandriva Lx

    OpenMandriva Lx

    Easy, yet powerful, GNU/Linux distribution

    ...It comes from a 100% community-driven association that believes in the values of free software & collaboration and whose founding values are development, equality, co-operation, openness, freedom, group achievement, independence, and solidarity. Source code: Software: https://github.com/OpenMandrivaSoftware Packages: https://github.com/OpenMandrivaAssociation Build system: https://abf.openmandriva.org/ Contact: * Chat - https://wiki.openmandriva.org/en/team/chat * Forum - https://forum.openmandriva.org Issue tracking and feature requests: * Issue Tracking - https://github.com/OpenMandrivaAssociation/distribution/issues Donate - https://liberapay.com/OpenMandriva
    Leader badge
    Downloads: 780 This Week
    Last Update:
    See Project
  • 20
    PocketAI

    PocketAI

    A live linux system with preconfigured AI

    Pocket AI is a beginner friendly Linux system with out of the box AI functionality. It has an Ollama instance running and several apps pre configured to use the Ollama endpoint locally. The included programs are Anythingllm, chatbox, code-oss (Open source build of VSCode), n8n, searxng and aichat-ng
    Downloads: 20 This Week
    Last Update:
    See Project
  • 21
    Snal Linux

    Snal Linux

    Arch based live Linux distribution

    Live distro with i3 and firefox. Lots of network and filesystem utilities. Snal Linux is Simple, Networked, and Live Linux. Snal Linux code repository has been moved to https://codeberg.org/snallinux/snallinux
    Leader badge
    Downloads: 132 This Week
    Last Update:
    See Project
  • 22
    Chromium OS Raspberry Pi

    Chromium OS Raspberry Pi

    Build your Chromium OS for Raspberry Pi 4B

    Build your Chromium OS for Raspberry Pi 4B, Pi400, and the latest Raspberry Pi 5. We get it, it's confusing. There are Chromium OS for Raspberry Pi, openFyde that happens to boot on Raspberry Pi, and FydeOS for You - Raspberry Pi 400, these are different releases. This project is about Chromium OS for Raspberry Pi, not FydeOS for You - Raspberry Pi 400, also not openFyde. This project aims to only ship vanilla Chromium OS developed by Google and the Chromium Authors, ported to the world's...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    RengeOS

    RengeOS

    The next-generation, minimal and hackable operating system.

    The next-generation, minimal and hackable operating system based on Arch Linux, focused on performance and maintainability. It's free and open source, btw give it a try and you might like its system design:D. The official RengeOS website: https://rengeos.github.io/ Release Notes: https://rengeos.github.io/reference/release-notes/ Source code: https://github.com/orgs/RengeOS/repositories/ Join our community on Discord: https://discord.gg/pjJpHUSNPD If you encounter any issues with RengeOS, please create an issues report here: https://github.com/RengeOS/Source-ISO/issues For any questions or concerns, please contact me at crystalforceix@gmail.com (PhΓΊ, Maintainer of RengeOS)
    Leader badge
    Downloads: 56 This Week
    Last Update:
    See Project
  • 24
    C4C Ubuntu 24.04

    C4C Ubuntu 24.04

    A Born Again Christian Linux Distribution

    C4C offers a free Christian Linux distribution that is stable, fast and easily installed on most any computer made in the last decade. This Ubuntu derivative is intended to lead unbelievers to a relationship with Christ and nurture believers in discipleship.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Cyrethium

    Cyrethium

    Cyrethium GNU/Linux Debian Based Privacy and Security Focused OS

    ...Security Warning: As this project is outdated, it lacks modern security features. It should only be used in isolated/virtual environments for historical or research purposes. The source code and files remain available for archival purposes only.
    Leader badge
    Downloads: 115 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB