awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesZero-Dependency Binary Distributions

Packaging a full runtime environment and application into a single binary to remove all external dependencies.

Distinct from Zero-Dependency Libraries: More specific than general zero-dependency libraries; specifically covers the distribution of an entire environment as a binary.

Explore 1 awesome GitHub repository matching software engineering & architecture · Zero-Dependency Binary Distributions. Refine with filters or upvote what's useful.

Awesome Zero-Dependency Binary Distributions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nilsirl/dockercالصورة الرمزية لـ NilsIrl

    NilsIrl/dockerc

    4,909عرض على GitHub↗

    dockerc is a container image compiler that converts OCI-compliant images into standalone executable binaries. It functions as a containerless application distributor, enabling the deployment of containerized workloads as single files that run without requiring a container runtime on the host system. The system achieves zero-dependency distribution by flattening container image layers and embedding the root filesystem as a data blob within the resulting static binary. It uses a shim-based process execution model to simulate the container environment and provides a mechanism to expose internal

    Packages the entire runtime environment and application into one executable to remove reliance on external image registries.

    Zigcontainersdockeroci
    عرض على GitHub↗4,909
  1. Home
  2. Software Engineering & Architecture
  3. Zero-Dependency Libraries
  4. Zero-Dependency Binary Distributions