4 Repos
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.
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.
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.
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.
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.