awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesPlatform Executable Generators

Tools that merge application archives with binaries to produce platform-specific executable files.

Distinguishing note: None of the PaaS candidates cover the local creation of native executables from archives.

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

Awesome Platform Executable Generators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nwjs/nw.jsAvatar de nwjs

    nwjs/nw.js

    41,183Ver en GitHub↗

    nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build standalone software for Windows, macOS, and Linux. It serves as a cross-platform desktop runtime that allows developers to create native executables using web technologies. The project is distinguished by its integration layer that exposes Node.js system APIs and modules directly to the browser window and web worker contexts. It functions as a native module bridge, enabling the compilation and execution of low-level C++ system code and native addons within a web-based applica

    Merges a packaged application archive with a binary to produce a platform-specific executable file.

    JavaScriptdesktopjavascriptnode-webkit
    Ver en GitHub↗41,183
  • jiahaog/nativefierAvatar de jiahaog

    jiahaog/nativefier

    35,315Ver en GitHub↗

    Nativefier is a cross-platform desktop application builder that converts web URLs into standalone executables for Windows, macOS, and Linux. It functions as a web-to-desktop application converter, wrapping web pages in a dedicated browser window with its own launcher and identity. The tool uses an Electron-based wrapper to embed websites within a Chromium browser instance and Node.js runtime. It differentiates itself through automatic branding, extracting application names and icons from target websites to configure the desktop wrapper. The system provides mechanisms for custom styling and b

    Generates standalone native executables for Windows, macOS, and Linux from web URLs.

    TypeScript
    Ver en GitHub↗35,315
  • nodegui/react-nodeguiAvatar de nodegui

    nodegui/react-nodegui

    6,186Ver en GitHub↗

    Build performant, native and cross-platform desktop applications with native React powerful CSS like styling.🚀

    Compiles and executes the same application code on Windows, macOS, and Linux without platform-specific modifications.

    TypeScriptcssdesktopgui
    Ver en GitHub↗6,186
  • mimecorg/vuidoAvatar de mimecorg

    mimecorg/vuido

    6,062Ver en GitHub↗

    Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It

    Generates distributable executables for Windows, macOS, and Linux by wrapping the Node.js application.

    JavaScriptdesktoplibuivue
    Ver en GitHub↗6,062
  1. Home
  2. DevOps & Infrastructure
  3. Platform Executable Generators

Explorar subetiquetas

  • Cross-Platform Executable GeneratorsTools that compile and execute the same application code on Windows, macOS, and Linux without platform-specific modifications. **Distinct from Platform Executable Generators:** Distinct from general Platform Executable Generators: focuses on cross-platform compilation from a single codebase, not just platform-specific binary generation.