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
·

6 Repos

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

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

    php/frankenphp

    11,151Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,151
  • ridiculousfish/hexfiendAvatar von ridiculousfish

    ridiculousfish/HexFiend

    5,861Auf GitHub ansehen↗

    A fast and clever hex editor for macOS

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

    Objective-C
    Auf GitHub ansehen↗5,861
  • hexfiend/hexfiendAvatar von HexFiend

    HexFiend/HexFiend

    5,859Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,859
  • qor/qorAvatar von qor

    qor/qor

    5,345Auf GitHub ansehen↗

    Qor ist ein Go-Admin-Framework und Backend-Toolkit, das für den Aufbau administrativer Interfaces, Headless-Content-Management-Systeme und REST-API-Generatoren verwendet wird. Es bietet eine strukturierte Umgebung für die Implementierung von Business-Application-Backends und ist auf die Verwaltung strukturierter Inhalte und Medien-Assets spezialisiert. Das Projekt zeichnet sich durch umfassendes, mehrsprachiges Content-Management aus, das locale-basierte Datenversionierung und ein dediziertes System für Internationalisierung und Übersetzungsverwaltung bietet. Es differenziert sich zudem durch eine integrierte Zustandsautomaten-Implementierung (State Machine) für die Automatisierung von Geschäftsprozessen und einen Content-Staging-Workflow zur Überprüfung von Änderungen vor der Veröffentlichung. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich rollenbasierter Zugriffskontrolle, Sitzungsmanagement und Planung von Hintergrundjobs. Die Datenverwaltung umfasst CRUD-Handler-Overrides, Beziehungsmanagement und ein metadatengesteuertes UI, das Dashboards und Formulareingaben basierend auf Backend-Ressourcendefinitionen generiert. Zudem bietet es Tools für die RESTful-API-Generierung mit Unterstützung für Content-Negotiation und verschachtelte Endpunkte. Das System ermöglicht Bereitstellungsoptimierung, indem HTML-Templates direkt in die Go-Anwendungs-Binary kompiliert werden, um Dateisystemabhängigkeiten zu entfernen.

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

    Goadminapicms
    Auf GitHub ansehen↗5,345
  • goravel/goravelAvatar von goravel

    goravel/goravel

    4,749Auf GitHub ansehen↗

    Goravel ist ein voll ausgestattetes Entwicklungs-Scaffold und Framework für die Erstellung von Webanwendungen, REST-APIs und gRPC-Diensten mit der Programmiersprache Go. Es implementiert eine Model-View-Controller-Architektur und bietet ein umfassendes Toolkit für leistungsstarke RPC-Server und -Clients. Das Framework zeichnet sich durch sein umfangreiches integriertes Ökosystem aus, das einen flüssigen Object-Relational-Mapper (ORM) für die Datenbankverwaltung und ein dediziertes CLI-Toolkit für administrative Automatisierung und Projekt-Scaffolding umfasst. Es verfügt über eine treiberbasierte Dienstabstraktion, die es Entwicklern ermöglicht, Speicher-, Cache- und Session-Backends auszutauschen, ohne die Anwendungslogik zu ändern. Die Plattform deckt ein breites Spektrum an Anwendungsfunktionen ab, darunter asynchrone Aufgabenverarbeitung mit verteilten Queues, sicheres Identitätsmanagement mittels tokenbasierter Authentifizierung sowie eine robuste Sicherheitsschicht mit Verschlüsselung und Zugriffskontrolle. Sie bietet zudem Tools für Content-Lokalisierung, Template-Rendering und eine automatisierte Testinfrastruktur mit Dependency-Mocking.

    Compiles translation and localization files directly into the application binary.

    Goapiframeworkgo
    Auf GitHub ansehen↗4,749
  • cloudius-systems/osvAvatar von cloudius-systems

    cloudius-systems/osv

    4,253Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,253
  1. Home
  2. Hardware & IoT
  3. Binary-Embedded File Systems
  4. Application Binary Embedding

Unter-Tags erkunden

  • 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.