awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesCross-Platform Executable Packagers

Tools that compile code into distributable binaries for multiple operating systems.

Distinct from Binary Package Generators: Specifically targets the creation of multi-OS standalone binaries from prototypes, not just general package generation.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Cross-Platform Executable Packagers. Refine with filters or upvote what's useful.

Awesome Cross-Platform Executable Packagers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zeit/pkgAvatar de zeit

    zeit/pkg

    24,366Voir sur GitHub↗

    pkg is a Node.js executable packager and cross-platform binary compiler. It bundles a project and its dependencies into a single standalone executable file that runs without a pre-installed runtime on the target machine. The tool uses a virtual filesystem bundler to embed project assets and native modules into a binary snapshot. It includes a bytecode obfuscator that compiles source code into bytecode to prevent the extraction of raw logic. The project supports cross-platform distribution, allowing the generation of binaries for different operating systems and architectures from a single hos

    Compiles code into distributable standalone binaries for multiple operating systems from a single host.

    JavaScript
    Voir sur GitHub↗24,366
  • electron/fiddleAvatar de electron

    electron/fiddle

    7,736Voir sur GitHub↗

    Fiddle is an interactive API reference tool and playground environment for the Electron platform. It serves as a project prototyper and sandbox where users can explore, draft, and test application logic without the need to manually set up a full project structure. The tool distinguishes itself by allowing users to compile prototype experiments into distributable standalone binaries for Windows, macOS, and Linux. It also provides a mechanism to export these experiments into standalone project folders for continued development in a professional integrated development environment. The environme

    Compiles prototype experiments into distributable standalone binaries for Windows, macOS, and Linux.

    TypeScriptdesktopelectronhacktoberfest
    Voir sur GitHub↗7,736
  • processing/processingAvatar de processing

    processing/processing

    6,487Voir sur GitHub↗

    Processing is a creative coding environment and Java graphics library designed for writing visual sketches that produce interactive 2D and 3D graphics and animations. It runs on the Java Virtual Machine, using an OpenGL-based hardware-accelerated rendering pipeline, and operates on a sketch-based execution model where programs run as continuous loops of setup and draw functions with event-driven input handling for keyboard, mouse, and window interactions. The environment distinguishes itself as a cross-platform sketch tool that runs visual programs unchanged on desktop, web, Android, and Rasp

    Bundles sketches into standalone executables for distribution on different operating systems.

    Java
    Voir sur GitHub↗6,487
  • maximegris/angular-electronAvatar de maximegris

    maximegris/angular-electron

    5,725Voir sur GitHub↗

    Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining Angular's web framework with Electron's native runtime. It produces cross-platform executables for Windows, macOS, and Linux from a single codebase, while providing a development server with hot reload that automatically refreshes the Electron renderer process when Angular source files change. The project handles the architectural complexity of running Angular inside Electron by separately bundling Node.js modules for the main process and Angular modules for the renderer proces

    Creates platform-specific installable binaries for Linux, Windows, and Mac.

    TypeScript
    Voir sur GitHub↗5,725
  1. Home
  2. DevOps & Infrastructure
  3. Distribution and Packaging
  4. Software Distribution
  5. Compiled Binaries
  6. Binary Packaging Scripts
  7. Binary Package Generators
  8. Cross-Platform Executable Packagers