awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesOS Version Updates

Processes for updating the core operating system version on a running host.

Distinct from Cluster Version Updaters: Existing candidates focus on package dependencies or cluster-wide software, not the underlying OS image update.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · OS Version Updates. Refine with filters or upvote what's useful.

Awesome OS Version Updates GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bottlerocket-os/bottlerocketAvatar de bottlerocket-os

    bottlerocket-os/bottlerocket

    9,624Ver en GitHub↗

    Bottlerocket is a container-optimized operating system and minimal Linux distribution designed specifically for hosting container workloads. It functions as an immutable infrastructure OS, utilizing a read-only root filesystem and atomic partition swapping to ensure consistent and reversible system updates. The system is distinguished by an API-driven host manager that replaces traditional shell-based configuration with a local REST API for administrative tasks. To maintain security and stability, it employs a dual-runtime isolation model that separates workload runtimes from system operation

    Supports in-place updates to newer operating system versions while preserving the current variant configuration.

    Rustcontainerslinuxoperating-system
    Ver en GitHub↗9,624
  • fbelavenuto/arplAvatar de fbelavenuto

    fbelavenuto/arpl

    7,307Ver en GitHub↗

    Arpl is a bootloader manager and custom kernel loader for network attached storage devices. It provides a network boot environment to automate the fetching, flashing, and installation of modified operating systems and kernels onto hardware storage. The project distinguishes itself through a remote management suite that exposes bootloader controls via a web browser, secure shell connection, or local terminal. It utilizes RSS feeds to automate the retrieval of the latest system images and version metadata for online updates. The system handles hardware boot configuration by mapping network int

    Uses RSS feeds to automate the retrieval of the latest system images and version metadata for online updates.

    Shell
    Ver en GitHub↗7,307
  • home-assistant/operating-systemAvatar de home-assistant

    home-assistant/operating-system

    7,222Ver en GitHub↗

    This project is a Buildroot-based Linux distribution and embedded home server operating system designed to host containerized home automation services. It serves as a dedicated platform that manages the hardware and software requirements of a local smart home hub. The system is built as an immutable operating system, utilizing a read-only root filesystem and image-based updates to ensure consistent versioning and prevent accidental changes. It employs container-based process isolation to decouple applications from the core operating system. The platform provides a supervised container manage

    Implements image-based updates that replace the entire operating system partition for consistent versioning.

    Pythonbuildrootdockerhacktoberfest
    Ver en GitHub↗7,222
  • raspberrypi/documentationAvatar de raspberrypi

    raspberrypi/documentation

    5,575Ver en GitHub↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Documents creating a clean installation on new boot media to move to a newer OS version.

    Pythonasciidocdocumentationraspberry-pi
    Ver en GitHub↗5,575
  1. Home
  2. Operating Systems & Systems Programming
  3. OS Version Updates

Explorar subetiquetas

  • Edition ConversionAdding or removing desktop packages to switch between command-line and graphical OS versions. **Distinct from OS Version Updates:** Distinct from OS Version Updates: focuses on converting between OS editions (desktop vs. lite), not version upgrades.
  • Image-Based Update Fetching1 sub-etiquetaMechanisms for retrieving the latest system images and version metadata via feeds to automate OS updates. **Distinct from OS Version Updates:** Specifically covers the retrieval of full system images via RSS feeds, distinct from general version update processes.