awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesBinary Cache Uploads

Pushing pre-built binary artifacts to a remote cache daemon for accelerated environment distribution.

Distinct from Binary Cache Managers: Focuses specifically on the upload phase of binary caching for development toolchains

Explore 4 awesome GitHub repositories matching development tools & productivity · Binary Cache Uploads. Refine with filters or upvote what's useful.

Awesome Binary Cache Uploads GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cachix/devenvAvatar von cachix

    cachix/devenv

    7,005Auf GitHub ansehen↗

    Devenv is a Nix-based development environment manager that provides declarative definitions for reproducible shells and toolchains. It functions as a declarative task runner for executing dependency-aware pipelines and a service orchestration tool for supervising background processes. The project distinguishes itself by generating OCI container images directly from environment definitions without requiring a separate container engine. It also implements the Model Context Protocol to expose project context and package search to AI agents, and supports AI-assisted scaffolding to generate config

    Uploads pre-built environment binaries to a remote daemon using a specific wire format.

    Rustdeveloper-toolsdevenvnix
    Auf GitHub ansehen↗7,005
  • tuist/tuistAvatar von tuist

    tuist/tuist

    5,527Auf GitHub ansehen↗

    Tuist is a Swift manifest–based project manager for Xcode projects. It replaces manual Xcode project file editing with a declarative Swift DSL where build targets, settings, and dependencies are defined in code. The tool then generates Xcode workspaces and projects from that manifest, and can bootstrap new projects with a given platform target and initial structure. Beyond generation and scaffolding, Tuist provides a command-line build capability that compiles Apple platform projects without launching Xcode. It resolves the dependency graph between targets, detects cycles, and determines buil

    Ships a content-addressed cache that uploads prebuilt XCFramework bundles to remote storage for team reuse.

    Swiftiosobjective-cproductivity
    Auf GitHub ansehen↗5,527
  • nixos/nix.devAvatar von NixOS

    NixOS/nix.dev

    3,630Auf GitHub ansehen↗

    This project provides a functional package manager and a reproducible build system designed to ensure identical build inputs always produce the same outputs. It serves as the foundation for a declarative Linux distribution where the entire system state is defined in a configuration file, enabling predictable deployments and full-system rollbacks. The system uses a deterministic functional language and a lazy-evaluation expression engine to manage software dependencies and isolate build environments. It distinguishes itself through a content-addressable store that allows multiple versions of s

    Hosts pre-built objects on a network server to share artifacts and eliminate redundant compilation across different machines.

    Nixcookbookdocumentationlearning
    Auf GitHub ansehen↗3,630
  • thzoria/nx_firmwareAvatar von THZoria

    THZoria/NX_Firmware

    3,546Auf GitHub ansehen↗

    NX_Firmware is a binary repository manager and firmware distribution server designed to store and serve versioned system update files to hardware devices. It functions as a stateless file host that organizes compiled firmware binaries in a structured directory for automated retrieval via a REST API. The system maps specific firmware builds to compatible hardware revisions using schema-based metadata. It utilizes a flat-file asset hosting model, serving binary blobs directly from the filesystem to avoid the overhead of a database management system. The server handles hardware version control

    Serves large compiled firmware blobs directly from a structured filesystem via a lightweight stateless REST API.

    Python
    Auf GitHub ansehen↗3,546
  1. Home
  2. Development Tools & Productivity
  3. Binary Cache Managers
  4. Binary Cache Uploads

Unter-Tags erkunden

  • Binary Cache DistributionsMechanisms for sharing and distributing pre-compiled build artifacts via remote servers. **Distinct from Binary Cache Uploads:** Broadens the scope from just uploading (mt4) to the full distribution mechanism of binary caches.
  • Binary Cache HostingServer-side infrastructure for storing and serving pre-compiled build artifacts. **Distinct from Binary Cache Uploads:** Focuses on the hosting/server side of the cache, whereas Binary Cache Uploads focuses on the client-side push.
  • Stateless Binary HostingServing compiled binary blobs via a stateless API directly from a structured filesystem. **Distinct from Binary Cache Hosting:** Focuses on the stateless nature of the hosting server rather than just acting as a build artifact cache.
  • XCFramework Cache UploadsUploads precompiled XCFramework bundles to a remote cache for team-wide reuse. **Distinct from Binary Cache Uploads:** Distinct from Binary Cache Uploads: focuses on Apple XCFramework bundles specifically, not generic binary artifacts.