awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

7 repositorios

Awesome GitHub RepositoriesImmutable Package Archives

Bundling application definitions into versioned, immutable archives for reproducible distribution.

Distinct from Versioned Package Managers: Focuses on the immutability and bundling of the package for distribution, not just version management

Explore 7 awesome GitHub repositories matching development tools & productivity · Immutable Package Archives. Refine with filters or upvote what's useful.

Awesome Immutable Package Archives GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • helm/chartsAvatar de helm

    helm/charts

    15,425Ver en GitHub↗

    This repository serves as a curated collection of software packages for Kubernetes application deployment and package management. Its primary purpose is to provide a standardized set of predefined application configurations to ensure consistent software installations across different clusters. The project focuses on maintaining version compatibility and providing a reliable source of verified packages. This allows for a standardized cluster setup by simplifying the installation and versioning of software on a container orchestration platform.

    Bundles application definitions into immutable, versioned archives to ensure reproducible deployments across environments.

    Go
    Ver en GitHub↗15,425
  • wasm-bindgen/wasm-packAvatar de wasm-bindgen

    wasm-bindgen/wasm-pack

    7,207Ver en GitHub↗

    wasm-pack is a build tool and workflow orchestrator for compiling Rust code to WebAssembly. It coordinates the compilation process and generates the JavaScript glue code required to execute Rust logic within web browsers and server-side runtimes. The tool manages binary optimization to reduce file sizes and improve execution speed. It also functions as a package manager, bundling compiled WebAssembly modules into archives compatible with JavaScript registries and bundlers. The project covers language interoperability through the automatic generation of TypeScript type definitions. It further

    Creates distributable tarball archives from the compiled directory for manual sharing or deployment.

    Rust
    Ver en GitHub↗7,207
  • lxc/lxdAvatar de lxc

    lxc/lxd

    5,554Ver en GitHub↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Separates metadata and root filesystem into two tarballs for reuse of existing rootfs.

    Go
    Ver en GitHub↗5,554
  • sublimehq/package_controlAvatar de sublimehq

    sublimehq/package_control

    4,876Ver en GitHub↗

    Package Control es un gestor de paquetes para el editor Sublime Text diseñado para descubrir, instalar y actualizar extensiones y plugins. Utiliza un sistema de repositorios basado en JSON para rastrear versiones de paquetes y URLs de origen, proporcionando un framework para gestionar la funcionalidad extendida del editor. El sistema se integra con sistemas de control de versiones para permitir que los plugins se clonen directamente, facilitando modificaciones a nivel de código fuente y actualizaciones rastreadas. Además, proporciona un mecanismo para la sincronización de configuraciones multiplataforma, manteniendo conjuntos consistentes de paquetes instalados y ajustes en diferentes sistemas operativos. La herramienta cubre una amplia gama de capacidades de gestión, incluyendo la resolución automática de dependencias, la activación/desactivación del estado de los paquetes y la capacidad de sobrescribir archivos de paquetes a través de un directorio de usuario dedicado. También incluye utilidades para que los desarrolladores de plugins empaqueten binarios, validen metadatos y publiquen extensiones en repositorios personalizados. El software admite la configuración de proxy de red para enrutar solicitudes a través de puertas de enlace seguras y proporciona la generación de registros de depuración para diagnosticar fallos técnicos.

    Compresses a package directory into a distributable archive file with configurable inclusions.

    Python
    Ver en GitHub↗4,876
  • jupyterlite/jupyterliteAvatar de jupyterlite

    jupyterlite/jupyterlite

    4,840Ver en GitHub↗

    JupyterLite es un entorno de notebooks interactivos basado en WebAssembly que permite la computación en el navegador sin necesidad de un servidor backend. Proporciona un sandbox de ciencia de datos del lado del cliente donde los usuarios pueden ejecutar kernels de lenguajes de programación y ejecutar notebooks interactivos completamente dentro del navegador web. El proyecto permite la creación de distribuciones personalizadas mediante la preinstalación de paquetes de lenguaje específicos, la inclusión de wheels personalizados y la aplicación de configuraciones de entorno. Admite la generación de sitios estáticos que pueden desplegarse en cualquier host HTTP estándar, incluyendo la capacidad de empaquetar el entorno en un archivo para acceso sin conexión. La plataforma cubre una amplia gama de capacidades, incluyendo la sincronización del sistema de archivos virtual con el almacenamiento del navegador, el aislamiento basado en web-workers para interfaces responsivas y la incrustación de REPLs interactivos en páginas web mediante iframes. También incluye un conjunto de utilidades de línea de comandos para la automatización de la construcción del sitio, verificación de integridad y gestión de servidores de desarrollo local.

    Compresses the output directory into portable archive files for offline distribution or baseline use.

    TypeScriptjupyterjupyterlabjupyterlab-extension
    Ver en GitHub↗4,840
  • lxc/incusAvatar de lxc

    lxc/incus

    4,893Ver en GitHub↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Accepts images as unified or split tarballs with support for multiple compression algorithms.

    Gocloudcontainershacktoberfest
    Ver en GitHub↗4,893
  • ddosolitary/lxrunofflineAvatar de DDoSolitary

    DDoSolitary/LxRunOffline

    4,264Ver en GitHub↗

    LxRunOffline is a command line utility for managing the lifecycle of Windows Subsystem for Linux environments. It functions as a distribution manager and orchestrator used to install, register, and configure Linux environments. The tool provides capabilities for exporting, importing, and duplicating filesystems and configurations. It enables the relocation of environments to different drive locations or directories and allows for the creation of compressed archives to facilitate backup and portability. Beyond migration, the utility covers environment orchestration through the execution of co

    Packages a Linux environment into a compressed archive file for portability and distribution.

    C++bashbash-on-windowsinstaller
    Ver en GitHub↗4,264
  1. Home
  2. Development Tools & Productivity
  3. Versioned Package Managers
  4. Immutable Package Archives

Explorar subetiquetas

  • Distribution ArchivesCompressing package directories into versioned archives for hosting on repositories. **Distinct from Immutable Package Archives:** Focuses on the act of archive creation for distribution rather than the immutability of the archive.
  • Distribution Tarballs1 sub-etiquetaCreation of compressed archives containing compiled binaries and assets for manual deployment. **Distinct from Immutable Package Archives:** Focuses on simple tarball packaging for manual sharing rather than immutable versioned archives