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

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

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

6 مستودعات

Awesome GitHub RepositoriesApplication Binary Embedding

Bundling application source files directly into an executable binary for extraction at startup.

Distinct from Binary-Embedded File Systems: Focuses on embedding the entire application for deployment, not just static assets for a filesystem.

Explore 6 awesome GitHub repositories matching hardware & iot · Application Binary Embedding. Refine with filters or upvote what's useful.

Awesome Application Binary Embedding GitHub Repositories

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

    php/frankenphp

    11,151عرض على GitHub↗

    FrankenPHP is a Go-based PHP runtime and application server that integrates a web server and PHP interpreter to host applications without requiring a separate process manager. It functions as a worker mode server that keeps applications in memory across requests to eliminate bootstrap overhead and a static binary bundler that packages applications and the server into a single self-contained executable. The project distinguishes itself by allowing the embedding of a PHP runtime directly into Go programs and enabling the development of PHP extensions using the Go language. It also includes a bu

    Bundles PHP applications directly into the server binary for self-contained deployment.

    Gocaddyfrankenphpgo
    عرض على GitHub↗11,151
  • ridiculousfish/hexfiendالصورة الرمزية لـ ridiculousfish

    ridiculousfish/HexFiend

    5,861عرض على GitHub↗

    A fast and clever hex editor for macOS

    Provides a permissively licensed framework for embedding hex or data views into macOS apps.

    Objective-C
    عرض على GitHub↗5,861
  • hexfiend/hexfiendالصورة الرمزية لـ HexFiend

    HexFiend/HexFiend

    5,859عرض على GitHub↗

    HexFiend is a native macOS hex editor designed for opening and editing binary files of any size without loading them entirely into memory. It uses a 64-bit addressable data model with memory-mapped file access, enabling navigation of multi-gigabyte files while maintaining byte-level undo for insert and delete operations. The editor distinguishes itself through a diff algorithm for binary file comparison that accounts for insertions and deletions, and a template-based structure parsing system that uses user-defined scripts to visualize binary file layouts. It also includes a typed data interpr

    Provides a permissively licensed framework for embedding hex or data views into macOS applications.

    Objective-C
    عرض على GitHub↗5,859
  • qor/qorالصورة الرمزية لـ qor

    qor/qor

    5,345عرض على GitHub↗

    Qor is a Go admin framework and backend toolkit used for building administrative interfaces, headless content management systems, and REST API generators. It provides a structured environment for implementing business application backends, specializing in the management of structured content and media assets. The project distinguishes itself through comprehensive multi-language content management, featuring locale-based data versioning and a dedicated system for internationalization and translation administration. It further differentiates its offering with a built-in state machine implementa

    Compiles HTML templates directly into the Go application binary to remove filesystem dependencies during deployment.

    Goadminapicms
    عرض على GitHub↗5,345
  • goravel/goravelالصورة الرمزية لـ goravel

    goravel/goravel

    4,749عرض على GitHub↗

    Goravel هو هيكل تطوير متكامل وإطار عمل لبناء تطبيقات الويب، وREST APIs، وخدمات gRPC باستخدام لغة البرمجة Go. ينفذ معمارية النموذج-العرض-المتحكم (MVC) ويوفر مجموعة أدوات شاملة لخوادم وعملاء استدعاء الإجراءات البعيدة (RPC) عالية الأداء. يتميز إطار العمل بنظامه البيئي المتكامل الواسع، والذي يتضمن أداة تعيين كائنات علائقية (ORM) سلسة لإدارة قواعد البيانات ومجموعة أدوات واجهة سطر أوامر مخصصة لأتمتة الإدارة وهيكلة المشاريع. يتميز بتجريد الخدمة القائم على المحركات (Driver-based) الذي يسمح للمطورين بتبديل التخزين، وذاكرة التخزين المؤقت، وخلفيات الجلسات دون تغيير منطق التطبيق. تغطي المنصة سطحاً واسعاً من قدرات التطبيقات، بما في ذلك معالجة المهام غير المتزامنة مع الطوابير الموزعة، وإدارة الهوية الآمنة عبر المصادقة القائمة على الرموز (Tokens)، وطبقة أمان قوية مع التشفير والتحكم في الوصول. كما توفر أدوات لتوطين المحتوى، وعرض القوالب، وبنية تحتية للاختبار المؤتمت مع محاكاة التبعيات.

    Compiles translation and localization files directly into the application binary.

    Goapiframeworkgo
    عرض على GitHub↗4,749
  • cloudius-systems/osvالصورة الرمزية لـ cloudius-systems

    cloudius-systems/osv

    4,253عرض على GitHub↗

    OSV is a unikernel operating system and cloud-native execution environment designed to run as a secure microVM on hypervisors such as KVM, Firecracker, Xen, and VMware. It functions as a Linux binary compatible runtime, allowing unmodified Linux binaries to be executed as secure microVMs without requiring recompilation. The project distinguishes itself through its ability to package applications into minimal bootable images and its provide of a virtual machine management API. This REST interface enables remote monitoring of system health, management of execution traces, and control over guest

    Provides the ability to embed application binaries directly into the loader image to simplify the boot process.

    C
    عرض على GitHub↗4,253
  1. Home
  2. Hardware & IoT
  3. Binary-Embedded File Systems
  4. Application Binary Embedding

استكشف الوسوم الفرعية

  • Template Binary EmbeddingCompiling HTML templates directly into an application binary to eliminate external filesystem dependencies. **Distinct from Application Binary Embedding:** Specific to the compilation of UI templates into binaries rather than general application source embedding.
  • Translation Asset EmbeddingCompiling translation and localization files into the executable binary. **Distinct from Application Binary Embedding:** Focuses specifically on embedding language assets for internationalization rather than general application source files.
  • macOS Binary Data EmbeddingFrameworks for embedding hex or data views into macOS applications. **Distinct from Application Binary Embedding:** Distinct from Application Binary Embedding: focuses on embedding data views for display, not bundling application source files into a binary.