awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • php/frankenphpphp का अवतार

    php/frankenphp

    11,151GitHub पर देखें↗

    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/hexfiendridiculousfish का अवतार

    ridiculousfish/HexFiend

    5,861GitHub पर देखें↗

    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/hexfiendHexFiend का अवतार

    HexFiend/HexFiend

    5,859GitHub पर देखें↗

    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/qorqor का अवतार

    qor/qor

    5,345GitHub पर देखें↗

    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/goravelgoravel का अवतार

    goravel/goravel

    4,749GitHub पर देखें↗

    Goravel Go प्रोग्रामिंग भाषा का उपयोग करके वेब एप्लिकेशन, REST API और gRPC सेवाएं बनाने के लिए एक पूर्ण-विशेषीकृत डेवलपमेंट स्कैफोल्ड और फ्रेमवर्क है। यह मॉडल-व्यू-कंट्रोलर आर्किटेक्चर को लागू करता है और उच्च-प्रदर्शन रिमोट प्रोसीजर कॉल सर्वर्स और क्लाइंट्स के लिए एक व्यापक टूलकिट प्रदान करता है। यह फ्रेमवर्क अपने व्यापक एकीकृत इकोसिस्टम द्वारा प्रतिष्ठित है, जिसमें डेटाबेस मैनेजमेंट के लिए एक फ्लुएंट ऑब्जेक्ट-रिलेशनल मैपर और प्रशासनिक ऑटोमेशन और प्रोजेक्ट स्कैफोल्डिंग के लिए एक समर्पित कमांड-लाइन इंटरफ़ेस टूलकिट शामिल है। इसमें एक ड्राइवर-आधारित सर्विस एब्स्ट्रैक्शन है जो डेवलपर्स को एप्लिकेशन लॉजिक को बदले बिना स्टोरेज, कैश और सेशन बैकएंड को स्वैप करने की अनुमति देता है। यह प्लेटफ़ॉर्म एप्लिकेशन क्षमताओं की एक विस्तृत सतह को कवर करता है, जिसमें डिस्ट्रीब्यूटेड क्यूज़ के साथ एसिंक्रोनस टास्क प्रोसेसिंग, टोकन-आधारित प्रमाणीकरण के माध्यम से सुरक्षित आइडेंटिटी मैनेजमेंट, और एन्क्रिप्शन और एक्सेस कंट्रोल के साथ एक मजबूत सुरक्षा परत शामिल है। यह कंटेंट लोकलाइजेशन, टेम्पलेट रेंडरिंग और डिपेंडेंसी मॉकिंग के साथ एक ऑटोमेटेड टेस्टिंग इंफ्रास्ट्रक्चर के लिए टूल्स भी प्रदान करता है।

    Compiles translation and localization files directly into the application binary.

    Goapiframeworkgo
    GitHub पर देखें↗4,749
  • cloudius-systems/osvcloudius-systems का अवतार

    cloudius-systems/osv

    4,253GitHub पर देखें↗

    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.