Showing 74 open source projects for "gw-basic"

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
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Glow OS

    Glow OS

    System Analysis Software

    ...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: 22 This Week
    Last Update:
    See Project
  • 2
    WANIX

    WANIX

    A virtual environment kit for the local-first web

    ...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: 9 This Week
    Last Update:
    See Project
  • 3
    ANTIRTOS

    ANTIRTOS

    Function pointers queues classes library for Arduino

    ...It is designed to be simple, portable, and efficient, making it ideal for resource-constrained environments such as IoT devices, robotics, and educational hardware projects. ANTIRTOS features a basic scheduler, support for cooperative and preemptive multitasking, and offers portability across different CPU architectures with minimal changes. Its simplicity and clarity make it a great starting point for learning real-time systems.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    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: 2 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    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: 8 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    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: 7 This Week
    Last Update:
    See Project
  • 8
    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...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Vinix

    Vinix

    An effort to write a modern, fast, and useful operating system

    Vinix is an experimental Unix-like operating system written in V, a statically typed compiled programming language known for its simplicity and performance. The project aims to create a minimalistic and efficient OS that adheres to Unix principles while leveraging the modern features of the V language. Vinix serves as both a proof of concept for system programming in V and a platform for exploring OS design concepts.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 10
    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: 1 This Week
    Last Update:
    See Project
  • 11
    eduOS-rs

    eduOS-rs

    A teaching operating system written in Rust

    eduOS-rs is a teaching operating system written in Rust, developed by RWTH Aachen University to support courses on systems programming and operating systems. It serves as a practical and educational tool that demonstrates key OS concepts like memory management, multitasking, privilege separation, and system call handling in a safe and modern language. Designed to run on x86_64 hardware using QEMU, eduOS-rs leverages Rust’s ownership model and type safety to reduce bugs common in low-level...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    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: 1 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    Emacs Prelude

    Emacs Prelude

    Enhanced Emacs 25.1+ distribution

    ...The final product offers an easy to use Emacs configuration for Emacs newcomers and lots of additional power for Emacs power users. Prelude bundles a bunch of smaller packages and makes many more packages available via optional modules. Basic support for many programming languages will be auto-installed when needed (e.g. the first time you open a source file for some language). Prelude aims to enhance the classic Emacs experience without deviating a lot from it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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: 19 This Week
    Last Update:
    See Project
  • 16

    PINN

    PINN is an enhancement of NOOBS

    ...It allows the installation of MULTIPLE OSes on the same SD/HDD/SSD device with an OS chooser when booting. Built-in Admin tools allow you to backup & restore your OSes and fix OS problems by including basic disk checking, password changing, and a command shell.
    Leader badge
    Downloads: 45,914 This Week
    Last Update:
    See Project
  • 17
    AzkaOs

    AzkaOs

    Open source operating system based flutter and kernel zircon

    ...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 through Python scripts and a modular core.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    FunOS

    FunOS

    FunOS is a Linux distro based on Ubuntu LTS with JWM window manager

    FunOS is a lightweight and minimal GNU/Linux distro, based on Ubuntu LTS. Using the JWM window manager. It comes without Snap.
    Leader badge
    Downloads: 424 This Week
    Last Update:
    See Project
  • 19
    CachyOS

    CachyOS

    Blazingly Fast & Customizable Linux distribution

    ...Desktop Environments: - KDE - CuteFish - i3 - Gnome - Openbox - Wayfire - Xfce - LXQT - bspwm All packages are compiled with Full LTO and other optimization flags. Depending on the march your cpu have it is compiled against x86-64, x86-64-v3 or x86-64-v4. For the Desktop Environment we provide basic theming. In CachyOS-Hello can be also security related packages enabled, like: DNScrypt-proxy Firejail apparmor Security and Performance! https://discord.gg/qJqj94uFwE https://t.me/+zCzPX4cAFjk1MTY
    Leader badge
    Downloads: 5,111 This Week
    Last Update:
    See Project
  • 20
    RichARCH

    RichARCH

    Your concierge creating a Rich experience to Arch

    RichARCH is designed to be a Quick Simpler Path to Arch with automation and ricing options. * Just one command line to start the latest complete installer for Arch. One goal is to only use packages in the basic Arch Linux repos by default with the option to install some non-standard packages. Our hope is that this will help to make Arch Linux more approachable to individual and corporate users. GUIs: Budgie/Cinnamon/Cosmic/Enlightenment/Gnome/Hyprland/KDE/Labwc/LXDE/LXQT/Mate/Niri/River/Sway/XFCE Kernels: linux/linux-cachyos/linux-hardened/linux-lqx/linux-lts/linux-nitrous/linux-tachyon/linux-zen/linux-znver2/linux-znver3/linux-znver4/linux-znver5 Profiles: SecOps/Server/Omarchy/DonArch/HyprVibe/KoolsDots/SaatvikDots/ShellNinja/VaelixdDots More info at: https://download.sourceforge.net/richarch/InstallAndInfo.pdf https://sourceforge.net/projects/richarch/files/README.md/download https://www.youtube.com/watch?...
    Leader badge
    Downloads: 1,344 This Week
    Last Update:
    See Project
  • 21
    linuxhub-prime
    ...you have 20+ environments to choose from. by default the environments are set up with prime customizations. you have the option to install them vanilla (stock) if you prefer. There's even a No Desktop (server mode) option. Included Software... you will get basic software for Audio/Video, Office/Documents, Web Browsing and Image Editing. Software Sources... flatpak, pacman and aur sources Support https://linuxhub.link/donate.php DistroWatch: https://distrowatch.com/table.php?distribution=linuxhub LiveCD us
    Leader badge
    Downloads: 110 This Week
    Last Update:
    See Project
  • 22
    EznixOS

    EznixOS

    EznixOS | Customized Debian Stable

    The EznixOS is a respin of Debian GNU/Linux, currently based on the Debian Stable release. The Debian live-build tool is used to build the ISO and the complete build files are located on the live and installed system in /usr/share/eznix13X There is a link in the home folder of the live and installed system to the build files folder. The current release is eznixOS13X. The numbering scheme is 13 that corresponds to Debian release 13, Trixie, and the X for Xfce, followed by the build date....
    Leader badge
    Downloads: 110 This Week
    Last Update:
    See Project
  • 23
    osolinux

    osolinux

    OsoLinux is a 64-bit Linux operating system built on Fedora.

    ...The development began on August 5, 2014, and has undergone a long period of maintenance and improvement, with certain improvements in speed, display, function, and development environment compared with other distributions, supporting UEFI + GPT operation and installation, including a basic development environment, desktop applications, office software, multimedia applications and design, etc. Osolinux's web page is https://oso.sf.net
    Downloads: 31 This Week
    Last Update:
    See Project
  • 24
    MiniOS

    MiniOS

    Lightweight modular live Linux distribution for use on removable USB.

    ...MiniOS is an excellent choice for creating a mobile workstation, developing specialized systems, or getting to know Linux. A key feature of MiniOS is its modular architecture. You get a basic set of modules and can easily remove, disable, or create your own, customizing the system for specific tasks. This flexibility allows you to build highly specialized configurations, achieving maximum performance by eliminating unnecessary components and integrating the necessary ones. The process of module management is simplified thanks to built-in tools. ...
    Downloads: 118 This Week
    Last Update:
    See Project
  • 25
    Debian Respin iso (12 bookworm)

    Debian Respin iso (12 bookworm)

    Unofficial Debian Respins based on 12 (bookworm) offer Live USB

    Unofficial Debian Live linux distribution runs completely from DVD or Flash disk, and which is also installable on a fixed disk. These re-spins are based on Official Debian Live System.
    Downloads: 25 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB