Search Results for "bootable linux environment container for diskless boot"

Showing 31 open source projects for "bootable linux environment container for diskless boot"

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
    linux-wasm

    linux-wasm

    WebAssembly (Wasm) arch support for the Linux kernel

    linux-wasm is an experimental project that ports the Linux kernel to run directly as a WebAssembly module, enabling a full Linux environment to boot and operate entirely inside a web browser without virtualization or cloud infrastructure. Instead of emulating Linux through a virtual machine, this project compiles the actual kernel for a WebAssembly target, allowing it to execute natively within a Wasm runtime. The system includes essential userland tools provided by BusyBox along with a...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    SkiffOS

    SkiffOS

    Any Linux distribution, anywhere

    SkiffOS is a lightweight, containerized operating system optimized for embedded systems, edge devices, and single-board computers like the Raspberry Pi. It integrates Buildroot and Docker to create minimal, reproducible OS images that boot directly into a containerized user environment. SkiffOS supports running full Linux distros or custom applications in containers, providing both performance and modularity. It’s ideal for IoT deployments, secure kiosk systems, and remote-controlled appliances.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Serverless Java container

    Serverless Java container

    A Java wrapper to run Spring, Spring Boot, Jersey, and other apps

    The AWS Serverless Java Container library is a framework that allows developers to run existing or new Java web applications—built with frameworks such as Spring, Jersey, Spark, Struts—inside AWS Lambda with minimal modifications. It bridges the gap between traditional servlet or web-framework models and serverless functions by mapping HTTP events from API Gateway into requests your framework understands and routing responses back appropriately. This means you can keep much of your familiar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    netboot.xyz

    netboot.xyz

    Your favorite operating systems in one place

    netboot.xyz enables you to boot into many types of operating systems using lightweight tooling to get you up and running as soon as possible. Discover new operating systems without having to download and rewrite media over and over again. Rescue operating systems from a single image. An essential for any sysadmin. netboot.XYZ uses the iPXE project to enable you to provision, rescue, or load into a live boot environment leveraging the Preboot Execution Environment (PXE) on most systems....
    Downloads: 34 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    Freeloader Linux

    Freeloader Linux

    Freeloader Linux is a live bootable distro

    Freeloader is a live Linux distribution to reclaim your PC and privacy. No hard disk required (boot from DVD/USB)
    Leader badge
    Downloads: 104 This Week
    Last Update:
    See Project
  • 6
    Windows (Dockur)

    Windows (Dockur)

    Windows inside a Docker container

    This project makes it surprisingly easy to run a Windows environment inside a Docker container by using a QEMU-based virtual machine under the hood. It provides a turnkey image and a simple set of environment variables so you can select Windows editions, control disk persistence, and access the VM via a web-based VNC console or similar remote viewers. Because the VM is wrapped in Docker, you can treat Windows as a disposable, repeatable service: create, snapshot with volumes, tear down, and...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 7
    MODOS - Linux for USB

    MODOS - Linux for USB

    (Former: G0ll0'Z SmollOS)

    MODOS is a small Debian-based operating system featuring the Cinnamon desktop environment, designed to run directly from a USB drive. Using the Live CD, you can explore the system without installing it, though by default, changes are lost after shutdown or reboot. To enable persistent storage, you can installed with the InstallOS.sh in the Files Section. Key Features: Latest download version: DEBIAN13 Latest runnning version: MODOS DEBIAN13 Cinnamon desktop environment for a modern...
    Leader badge
    Downloads: 522 This Week
    Last Update:
    See Project
  • 8
    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder.

    Vanilla OS Live ISO provides the official live environment and installer for Vanilla OS, a Linux distribution that blends immutability, security, and user-friendliness. Built on Ubuntu with an immutable root file system, Vanilla OS uses ABRoot and Distrobox to offer transactional updates and containerized app environments. The live ISO project enables users to boot and test the OS without installation, and includes the Calamares installer to simplify the setup process. It ensures users can...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 9
    Skywave Linux

    Skywave Linux

    Global Software Defined Radio at Your Fingertips

    Updated 2026/01/24: Turn your PC into the ultimate shortwave radio. Skywave Linux is an X86, 64 bit live environment configured for accessing internet accessible software defined radio receivers. With this operating system, you may tune in popular stations or amateur radio, aeronautical, maritime, or other signals received at remote internet servers around the world. For a live map of the best KiwiSDR and WebSDR servers and a nice "click to tune" interface, Use the installed SDR-Map...
    Leader badge
    Downloads: 101 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
  • 10
    Quarkus
    A Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best-of-breed Java libraries and standards. Quarkus tailors your application for GraalVM and HotSpot. Amazingly fast boot time, incredibly low RSS memory (not just heap size!) offering near-instant scale-up and high-density memory utilization in container orchestration platforms like Kubernetes. We use a technique we call compile-time boot. Combine both the familiar imperative code and the reactive...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    Containerization (Apple)

    Containerization (Apple)

    Containerization is a Swift package for running Linux containers

    This repository provides educational material and sample code that demystify how containerization works and how container components fit together in practice. It walks through the responsibilities of an image format, registry, and runtime, and shows how a minimal runtime can assemble an isolated process with the right filesystem view, environment, and entrypoint. The samples highlight security hardening considerations—such as process isolation, filesystem scoping, and least-privilege...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ThoriumOS

    ThoriumOS

    ChromiumOS fork with Thorium Browser, x264/x265 codecs

    ThoriumOS is an experimental Chromium OS fork maintained by the creator of the Thorium web browser. It is focused on optimizing Chrome OS for performance, developer control, and flexibility, especially on legacy or non-Google hardware. ThoriumOS provides a fast and lightweight desktop environment centered around the Chromium browser, aiming to give users a secure, privacy-respecting, and efficient alternative operating system. The project builds on Chromium OS's open-source base while...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 13
    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: 24 This Week
    Last Update:
    See Project
  • 14
    Microsandbox

    Microsandbox

    Secure local-first microVM sandbox for running untrusted code fast

    Microsandbox is an open source platform designed to securely execute untrusted code in isolated environments using lightweight virtualization techniques. It focuses on combining strong security guarantees with fast startup times by leveraging hardware-level microVM isolation instead of relying solely on traditional containers or full virtual machines. It aims to solve the common tradeoffs between speed, isolation, and control that developers encounter when running untrusted workloads. It...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    nwg-iso

    nwg-iso

    Arch Linux ISO with nwg-shell for sway and Hyprland

    The nwg-iso project provides an ISO image built with archiso, with additions to ensure a simple way to install Arch Linux, sway & Hyprland Wayland compositors and the nwg-shell toolbox. The live environment comes with Hyprland and sway session, so that you can test compositors and the shell before installation. It also contains the 'installer' command, which is a simplified version of the interactive installation with the archinstall script. Some must have stuff has already been...
    Leader badge
    Downloads: 101 This Week
    Last Update:
    See Project
  • 16
    distroClone

    distroClone

    distroClone Universal Live ISO Builder for Debian-based distributions

    distroClone **Universal Live ISO Builder for Debian-based distributions** DistroClone creates a bootable live ISO image from any running Debian-based system, preserving the current configuration, installed packages, desktop theme, and user settings. The resulting ISO includes the Calamares installer for permanent installation on other machines. Installation From .deb package (recommended) sudo apt install -y yad sudo apt install -y ./distroClone_1.3.4_all.deb #...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 17
    WinToLinux-Migration

    WinToLinux-Migration

    Assistant de migration Windows → Linux. Simple, Windows

    🇫🇷 Description (FR) WintoLinux est un assistant de migration Windows → Linux, simple, guidé et accessible à tous. Il propose un workflow complet : sauvegarde, choix de distribution, création de clé USB bootable, installation, et restauration. Le projet s’appuie sur des distributions fiables comme SpiralLinux, Bazzite, et d’autres systèmes modernes validés en amont. WintoLinux vise à offrir une transition fluide, sécurisée et professionnelle vers Linux. 🇬🇧 Description...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GaryOS

    GaryOS

    GaryOS is an entire GNU/Linux system in a single bootable file

    GaryOS is an entire GNU/Linux system in a single bootable file. It is also a Builder system to create and package Gentoo installations. Builder creates custom root filesystems that GaryOS can load into memory in place of its own. GaryOS can build new or updated versions of itself from within itself. Primary uses: * System rescue and recovery * Anonymous and secure workstation * GNU/Linux learning environment * Installation of Gentoo Unique advantages: * Source-based distributions are more flexible and powerful than binary ones * A single Kernel file is easier to manage and boot than an ISO image * GaryOS is stored on media as a resident of it, not the purpose of it No other GNU/Linux distribution takes the same approach or has the same features as GaryOS.
    Leader badge
    Downloads: 291 This Week
    Last Update:
    See Project
  • 19
    mkg

    mkg

    MKG automatically authors Gentoo GNU/Linux installers

    MKG automates the installation of the Gentoo GNU/Linux distribution. It follows the official AMD64 install handbook, with a limited number of configuration options. It creates a desktop platform compiled out of the latest available sources in the stable branch. MKG can install Gentoo on a device, and/or create an installation ISO file that holds on a single DVD. MKG also backs up any device into a recovery medium. The output is a direct install to disk and/or an...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Kotless

    Kotless

    Kotlin Serverless Framework

    Kotless stands for Kotlin serverless framework. Its focus lies in reducing the routine of serverless deployment creation by generating it straight from the code of the application itself. So, simply speaking, Kotless gives you one magic button to deploy your Web application as a serverless application on AWS and Azure. Kotless is able to deploy existing Spring Boot or Ktor applications to AWS serverless platform. To do it, you'll need to set up a plugin and replace the existing dependency...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Diskless Remote Boot in Linux (DRBL)
    DRBL provides diskless or systemless environment. It uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partition and disk cloning utility similar to Ghost.
    Leader badge
    Downloads: 296 This Week
    Last Update:
    See Project
  • 22
    Pearl Pantheon 7.1

    Pearl Pantheon 7.1

    Pearl on the Pantheon DE with KODI + the Pearl GNOME Session

    Pearl's first Pantheon release. The Pearl 7.1 base (18.04) is where this version starts but has many familiar features the folks familiar with Elementary OS and will feel at home but not quite because as Usual we like to twist it up a bit. The just released of Elementary OS is great and now the Pearl Linux version of Elementary OS with the standard Pearl defaults including compiz for desktop effects available threw the Pearl Window Manager Switcher. For updates we chose to not use the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Darch

    Darch

    A tool for building and booting stateless and immutable images

    darch (Docker Arch) is a container-based Linux image building and booting system that leverages Docker for building root filesystems and bootable images. It allows users to define system images as Dockerfiles, making Linux operating system builds reproducible, modular, and easily maintainable. darch images are booted via a custom initramfs and are ideal for creating immutable systems or quickly spinning up specialized environments without traditional installation steps.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    MorpheusArch-lxqt

    MorpheusArch-lxqt

    Data recovery linux distribution with LXQt DE

    DOCUMENTATION CAN BE FOUND HERE: https://github.com/MorpheusArch/morpheusarchdocs/blob/master/MorpheusArchDocumentation-converted.pdf This linux distribution is loaded with photorec and testdisk, ddrescue and other data recovery tools so you can recover 400+ file types. All you need to do is create a bootable USB stick / CD and log in as: username: morpheus password: arch Please also check out the wiki: https://sourceforge.net/p/morpheusarch-lxqt/wiki/Home/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    NodeOS

    NodeOS

    Lightweight operating system using Node.js as userspace

    ...The goal of NodeOS is to provide just enough to let npm provide the rest. Since anyone can contribute to it, anyone can create NodeOS packages. NodeOS is a Node.js based operating system, built-off of the Linux kernel. Core development is being done in layers. There could be some differences to adjust better to each target platform, but the general structure is barebones custom Linux kernel with an initramfs that boots to a Node.js REPL, initramfs Initram environment to mount the users partition & boot the system, and usersfs multi-user environment with the same behaviour of traditional OSes. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB