1 repo
Tools that encapsulate web applications within native containers to provide a desktop-like experience.
Distinguishing note: Specifically targets the encapsulation of web content into native desktop containers, distinct from general web development frameworks.
Explore 1 awesome GitHub repository matching web development · Desktop Wrappers. Refine with filters or upvote what's useful.
Nativefier is a command-line tool that transforms web applications into standalone desktop software. By wrapping web content within a cross-platform container, it enables users to run websites as native applications on Windows, macOS, and Linux. The tool functions as a build-time orchestrator that packages a browser runtime with specific site configurations and platform-specific metadata. It allows for extensive customization of the resulting application, including the ability to inject custom JavaScript and CSS to modify site behavior or appearance. Developers can also utilize the tool progr
Encapsulates web content into native containers to create standalone desktop applications.