1 repo
Tools that encapsulate web content within native system shells to provide desktop-like application experiences.
Distinguishing note: Focuses on lightweight native shells rather than full-featured browser engines like Electron.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Native Wrappers. Refine with filters or upvote what's useful.
Pake is a command-line tool that transforms web pages into standalone desktop applications. By wrapping web content in a lightweight native shell, it enables users to package existing websites as native software for Windows, macOS, and Linux. The tool functions as a cross-platform packager that bundles a minimal browser runtime with application assets into a single executable file. Unlike traditional browser-based frameworks, it utilizes a system-level webview to render content, providing a desktop experience that operates with reduced overhead. Users can customize the resulting applications
Wraps web content in a lightweight native shell using a system-level webview to provide a desktop application experience.