awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • bottlerocket-os/bottlerocketAvatar de bottlerocket-os

    bottlerocket-os/bottlerocket

    9,624Voir sur 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
    Voir sur GitHub↗9,624
  • fbelavenuto/arplAvatar de fbelavenuto

    fbelavenuto/arpl

    7,307Voir sur 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
    Voir sur GitHub↗7,307
  • home-assistant/operating-systemAvatar de home-assistant

    home-assistant/operating-system

    7,222Voir sur 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
    Voir sur GitHub↗7,222
  • raspberrypi/documentationAvatar de raspberrypi

    raspberrypi/documentation

    5,575Voir sur 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
    Voir sur GitHub↗5,575
  1. Home
  2. Operating Systems & Systems Programming
  3. OS Version Updates

Explorer les sous-tags

  • 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 sous-tagMechanisms 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.